/*
Theme Name: Odpady SEO Ultra 2026 Test
Theme URI: https://odpady.org/
Author: Łukasz Kamiński, Net-Kreator
Description: Testowa kopia motywu Odpady.org z technicznymi poprawkami SEO: BreadcrumbList JSON-LD, crawl/robots i responsywność obrazków we wpisach.
Version: 2.0.42-odpady-seo-ultra-2026-test
Text Domain: investnet
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Author URI: https://net-kreator.pl/*/

:root {
  --wo-bg: #101817;
  --wo-bg-2: #17231e;
  --wo-surface: #ffffff;
  --wo-surface-soft: #f3faf4;
  --wo-surface-warm: #eef8e9;
  --wo-text: #14201b;
  --wo-muted: #617268;
  --wo-border: #d7e5dc;
  --wo-green: #43b34b;
  --wo-green-dark: #1f7a3c;
  --wo-orange: #f0b429;
  --wo-yellow: #c8f15a;
  --wo-blue: #17231e;
  --wo-white: #ffffff;
  --wo-radius: 24px;
  --wo-radius-sm: 14px;
  --wo-shadow: 0 24px 70px rgba(16, 24, 23, .28);
  --wo-shadow-soft: 0 16px 40px rgba(20, 32, 27, .10);
  --wo-container: 1180px;
  --wo-pad: clamp(18px, 4vw, 40px);
  --wo-section: clamp(56px, 8vw, 104px);
  --wo-font: "Helvetica Neue", Helvetica, Arial, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--wo-text);
  background: linear-gradient(180deg, #fffdf9 0%, #ffffff 18%, #fffdf8 100%);
  font-family: var(--wo-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

body.wo26-menu-open {
  overflow: hidden;
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus-visible {
  color: var(--wo-green-dark);
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0 0 .75rem;
  color: var(--wo-text);
  line-height: 1.08;
  letter-spacing: -.04em;
  font-weight: 500;
}

h1 {
  font-size: clamp(2.3rem, 7vw, 5rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
}

h3 {
  font-size: clamp(1.18rem, 2vw, 1.55rem);
}

ul,
ol {
  padding-left: 1.25rem;
}

button,
input,
textarea,
select {
  font: inherit;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--wo-border);
  border-radius: 14px;
  padding: 13px 14px;
  background: var(--wo-white);
  color: var(--wo-text);
}

textarea {
  min-height: 130px;
  resize: vertical;
}

input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(198, 162, 90, .18);
  border-color: var(--wo-green);
}

button,
input[type="submit"] {
  cursor: pointer;
}

.screen-reader-text,
.skip-link:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: var(--wo-yellow);
  color: #111827;
}

.wo26-container {
  width: min(100% - 2 * var(--wo-pad), var(--wo-container));
  margin-inline: auto;
}

section .type-page {
  padding: 20px;
}

.wo26-section {
  padding-block: var(--wo-section);
}

.wo26-section--soft {
  background: var(--wo-surface-soft);
}

.wo26-section--dark {
  background: var(--wo-bg);
  color: rgba(255,255,255,.84);
}

.wo26-section--dark h2,
.wo26-section--dark h3 {
  color: #fff;
}

.wo26-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--wo-green-dark);
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.wo26-kicker::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 16px;
  background: currentColor;
}

.wo26-section-head {
  max-width: 780px;
  margin-bottom: clamp(28px, 5vw, 48px);
}

.wo26-section-head p {
  color: var(--wo-muted);
  font-size: clamp(1rem, 1.4vw, 1.13rem);
}

.wo26-section--dark .wo26-section-head p {
  color: rgba(255,255,255,.72);
}

.wo26-btn,
input[type="submit"],
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wo-yellow), var(--wo-orange));
  color: #111;
  font-weight: 650;
  line-height: 1.2;
  box-shadow: 0 14px 28px rgba(198, 162, 90, .22);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.wo26-btn:hover,
.wo26-btn:focus-visible,
input[type="submit"]:hover,
.wp-block-button__link:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #e6c582, #c19b52);
  color: #111;
  box-shadow: 0 18px 34px rgba(198, 162, 90, .28);
}

.wo26-btn--secondary {
  background: #111;
  color: var(--wo-yellow);
  border: 1px solid rgba(242,208,139,.28);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .18);
}

.wo26-btn--secondary:hover,
.wo26-btn--secondary:focus-visible {
  background: #1b1b1b;
  color: var(--wo-yellow);
}

.wo26-btn--ghost {
  background: rgba(255,255,255,.03);
  color: var(--wo-yellow);
  border: 1px solid rgba(242,208,139,.34);
  box-shadow: none;
}

.wo26-btn--ghost:hover,
.wo26-btn--ghost:focus-visible {
  background: rgba(242,208,139,.10);
  color: #fff;
  box-shadow: none;
}

.wo26-btn--green {
  background: #111;
  color: var(--wo-yellow);
  border: 1px solid rgba(242,208,139,.28);
  box-shadow: 0 14px 28px rgba(0,0,0,.24);
}

.wo26-btn--green:hover,
.wo26-btn--green:focus-visible {
  background: #1a1a1a;
}

/* Header */
.wo26-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10,10,10,.94);
  border-bottom: 1px solid rgba(242,208,139,.16);
  backdrop-filter: blur(14px);
}

.wo26-topbar {
  display: none;
  background: #050505;
  color: rgba(255,255,255,.72);
  font-size: .9rem;
}

.wo26-topbar__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.wo26-topbar a {
  color: #fff;
  font-weight: 700;
}

.wo26-header-main {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wo26-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #fff7e3;
  font-weight: 600;
}

.wo26-brand img {
  width: auto;
  max-width: 176px;
  max-height: 58px;
}

.wo26-brand__text {
  display: grid;
  line-height: 1.1;
}

.wo26-brand__text small {
  color: rgba(242,208,139,.78);
  font-weight: 500;
  font-size: .78rem;
}

.wo26-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: auto;
  min-width: 82px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(242,208,139,.18);
  border-radius: 14px;
  background: #151515;
  color: #fff;
  font-family: var(--wo-font);
  font-size: .76rem;
  font-weight: 300;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.wo26-menu-toggle__icon,
.wo26-menu-toggle__icon::before,
.wo26-menu-toggle__icon::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.wo26-menu-toggle__icon {
  position: relative;
  flex: 0 0 auto;
}

.wo26-menu-toggle__icon::before,
.wo26-menu-toggle__icon::after {
  content: "";
  position: absolute;
  left: 0;
}

.wo26-menu-toggle__icon::before {
  top: -7px;
}

.wo26-menu-toggle__icon::after {
  top: 7px;
}

.wo26-menu-toggle__label {
  display: block;
  color: rgba(255,247,227,.82);
  font-weight: 300;
  white-space: nowrap;
}

.wo26-menu-open .wo26-menu-toggle__icon {
  background: transparent;
}

.wo26-menu-open .wo26-menu-toggle__icon::before {
  top: 0;
  transform: rotate(45deg);
}

.wo26-menu-open .wo26-menu-toggle__icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.wo26-nav {
  position: fixed;
  inset: 76px 0 auto 0;
  display: none;
  max-height: calc(100vh - 76px);
  overflow: auto;
  padding: 18px var(--wo-pad) 28px;
  background: #111;
  border-bottom: 1px solid rgba(242,208,139,.16);
  box-shadow: var(--wo-shadow-soft);
}

.wo26-menu-open .wo26-nav {
  display: block;
}

.wo26-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo26-nav .wo26-nav__list,
.wo26-nav > ul,
.wo26-nav .menu {
  display: grid;
  gap: 8px;
}

.wo26-nav li {
  position: relative;
}

.wo26-nav a {
  display: block;
  padding: 12px 10px;
  border-radius: 12px;
  color: #f9ecd0;
  font-weight: 500;
}

.wo26-nav a:hover,
.wo26-nav a:focus-visible,
.wo26-nav .current-menu-item > a,
.wo26-nav .current_page_item > a {
  background: rgba(242,208,139,.10);
  color: var(--wo-yellow);
}

.wo26-nav .sub-menu {
  display: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 2px solid var(--wo-border);
}

.wo26-nav li.is-open > .sub-menu {
  display: block;
}

.wo26-submenu-toggle {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(242,208,139,.18);
  border-radius: 10px;
  background: #161616;
  color: var(--wo-yellow);
  display: inline-grid;
  place-items: center;
}

.wo26-submenu-toggle::before {
  content: "+";
  font-size: 1rem;
  line-height: 1;
}

.wo26-nav li.is-open > .wo26-submenu-toggle::before {
  content: "−";
}

.wo26-nav li.menu-item-has-children > a {
  padding-right: 48px;
}

.wo26-header-cta {
  display: none;
  align-items: center;
  gap: 10px;
}

.wo26-phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111, #1a1a1a);
  color: var(--wo-yellow);
  font-weight: 600;
  border: 1px solid rgba(242,208,139,.18);
}

.wo26-phone-pill:hover,
.wo26-phone-pill:focus-visible {
  color: #fff;
  background: #1d1d1d;
}

.wo26-phone-pill svg {
  width: 18px;
  height: 18px;
  padding: 7px;
  border-radius: 12px;
  background: rgba(242,208,139,.12);
  box-sizing: content-box;
}

/* Hero */
.wo26-hero {
  position: relative;
  overflow: clip;
  min-height: min(760px, calc(100vh - 76px));
  display: grid;
  align-items: center;
  padding: clamp(56px, 8vw, 108px) 0;
  color: rgba(255,255,255,.84);
  background:
    linear-gradient(112deg, rgba(5,5,5,.93) 0%, rgba(9,9,9,.84) 36%, rgba(9,9,9,.60) 100%),
    radial-gradient(circle at 82% 16%, rgba(212,175,102,.22), transparent 28%),
    url('assets/img/hero-premium.webp') center/cover no-repeat,
    var(--wo-bg);
}

.wo26-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .08;
  pointer-events: none;
}

.wo26-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(28px, 5vw, 58px);
}

.wo26-hero__copy {
  max-width: 850px;
}

.wo26-hero h1 {
  color: #fff;
  margin-bottom: 18px;
}

.wo26-hero__lead {
  max-width: 760px;
  color: rgba(255,255,255,.82);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  font-weight: 300;
}

.wo26-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.wo26-hero__badges {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}

.wo26-hero__badges li {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(16,16,16,.48);
  color: #fff;
  font-weight: 500;
  backdrop-filter: blur(10px);
}

.wo26-check {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--wo-yellow), var(--wo-orange));
  color: #111;
  font-size: .78rem;
  font-weight: 700;
}

.wo26-hero-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--wo-radius);
  background: rgba(12,12,12,.56);
  box-shadow: var(--wo-shadow);
  backdrop-filter: blur(10px);
}

.wo26-hero-panel__row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}

.wo26-hero-panel strong {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.wo26-hero-panel span {
  color: rgba(255,255,255,.7);
  font-size: .92rem;
}

.wo26-iconbox {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(212,175,102,.12);
  color: var(--wo-yellow);
}

.wo26-iconbox svg {
  width: 24px;
  height: 24px;
}

/* Cards */
.wo26-grid {
  display: grid;
  gap: 18px;
}

.wo26-grid--2,
.wo26-grid--3,
.wo26-grid--4 {
  grid-template-columns: 1fr;
}

.wo26-card {
  position: relative;
  min-height: 100%;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid var(--wo-border);
  border-radius: var(--wo-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: var(--wo-shadow-soft);
}

.wo26-card--accent {
  border-color: rgba(212,175,102,.32);
}

.wo26-card__icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff4d8, #f5e1b4);
  color: #9e7a2f;
}

.wo26-card__icon svg {
  width: 28px;
  height: 28px;
}

.wo26-card p {
  color: var(--wo-muted);
}

.wo26-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--wo-green-dark);
  font-weight: 600;
}

.wo26-card__link::after {
  content: "→";
  transition: transform .2s ease;
}

.wo26-card__link:hover::after {
  transform: translateX(3px);
}

.wo26-feature-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo26-feature-list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  color: var(--wo-muted);
}

.wo26-split {
  display: grid;
  gap: clamp(26px, 5vw, 58px);
  align-items: center;
}

.wo26-split__media {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border-radius: var(--wo-radius);
  background: linear-gradient(145deg, rgba(9,9,9,.92), rgba(31,31,31,.76));
  box-shadow: var(--wo-shadow);
}

.wo26-split__media::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(242,208,139,.18);
  border-radius: 18px;
}

.wo26-split__media-text {
  position: absolute;
  inset: auto 24px 24px 24px;
  color: #fff;
}

.wo26-split__media-text strong {
  display: block;
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 1;
}

.wo26-use-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.wo26-use-list li {
  padding: 9px 12px;
  border-radius: 999px;
  background: #1b1b1b;
  color: var(--wo-yellow);
  font-weight: 750;
  font-size: .92rem;
}

.wo26-section--dark .wo26-use-list li {
  background: rgba(255,255,255,.1);
  color: #fff;
}

.wo26-process {
  counter-reset: steps;
}

.wo26-process .wo26-card {
  counter-increment: steps;
}

.wo26-process .wo26-card::before {
  content: counter(steps);
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--wo-green);
  color: #fff;
  font-weight: 900;
}

.wo26-local {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--wo-radius);
  background: linear-gradient(145deg, #0b0b0b 0%, #171717 100%);
  color: rgba(255,255,255,.78);
  box-shadow: var(--wo-shadow);
}

.wo26-local h2,
.wo26-local h3 {
  color: #fff;
}

.wo26-local__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wo26-local__links a {
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: #fff;
  font-weight: 750;
}

.wo26-local__links a:hover {
  background: #fff;
  color: var(--wo-bg);
}

.wo26-trust {
  display: grid;
  gap: 18px;
}

.wo26-stat {
  padding: 20px;
  border: 1px solid var(--wo-border);
  border-radius: var(--wo-radius);
  background: #fff;
}

.wo26-stat strong {
  display: block;
  color: var(--wo-green-dark);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 500;
  line-height: 1;
}

.wo26-stat span {
  display: block;
  margin-top: 8px;
  color: var(--wo-muted);
  font-weight: 700;
}

/* FAQ */
.wo26-faq {
  display: grid;
  gap: 12px;
}

.wo26-faq__item {
  border: 1px solid var(--wo-border);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  overflow: hidden;
}

.wo26-faq__button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 18px;
  border: 0;
  background: transparent;
  color: var(--wo-text);
  text-align: left;
  font-weight: 500;
}

.wo26-faq__button::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--wo-green);
  font-size: 1.4rem;
  line-height: 1;
}

.wo26-faq__button[aria-expanded="true"]::after {
  content: "–";
}

.wo26-faq__panel {
  display: none;
  padding: 0 18px 18px;
  color: var(--wo-muted);
}

.wo26-faq__panel.is-open {
  display: block;
}

/* Contact */
.wo26-contact {
  display: grid;
  gap: 22px;
}

.wo26-contact-card {
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--wo-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: var(--wo-shadow-soft);
  border: 1px solid var(--wo-border);
}

.wo26-contact-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.wo26-contact-list li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--wo-border);
}

.wo26-contact-list span {
  color: var(--wo-muted);
  font-weight: 750;
}

.wo26-form-fallback {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px dashed rgba(15,123,70,.35);
  border-radius: 18px;
  background: #f0fdf4;
}

.wo26-map-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: var(--wo-radius);
  background:
    linear-gradient(135deg, rgba(9,9,9,.92), rgba(31,31,31,.88)),
    var(--wo-bg);
  color: #fff;
  text-align: center;
  padding: 28px;
}

/* Page templates */
.wo26-page-hero {
  padding: clamp(48px, 7vw, 92px) 0;
  background:
    radial-gradient(circle at 82% 0, rgba(242,201,76,.2), transparent 30%),
    linear-gradient(135deg, var(--wo-bg), #13233a);
  color: rgba(255,255,255,.78);
}

.wo26-page-hero h1 {
  color: #fff;
  max-width: 920px;
}

.wo26-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.68);
  font-size: .92rem;
}

.wo26-breadcrumbs a {
  color: #fff;
  font-weight: 700;
}

.wo26-content {
  padding-block: var(--wo-section);
}

.wo26-content > *:first-child {
  margin-top: 0;
}

.wo26-content a {
  color: var(--wo-green);
  font-weight: 750;
}

.wo26-content img {
  border-radius: 16px;
}

.wo26-content .alignwide {
  max-width: var(--wo-container);
}

.wo26-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}

.wo26-content th,
.wo26-content td {
  padding: 12px;
  border: 1px solid var(--wo-border);
  text-align: left;
}

.wo26-content blockquote {
  margin: 1.5rem 0;
  padding: 18px 22px;
  border-left: 4px solid var(--wo-green);
  background: var(--wo-surface-soft);
  border-radius: 12px;
}

.wo26-post-list {
  display: grid;
  gap: 18px;
}

.wo26-post-item {
  padding: 22px;
  border: 1px solid var(--wo-border);
  border-radius: var(--wo-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: var(--wo-shadow-soft);
}

.wo26-post-item h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.wo26-pagination {
  margin-top: 32px;
}

.wo26-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wo26-pagination a,
.wo26-pagination span {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--wo-border);
  background: #fff;
  font-weight: 800;
}

.wo26-pagination .current {
  background: var(--wo-green);
  border-color: var(--wo-green);
  color: #fff;
}

/* Footer */
.wo26-prefooter {
  background: linear-gradient(135deg, #0b0b0b 0%, #17231e 100%);
  color: rgba(255,255,255,.84);
  padding: clamp(38px, 6vw, 68px) 0;
  background: var(--wo-green);
  color: #fff;
}

.wo26-prefooter__inner {
  display: grid;
  gap: 20px;
  align-items: center;
}

.wo26-prefooter h2 {
  color: #fff;
  margin-bottom: 8px;
}

.wo26-prefooter p {
  color: rgba(255,255,255,.78);
}

.wo26-footer {
  background: #101817;
  color: rgba(255,255,255,.76);
  padding: 54px 0 0;
  background: var(--wo-bg);
  color: rgba(255,255,255,.72);
}

.wo26-footer a {
  color: rgba(255,255,255,.9);
}

.wo26-footer a:hover {
  color: var(--wo-yellow);
}

.wo26-footer__grid {
  display: grid;
  gap: 28px;
}

.wo26-footer h2,
.wo26-footer h3,
.wo26-footer h4 {
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.wo26-footer-logo {
  display: inline-flex;
  margin-bottom: 16px;
}

.wo26-footer-logo img {
  max-width: 220px;
  max-height: 74px;
}

.wo26-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo26-footer li + li {
  margin-top: 8px;
}

.wo26-copyright {
  margin-top: 42px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.58);
  font-size: .9rem;
}

.wo26-mobile-bar {
  position: fixed;
  z-index: 1001;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 8px;
  border-radius: 18px;
  background: rgba(11,23,38,.92);
  box-shadow: 0 20px 60px rgba(0,0,0,.32);
  backdrop-filter: blur(14px);
}

.wo26-mobile-bar a {
  min-height: 44px;
  border-radius: 13px;
  font-size: .92rem;
}

.admin-bar .wo26-site-header {
  top: 0;
}

/* WordPress helpers */
.wp-caption {
  max-width: 100%;
}

.wp-caption-text {
  margin-top: 8px;
  color: var(--wo-muted);
  font-size: .9rem;
  text-align: center;
}

.gallery {
  display: grid;
  gap: 14px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
}

.alignleft {
  float: left;
  margin: .35rem 1.2rem 1rem 0;
}

.alignright {
  float: right;
  margin: .35rem 0 1rem 1.2rem;
}

/* Responsive */
@media (min-width: 520px) {
  .wo26-hero__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo26-grid--2,
  .wo26-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 782px) {
  .admin-bar .wo26-site-header {
    top: 32px;
  }

  .wo26-topbar {
    display: block;
  }

  .wo26-hero__inner,
  .wo26-split,
  .wo26-contact,
  .wo26-prefooter__inner {
    grid-template-columns: 1.1fr .9fr;
  }

  .wo26-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wo26-grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo26-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .wo26-menu-toggle {
    display: none;
  }

  .wo26-nav {
    position: static;
    display: block;
    max-height: none;
    overflow: visible;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .wo26-nav a {
    padding: 10px 9px;
    font-size: .92rem;
  }

  .wo26-nav .sub-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    min-width: 240px;
    display: none;
    margin: 0;
    padding: 8px;
    border: 1px solid var(--wo-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--wo-shadow-soft);
  }

  .wo26-nav li:focus-within > .sub-menu,
  .wo26-nav li.is-open > .sub-menu {
    display: block;
  }

  .wo26-header-cta {
    display: flex;
  }

  .wo26-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .wo26-mobile-bar {
    display: none;
  }
}

@media (min-width: 1180px) {
  .wo26-nav a {
    padding-inline: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}


.wo26-split__media--photo {
  min-height: 360px;
  padding: 0;
}

.wo26-split__media--photo::before {
  display: none;
}

.wo26-split__media--photo img,
.wo26-photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wo26-photo-frame {
  overflow: hidden;
  min-height: 320px;
  border-radius: var(--wo-radius);
  border: 1px solid var(--wo-border);
  box-shadow: var(--wo-shadow-soft);
  background: #111;
}

.wo26-fence-feature {
  display: grid;
  gap: 22px;
  margin-bottom: clamp(26px, 4vw, 34px);
}

.wo26-fence-feature__content {
  display: grid;
  align-content: center;
}

.wo26-fence-feature__content p:last-child {
  margin-bottom: 0;
}

.wo26-section--dark .wo26-btn--ghost {
  color: var(--wo-yellow);
}

.wo26-topbar a,
.wo26-footer a,
.wo26-prefooter a {
  color: #fff3d2;
}

.wo26-footer h3,
.wo26-prefooter h2,
.wo26-prefooter .wo26-kicker,
.wo26-footer strong {
  color: #fff7e3;
}

@media (min-width: 1024px) {
  .wo26-fence-feature {
    grid-template-columns: 1.15fr .85fr;
    align-items: stretch;
  }
}


/* Hero contact tiles: horizontal premium layout */
.wo26-hero-panel {
  width: min(100%, 560px);
  justify-self: end;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  border-radius: 20px;
}

.wo26-hero-panel__row {
  min-height: 82px;
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  text-align: left;
  border-radius: 16px;
}

.wo26-hero-panel__row > div {
  display: grid;
  justify-items: start;
  gap: 4px;
}

.wo26-hero-panel strong {
  font-size: .92rem;
  font-weight: 600;
  line-height: 1.15;
}

.wo26-hero-panel span {
  font-size: .82rem;
  line-height: 1.25;
}

.wo26-hero-panel span a {
  color: var(--wo-yellow);
  font-weight: 650;
}

.wo26-iconbox {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.wo26-iconbox svg {
  width: 20px;
  height: 20px;
}

@media (max-width: 620px) {
  .wo26-hero-panel {
    width: 100%;
  }
}



.wo26-service-card {
  display: flex;
  flex-direction: column;
}

.wo26-service-card h3 {
  min-height: 3.1em;
}

.wo26-card__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.wo26-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #111;
  color: #fff;
  font-weight: 600;
  text-align: center;
  border: 1px solid #111;
}

.wo26-card__button:hover,
.wo26-card__button:focus-visible {
  background: #242424;
  color: #fff;
}

.wo26-card__button--alt {
  background: linear-gradient(135deg, #fff4d8, #e7c578);
  color: #171717;
  border-color: #d8b56a;
}

.wo26-card__button--alt:hover,
.wo26-card__button--alt:focus-visible {
  background: linear-gradient(135deg, #f6dfaa, #d9b15b);
  color: #111;
}

.wo26-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-weight: 600;
  margin-top: 16px;
}

.wo26-card__link:hover,
.wo26-card__link:focus-visible {
  color: #fff;
  background: #242424;
}

.wo26-info-card .wo26-card__icon,
.wo26-local__icon {
  background: linear-gradient(135deg, #fff4d8, #f5e1b4);
  color: #8f6b24;
}

.wo26-local__links {
  display: grid;
  gap: 14px;
}

.wo26-local__links a {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  color: #171717;
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  border: 1px solid var(--wo-border);
  border-radius: 18px;
}

.wo26-local__links a:hover,
.wo26-local__links a:focus-visible {
  color: #111;
  border-color: #d8b56a;
  box-shadow: var(--wo-shadow-soft);
}

.wo26-local__icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

.wo26-local__icon svg {
  width: 22px;
  height: 22px;
}


@media (min-width: 1024px) {
  .wo26-header-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
  }

  .wo26-nav {
    width: 100%;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .wo26-nav li {
    flex: 1 1 auto;
  }

  .wo26-nav a {
    padding: 14px 12px;
    text-align: center;
    font-size: .95rem;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: 40px;
  }

  .wo26-submenu-toggle {
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: transparent;
  }

  .wo26-nav .sub-menu {
    display: none;
    margin-left: 0;
    padding-left: 8px;
    border-left: 0;
  }

  .wo26-nav li:focus-within > .sub-menu,
  .wo26-nav li.is-open > .sub-menu {
    display: block;
  }
}


/* 2026-05 v1.1.3: premium hero redesign */
:root {
  --wo-container: 1240px;
}

.wo26-header-main {
  min-height: 82px;
  justify-content: flex-start;
  gap: clamp(14px, 2.2vw, 30px);
}

.wo26-brand {
  flex: 0 0 auto;
  justify-self: start;
}

.wo26-brand img {
  max-width: 196px;
  max-height: 64px;
}

.wo26-menu-toggle {
  margin-left: auto;
}

.wo26-phone-pill {
  min-height: 48px;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: .98rem;
  font-weight: 700;
}

.wo26-hero--premium-redesign {
  min-height: auto;
  padding: clamp(58px, 7.4vw, 104px) 0 clamp(46px, 6.4vw, 84px);
  background:
    linear-gradient(105deg, rgba(5,5,5,.96) 0%, rgba(8,8,8,.91) 43%, rgba(10,10,10,.70) 100%),
    radial-gradient(circle at 82% 18%, rgba(242,208,139,.18), transparent 30%),
    radial-gradient(circle at 12% 92%, rgba(212,175,102,.12), transparent 28%),
    url('assets/img/hero-premium.webp') center/cover no-repeat,
    var(--wo-bg);
}

.wo26-hero--premium-redesign::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(7,7,7,.78));
  pointer-events: none;
}

.wo26-hero--premium-redesign .wo26-hero__inner {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .74fr);
  gap: clamp(30px, 5vw, 68px);
  align-items: center;
}

.wo26-hero--premium-redesign .wo26-hero__copy {
  max-width: 760px;
}

.wo26-hero--premium-redesign .wo26-kicker {
  margin-bottom: 16px;
  color: var(--wo-yellow);
}

.wo26-hero--premium-redesign h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5.55vw, 5.15rem);
  line-height: .98;
  letter-spacing: -.06em;
  text-wrap: balance;
}

.wo26-hero--premium-redesign .wo26-hero__lead {
  max-width: 650px;
  font-size: clamp(1.08rem, 1.45vw, 1.25rem);
  line-height: 1.72;
  color: rgba(255,255,255,.80);
}

.wo26-hero--premium-redesign .wo26-hero__actions {
  gap: 12px;
  margin-top: 30px;
}

.wo26-hero--premium-redesign .wo26-btn {
  min-height: 50px;
  padding-inline: 20px;
}

.wo26-hero--premium-redesign .wo26-hero__badges {
  max-width: 720px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.wo26-hero--premium-redesign .wo26-hero__badges li {
  min-height: 54px;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  font-size: .94rem;
  line-height: 1.25;
}

.wo26-hero-offer {
  position: relative;
  width: 100%;
  display: grid;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(242,208,139,.23);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(21,21,21,.92), rgba(10,10,10,.78)),
    rgba(10,10,10,.82);
  box-shadow: 0 30px 90px rgba(0,0,0,.42);
  backdrop-filter: blur(16px);
}

.wo26-hero-offer::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,.10), transparent 42%, rgba(242,208,139,.09));
  pointer-events: none;
}

.wo26-hero-offer > * {
  position: relative;
  z-index: 1;
}

.wo26-hero-offer__head {
  display: grid;
  gap: 8px;
  padding: 2px 2px 6px;
}

.wo26-hero-offer__head span {
  color: var(--wo-yellow);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wo26-hero-offer__head strong {
  max-width: 440px;
  color: #fff;
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  font-weight: 780;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.wo26-hero-offer__head p {
  max-width: 480px;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: .96rem;
  line-height: 1.55;
}

.wo26-hero-offer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.wo26-hero-tile {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 98px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.115);
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.080), rgba(255,255,255,.035)),
    rgba(12,12,12,.82);
  color: rgba(255,255,255,.76);
  box-shadow: 0 16px 42px rgba(0,0,0,.20);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.wo26-hero-tile:hover,
.wo26-hero-tile:focus-within {
  transform: translateY(-2px);
  border-color: rgba(242,208,139,.42);
  background:
    linear-gradient(90deg, rgba(242,208,139,.12), rgba(255,255,255,.042)),
    rgba(13,13,13,.88);
}

.wo26-hero-tile__top {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-width: 0;
}

.wo26-hero-tile__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(242,208,139,.26), rgba(212,175,102,.08));
  color: var(--wo-yellow);
  box-shadow: inset 0 0 0 1px rgba(242,208,139,.12);
}

.wo26-hero-tile__icon svg {
  width: 23px;
  height: 23px;
}

.wo26-hero-tile__content {
  min-width: 0;
}

.wo26-hero-tile h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: clamp(1.04rem, 1.12vw, 1.2rem);
  font-weight: 780;
  line-height: 1.15;
  letter-spacing: -.025em;
}

.wo26-hero-tile p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: .9rem;
  line-height: 1.42;
}

.wo26-hero-tile__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  min-width: 126px;
}

.wo26-hero-tile__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: .84rem;
  font-weight: 780;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.wo26-hero-tile__actions a:first-child {
  background: linear-gradient(135deg, var(--wo-yellow), var(--wo-orange));
  color: #111;
}

.wo26-hero-tile__actions a:last-child {
  border: 1px solid rgba(242,208,139,.28);
  background: rgba(255,255,255,.035);
  color: var(--wo-yellow);
}

.wo26-hero-tile__actions a:hover,
.wo26-hero-tile__actions a:focus-visible {
  transform: translateY(-1px);
}

.wo26-hero-offer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(242,208,139,.08);
  color: rgba(255,255,255,.78);
  font-size: .94rem;
}

.wo26-hero-offer__bottom span {
  color: rgba(255,255,255,.76);
}

.wo26-hero-offer__bottom a {
  color: var(--wo-yellow);
  font-weight: 800;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .wo26-header-main {
    display: grid;
    grid-template-columns: minmax(180px, auto) minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 2.2vw, 34px);
  }

  .wo26-nav {
    width: 100%;
    justify-self: center;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(8px, 1.1vw, 16px);
  }

  .wo26-nav li {
    flex: 0 1 auto;
  }

  .wo26-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 999px;
    font-size: clamp(.98rem, .9vw, 1.06rem);
    font-weight: 680;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: 42px;
  }

  .wo26-nav .sub-menu {
    min-width: 250px;
    padding: 8px;
    border-color: rgba(242,208,139,.24);
    background: #111;
  }

  .wo26-nav .sub-menu a {
    width: 100%;
    justify-content: flex-start;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #f9ecd0;
    font-size: .96rem;
    text-align: left;
    white-space: normal;
  }

  .wo26-header-cta {
    justify-self: end;
  }
}

@media (max-width: 1180px) {
  .wo26-hero--premium-redesign .wo26-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
  }

  .wo26-hero--premium-redesign .wo26-hero__copy {
    max-width: 920px;
  }

  .wo26-hero--premium-redesign h1,
  .wo26-hero--premium-redesign .wo26-hero__lead {
    max-width: 900px;
  }

  .wo26-hero-offer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo26-hero-tile {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wo26-hero-tile__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
}

@media (max-width: 1023px) {
  .wo26-header-main {
    min-height: 78px;
  }

  .wo26-brand img {
    max-width: 172px;
    max-height: 58px;
  }

  .wo26-nav {
    inset: 78px 0 auto 0;
    max-height: calc(100vh - 78px);
    padding: 18px var(--wo-pad) 30px;
  }

  .wo26-nav a {
    padding: 14px 12px;
    font-size: 1.04rem;
    font-weight: 650;
  }

  .wo26-hero--premium-redesign .wo26-hero__badges {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .wo26-hero-offer__grid {
    grid-template-columns: 1fr;
  }

  .wo26-hero-tile {
    min-height: auto;
  }

  .wo26-hero-offer__bottom {
    display: grid;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .wo26-hero--premium-redesign {
    padding-top: 42px;
  }

  .wo26-hero--premium-redesign h1 {
    font-size: clamp(2.18rem, 12vw, 3.22rem);
  }

  .wo26-hero--premium-redesign .wo26-hero__actions .wo26-btn {
    width: 100%;
  }

  .wo26-hero-offer {
    padding: 15px;
    border-radius: 24px;
  }

  .wo26-hero-tile {
    padding: 13px;
    border-radius: 18px;
  }

  .wo26-hero-tile__top {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 11px;
  }

  .wo26-hero-tile__icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .wo26-hero-tile__actions {
    grid-template-columns: 1fr;
  }

  .wo26-hero-tile__actions a,
  .wo26-hero-offer__bottom a {
    width: 100%;
  }
}


/* 2026-05 v1.1.4: cleaner menu and contact redesign */
@media (min-width: 1024px) {
  .wo26-header-main {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(28px, 3vw, 48px);
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    justify-content: center;
    gap: clamp(14px, 1.7vw, 28px);
  }

  .wo26-nav a {
    min-height: 44px;
    padding: 12px 10px;
    font-size: clamp(.97rem, .84vw, 1.04rem);
    font-weight: 440;
    letter-spacing: .01em;
  }

  .wo26-nav a:hover,
  .wo26-nav a:focus-visible,
  .wo26-nav .current-menu-item > a,
  .wo26-nav .current_page_item > a {
    background: rgba(242,208,139,.075);
  }
}

.wo26-phone-pill {
  font-weight: 520;
  letter-spacing: .01em;
}

.wo26-topbar,
.wo26-topbar a {
  font-weight: 430;
}

@media (max-width: 1023px) {
  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: 12px;
  }

  .wo26-nav a {
    padding: 15px 14px;
    font-size: 1.03rem;
    font-weight: 440;
  }
}

.wo26-section--contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(242,208,139,.16), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #f7f2e9 100%);
}

.wo26-section--contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.72), transparent 46%, rgba(255,255,255,.42));
  pointer-events: none;
}

.wo26-contact-premium {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(24px, 4vw, 44px);
}

.wo26-contact-intro {
  max-width: 820px;
}

.wo26-contact-intro h2 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 4.4vw, 4.2rem);
  letter-spacing: -.055em;
}

.wo26-contact-intro p:last-child {
  max-width: 720px;
  margin: 0;
  color: var(--wo-muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.7;
}

.wo26-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
}

.wo26-contact-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198,162,90,.30);
  border-radius: 28px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 22px 70px rgba(58,43,18,.10);
  backdrop-filter: blur(14px);
}

.wo26-contact-panel--details {
  padding: clamp(18px, 2.4vw, 28px);
}

.wo26-contact-panel--action {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: clamp(24px, 3.4vw, 42px);
  background:
    linear-gradient(145deg, rgba(12,12,12,.96), rgba(31,24,12,.92)),
    #111;
  color: rgba(255,255,255,.78);
  border-color: rgba(242,208,139,.30);
}

.wo26-contact-panel--action::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(circle at 85% 15%, rgba(242,208,139,.22), transparent 34%);
  pointer-events: none;
}

.wo26-contact-panel--action > * {
  position: relative;
  z-index: 1;
}

.wo26-contact-badge {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(242,208,139,.26);
  border-radius: 999px;
  color: var(--wo-yellow);
  background: rgba(242,208,139,.08);
  font-size: .78rem;
  font-weight: 540;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.wo26-contact-panel--action h3 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 500;
  letter-spacing: -.055em;
}

.wo26-contact-panel--action p {
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.70);
  line-height: 1.72;
}

.wo26-contact-list--premium {
  margin: 0;
  gap: 0;
}

.wo26-contact-list--premium li {
  grid-template-columns: minmax(110px, .36fr) minmax(0, 1fr);
  gap: clamp(12px, 2vw, 24px);
  align-items: center;
  min-height: 62px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(198,162,90,.24);
}

.wo26-contact-list--premium li:last-child {
  border-bottom: 0;
}

.wo26-contact-list--premium span {
  color: #82735b;
  font-size: .84rem;
  font-weight: 520;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wo26-contact-list--premium strong {
  color: #121212;
  font-size: clamp(.98rem, 1vw, 1.08rem);
  font-weight: 560;
  line-height: 1.45;
}

.wo26-contact-list--premium a {
  color: #121212;
  text-decoration: underline;
  text-decoration-color: rgba(198,162,90,.45);
  text-underline-offset: 4px;
}

.wo26-contact-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.wo26-contact-buttons .wo26-btn {
  min-height: 52px;
  padding-inline: 20px;
}

.wo26-contact-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 2px;
}

.wo26-contact-chips span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.74);
  font-size: .86rem;
  line-height: 1;
}

.wo26-contact-location {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 2.6vw, 28px);
  border: 1px solid rgba(198,162,90,.24);
  border-radius: 26px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 18px 55px rgba(58,43,18,.08);
}

.wo26-contact-location__icon {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, #fff1c8, #d9b15b);
  color: #171717;
}

.wo26-contact-location__icon svg {
  width: 24px;
  height: 24px;
}

.wo26-contact-location strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1.14rem;
  font-weight: 560;
}

.wo26-contact-location p {
  margin: 0;
  color: var(--wo-muted);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .wo26-contact-layout {
    grid-template-columns: 1fr;
  }

  .wo26-contact-panel--action {
    min-height: auto;
  }
}

@media (max-width: 560px) {
  .wo26-section--contact {
    padding-block: clamp(48px, 14vw, 72px);
  }

  .wo26-contact-panel,
  .wo26-contact-location {
    border-radius: 22px;
  }

  .wo26-contact-list--premium li {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 0;
  }

  .wo26-contact-buttons,
  .wo26-contact-buttons .wo26-btn {
    width: 100%;
  }

  .wo26-contact-location {
    grid-template-columns: 1fr;
  }
}

/* 2026-05 v1.1.5: lighter navigation, remove use-cases block, icons in area section */
@media (min-width: 1024px) {
  .wo26-header-main {
    min-height: 90px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(30px, 3.2vw, 58px);
  }

  .wo26-nav {
    justify-self: stretch;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    justify-content: center;
    gap: clamp(18px, 2vw, 34px);
  }

  .wo26-nav li {
    flex: 0 0 auto;
  }

  .wo26-nav a {
    min-height: 42px;
    padding: 10px 4px;
    border-radius: 0;
    background: transparent;
    color: rgba(249,236,208,.9);
    font-size: clamp(.98rem, .86vw, 1.05rem);
    font-weight: 390;
    letter-spacing: .015em;
  }

  .wo26-nav a:hover,
  .wo26-nav a:focus-visible,
  .wo26-nav .current-menu-item > a,
  .wo26-nav .current_page_item > a {
    background: transparent;
    color: var(--wo-yellow);
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: 24px;
  }

  .wo26-submenu-toggle {
    right: -4px;
  }

  .wo26-phone-pill {
    min-height: 46px;
    padding: 10px 18px;
    font-weight: 460;
  }
}

@media (max-width: 1023px) {
  .wo26-header-main {
    min-height: 82px;
    gap: 16px;
  }

  .wo26-nav {
    inset: 82px 0 auto 0;
    max-height: calc(100vh - 82px);
    padding: 22px var(--wo-pad) 34px;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: 14px;
  }

  .wo26-nav a {
    padding: 16px 16px;
    font-weight: 400;
    letter-spacing: .012em;
  }
}

.wo26-contact-location {
  display: grid;
  gap: 18px;
  align-items: start;
}

.wo26-contact-location__intro {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
}

.wo26-contact-location__icon {
  flex: 0 0 auto;
}

.wo26-contact-location__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.wo26-contact-location__badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid rgba(198,162,90,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  color: #171717;
}

.wo26-contact-location__badges i {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff3cf, #e2bc6c);
  color: #171717;
  flex: 0 0 auto;
}

.wo26-contact-location__badges i svg {
  width: 18px;
  height: 18px;
}

.wo26-contact-location__badges em {
  font-style: normal;
  font-size: .95rem;
  font-weight: 520;
  line-height: 1.35;
}

@media (max-width: 900px) {
  .wo26-contact-location__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .wo26-contact-location__intro {
    grid-template-columns: 1fr;
  }

  .wo26-contact-location__badges {
    grid-template-columns: 1fr;
  }
}

/* 2026-05 v1.1.6: final header refinement and remove extra location block */
.wo26-brand {
  justify-self: start;
  margin-right: auto;
}

.wo26-brand__text strong,
.wo26-brand,
.wo26-topbar,
.wo26-topbar a {
  font-weight: 380;
}

@media (min-width: 1024px) {
  .wo26-header-main {
    grid-template-columns: max-content minmax(0, 1fr) auto;
    justify-content: start;
    gap: clamp(34px, 3.4vw, 64px);
  }

  .wo26-brand {
    align-self: center;
  }

  .wo26-nav {
    justify-self: center;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: clamp(22px, 2.2vw, 38px);
  }

  .wo26-nav a {
    padding: 9px 2px;
    font-size: clamp(.97rem, .84vw, 1.03rem);
    font-weight: 360;
    letter-spacing: .018em;
  }

  .wo26-nav .sub-menu a {
    font-weight: 390;
  }

  .wo26-phone-pill {
    font-weight: 420;
  }
}

@media (max-width: 1023px) {
  .wo26-header-main {
    justify-content: flex-start;
  }

  .wo26-brand {
    margin-right: auto;
  }

  .wo26-nav a {
    font-weight: 370;
  }
}

/* 2026-05 v1.1.7: lighter hero-offer typography and logo pushed fully left */
.wo26-site-header .wo26-container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 8px clamp(18px, 3vw, 34px);
}

.wo26-topbar__inner,
.wo26-header-main {
  width: 100%;
}

.wo26-hero-offer,
.wo26-hero-offer * {
  font-family: Inter, Manrope, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.wo26-hero-offer__head span {
  font-weight: 650;
  letter-spacing: .12em;
}

.wo26-hero-offer__head strong {
  font-weight: 620;
  letter-spacing: -.028em;
}

.wo26-hero-offer__head p {
  font-weight: 360;
  color: rgba(255,255,255,.72);
}

.wo26-hero-tile h3 {
  font-weight: 620;
  letter-spacing: -.018em;
}

.wo26-hero-tile p {
  font-weight: 350;
  color: rgba(255,255,255,.72);
}

.wo26-hero-tile__actions a {
  font-weight: 560;
  letter-spacing: .01em;
}

.wo26-hero-offer__bottom,
.wo26-hero-offer__bottom span {
  font-weight: 360;
}

.wo26-hero-offer__bottom a {
  font-weight: 620;
}

@media (min-width: 1024px) {
  .wo26-site-header .wo26-container {
    padding-left: 4px;
    padding-right: 28px;
  }

  .wo26-brand img {
    margin-left: 0;
  }
}

@media (max-width: 1023px) {
  .wo26-site-header .wo26-container {
    padding-left: 10px;
    padding-right: 16px;
  }
}


/* 2026-05 v1.1.8: logo far-left, softer hero font and clearer footer contact section */
body header > .wo26-container,
	body header > .container,
	body header .site-header__inner,
	body header .header-inner,
	body .site-header > .wo26-container,
	body .site-header > .container {
		width: 100% !important;
		max-width: none !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}

	body header .site-branding,
	body header .custom-logo-link,
	body header .site-logo,
	body header .wo26-logo,
	body header .navbar-brand,
	body .site-header .site-branding,
	body .site-header .custom-logo-link,
	body .site-header .site-logo,
	body .site-header .wo26-logo,
	body .site-header .navbar-brand {
		margin-left: 0 !important;
		padding-left: 0 !important;
		transform: translateX(0) !important;
	}

	.wo26-hero--premium-redesign,
	.wo26-hero--premium-redesign h1,
	.wo26-hero--premium-redesign h2,
	.wo26-hero--premium-redesign h3,
	.wo26-hero--premium-redesign p,
	.wo26-hero--premium-redesign a,
	.wo26-hero--premium-redesign li,
	.wo26-hero--premium-redesign span,
	.wo26-hero--premium-redesign strong,
	.wo26-hero--premium-redesign b,
	.wo26-hero--premium-redesign .wo26-btn {
		font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif !important;
		font-weight: 400 !important;
	}

	.wo26-footer-contact {
		padding-bottom: clamp(42px, 7vw, 86px);
	}

	.wo26-footer-contact__grid {
		display: grid;
		grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
		gap: clamp(18px, 3vw, 34px);
		align-items: stretch;
	}

	.wo26-footer-contact__column {
		display: grid;
		gap: 16px;
	}

	.wo26-footer-card {
		background: rgba(255, 255, 255, .96);
		border: 1px solid rgba(15, 23, 42, .1);
		border-radius: 24px;
		box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
		padding: clamp(20px, 3vw, 30px);
	}

	.wo26-footer-card h3 {
		margin: 0 0 16px;
		font-size: clamp(1.15rem, 2vw, 1.55rem);
	}

	.wo26-footer-details {
		display: grid;
		gap: 14px;
		margin: 0;
	}

	.wo26-footer-details__row {
		display: grid;
		grid-template-columns: minmax(110px, 160px) minmax(0, 1fr);
		gap: 14px;
		padding: 0 0 14px;
		border-bottom: 1px solid rgba(15, 23, 42, .08);
	}

	.wo26-footer-details__row:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.wo26-footer-details dt {
		margin: 0;
		color: rgba(15, 23, 42, .58);
		font-size: .88rem;
		letter-spacing: .02em;
	}

	.wo26-footer-details dd {
		margin: 0;
		color: #0f172a;
		line-height: 1.5;
	}

	.wo26-footer-phone-list {
		display: grid;
		gap: 12px;
	}

	.wo26-footer-phone {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 16px;
		padding: 15px 16px;
		border-radius: 18px;
		background: rgba(15, 23, 42, .04);
		text-decoration: none;
	}

	.wo26-footer-phone span {
		color: rgba(15, 23, 42, .62);
		font-size: .9rem;
	}

	.wo26-footer-phone strong {
		color: #0f172a;
		font-size: 1.05rem;
		white-space: nowrap;
	}

	.wo26-footer-card--cta {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		background: linear-gradient(135deg, rgba(15, 23, 42, .96), rgba(30, 41, 59, .96));
		color: #fff;
	}

	.wo26-footer-card--cta p,
	.wo26-footer-card--cta h3 {
		color: inherit;
	}

	.wo26-footer-card--cta .wo26-contact-badge {
		align-self: flex-start;
	}

	.wo26-footer-card--cta .wo26-contact-chips {
		margin-top: 4px;
	}

	@media (max-width: 900px) {
		.wo26-footer-contact__grid {
			grid-template-columns: 1fr;
		}
	}

	@media (max-width: 640px) {
		.wo26-footer-details__row,
		.wo26-footer-phone {
			grid-template-columns: 1fr;
			display: grid;
		}

		.wo26-footer-phone strong {
			white-space: normal;
		}
	}

/* 2026-05 v1.1.9: clearer footer cards, bordered links and deduplicated contact layout */
.wo26-footer {
  padding-top: clamp(42px, 5vw, 64px);
  background:
    radial-gradient(circle at 0 0, rgba(214, 176, 83, .08), transparent 32%),
    linear-gradient(180deg, #101817 0%, #050505 100%);
}

.wo26-footer__grid {
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
}

.wo26-footer__card {
  height: 100%;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 18px 46px rgba(0, 0, 0, .18);
}

.wo26-footer__card--brand {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.wo26-footer__card--contact {
  display: grid;
  gap: 12px;
}

.wo26-footer__text {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  line-height: 1.72;
}

.wo26-footer h3 {
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  font-size: 1rem;
  font-weight: 500;
}

.wo26-footer-logo {
  margin-bottom: 18px;
}

.wo26-footer__link-list,
.wo26-footer__info-list,
.wo26-footer__contact-list,
.wo26-footer__mini-links {
  display: grid;
  gap: 8px;
}

.wo26-footer__link-list li,
.wo26-footer__contact-list li {
  margin: 0;
}

.wo26-footer__link-list li + li,
.wo26-footer__contact-list li + li {
  margin-top: 0;
}

.wo26-footer__link-list a,
.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email,
.wo26-footer__mini-links a,
.wo26-footer__widget a {
  display: block;
  padding: 11px 12px;
  border: 1px solid rgba(255, 255, 255, .105);
  border-radius: 14px;
  background: rgba(255, 255, 255, .025);
  color: rgba(255, 255, 255, .84);
  text-decoration: none;
}

.wo26-footer__link-list a,
.wo26-footer__mini-links a,
.wo26-footer__widget a {
  position: relative;
  padding-right: 30px;
}

.wo26-footer__link-list a::after,
.wo26-footer__mini-links a::after,
.wo26-footer__widget a::after {
  content: '›';
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: rgba(214, 176, 83, .9);
}

.wo26-footer__link-list a:hover,
.wo26-footer__phone:hover,
.wo26-footer__email:hover,
.wo26-footer__mini-links a:hover,
.wo26-footer__widget a:hover {
  border-color: rgba(214, 176, 83, .38);
  background: rgba(214, 176, 83, .075);
  color: #fff;
}

.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email {
  display: grid;
  gap: 3px;
  line-height: 1.45;
}

.wo26-footer__label {
  color: rgba(255, 255, 255, .52);
  font-size: .78rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.wo26-footer__info-item span:last-child,
.wo26-footer__phone span:last-child,
.wo26-footer__email span:last-child {
  color: rgba(255, 255, 255, .88);
  font-weight: 400;
}

.wo26-footer__mini-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wo26-footer__widget {
  margin-top: 14px;
}

.wo26-footer__widget ul,
.wo26-footer__widget .menu {
  display: grid;
  gap: 8px;
}

.wo26-footer__widget li + li {
  margin-top: 0;
}

.wo26-copyright {
  margin-top: 24px;
}

@media (min-width: 782px) {
  .wo26-footer__grid {
    grid-template-columns: minmax(230px, 1.05fr) minmax(190px, .9fr) minmax(190px, .9fr) minmax(260px, 1.1fr);
  }
}

@media (max-width: 640px) {
  .wo26-footer__mini-links {
    grid-template-columns: 1fr;
  }
}

/* 2026-05 v1.2.1: repaired footer layout - stable horizontal cards */
.wo26-footer {
  padding-top: clamp(42px, 5vw, 64px);
  overflow: hidden;
}

.wo26-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 2vw, 22px);
  align-items: stretch;
}

.wo26-footer__card {
  min-width: 0;
  height: auto;
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background: rgba(255,255,255,.035);
  box-shadow: 0 18px 46px rgba(0,0,0,.18);
}

.wo26-footer__card--brand {
  display: grid;
  gap: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.wo26-footer-logo {
  margin-bottom: 0;
}

.wo26-footer-logo img {
  width: auto;
  max-width: min(220px, 100%);
  height: auto;
}

.wo26-footer__text {
  max-width: 880px;
}

.wo26-footer__link-list,
.wo26-footer__info-list,
.wo26-footer__contact-list,
.wo26-footer__mini-links,
.wo26-footer__widget ul,
.wo26-footer__widget .menu {
  width: 100%;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo26-footer__link-list li,
.wo26-footer__widget li {
  min-width: 0;
  margin: 0;
}

.wo26-footer__link-list a,
.wo26-footer__widget a,
.wo26-footer__mini-links a,
.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.026);
}

.wo26-footer__link-list a,
.wo26-footer__widget a,
.wo26-footer__mini-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
}

.wo26-footer__card--contact {
  display: grid;
  gap: 12px;
}

.wo26-footer__card--contact h3 {
  margin-bottom: 2px;
}

.wo26-footer__info-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wo26-footer__contact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wo26-footer__mini-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email {
  display: grid;
  grid-template-columns: minmax(90px, .72fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  overflow-wrap: anywhere;
}

.wo26-footer__email {
  grid-template-columns: minmax(80px, .42fr) minmax(0, 1fr);
}

.wo26-footer__info-item span:last-child,
.wo26-footer__phone span:last-child,
.wo26-footer__email span:last-child {
  text-align: right;
}

.wo26-footer__widget {
  margin-top: 12px;
}

@media (min-width: 760px) {
  .wo26-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo26-footer__card--brand,
  .wo26-footer__card--contact {
    grid-column: 1 / -1;
  }

  .wo26-footer__link-list,
  .wo26-footer__widget ul,
  .wo26-footer__widget .menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1120px) {
  .wo26-footer__grid {
    grid-template-columns: minmax(240px, 1.05fr) minmax(210px, .95fr) minmax(210px, .95fr) minmax(320px, 1.4fr);
  }

  .wo26-footer__card--brand,
  .wo26-footer__card--contact {
    grid-column: auto;
  }

  .wo26-footer__link-list,
  .wo26-footer__widget ul,
  .wo26-footer__widget .menu {
    grid-template-columns: 1fr;
  }

  .wo26-footer__info-list,
  .wo26-footer__contact-list,
  .wo26-footer__mini-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .wo26-footer__info-list,
  .wo26-footer__contact-list,
  .wo26-footer__mini-links {
    grid-template-columns: 1fr;
  }

  .wo26-footer__info-item,
  .wo26-footer__phone,
  .wo26-footer__email {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .wo26-footer__info-item span:last-child,
  .wo26-footer__phone span:last-child,
  .wo26-footer__email span:last-child {
    text-align: left;
  }
}

/* 2026-05 v1.2.2: footer containers arranged horizontally without breaking responsiveness */
.wo26-footer__grid {
  align-items: stretch;
}

.wo26-footer__card {
  min-height: 100%;
}

@media (min-width: 900px) {
  .wo26-footer__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 1.6vw, 22px);
  }

  .wo26-footer__card--brand,
  .wo26-footer__card--contact {
    grid-column: auto !important;
  }

  .wo26-footer__card {
    display: flex;
    flex-direction: column;
  }

  .wo26-footer__link-list,
  .wo26-footer__widget ul,
  .wo26-footer__widget .menu {
    grid-template-columns: 1fr !important;
  }
}

@media (min-width: 1200px) {
  .wo26-footer__grid {
    grid-template-columns: minmax(220px, .95fr) minmax(210px, .9fr) minmax(220px, .95fr) minmax(440px, 1.55fr) !important;
  }

  .wo26-footer__info-list,
  .wo26-footer__contact-list,
  .wo26-footer__mini-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wo26-footer__info-item,
  .wo26-footer__phone,
  .wo26-footer__email {
    grid-template-columns: 1fr;
    align-items: start;
    min-height: 64px;
  }

  .wo26-footer__info-item span:last-child,
  .wo26-footer__phone span:last-child,
  .wo26-footer__email span:last-child {
    text-align: left;
  }
}

@media (min-width: 1500px) {
  .wo26-footer__grid {
    grid-template-columns: minmax(250px, .95fr) minmax(230px, .9fr) minmax(240px, .95fr) minmax(560px, 1.7fr) !important;
  }

  .wo26-footer__info-list {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}


/* 2026-05 v1.3.1: prestiżowa stopka pełnej szerokości + przydatne linki + dopisek CTA */
.wo26-footer {
  position: relative;
  padding-top: clamp(56px, 6vw, 86px);
  background:
    radial-gradient(circle at 8% 0%, rgba(242, 208, 139, .12), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(198, 162, 90, .10), transparent 30%),
    linear-gradient(180deg, #111827 0%, #0b101c 46%, #070a10 100%);
}

.wo26-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.65), transparent 74%);
}

.wo26-footer > .wo26-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2 * clamp(18px, 3vw, 46px)), 1440px);
}

.wo26-footer__grid {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 24px) !important;
  align-items: stretch !important;
}

.wo26-footer__card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
  padding: clamp(20px, 2.3vw, 30px);
  border: 1px solid rgba(242, 208, 139, .16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.072), rgba(255,255,255,.032));
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(10px);
}

.wo26-footer__card::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255,255,255,.075), transparent 42%);
}

.wo26-footer__card > * {
  position: relative;
  z-index: 1;
}

.wo26-footer__card--brand {
  background:
    radial-gradient(circle at 18% 0%, rgba(242,208,139,.12), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.082), rgba(255,255,255,.032));
}

.wo26-footer h3,
.wo26-footer__mini-title {
  color: #fff;
  font-weight: 520;
  letter-spacing: -.01em;
}

.wo26-footer h3 {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom-color: rgba(242, 208, 139, .16);
}

.wo26-footer__text {
  color: rgba(255,255,255,.72);
  line-height: 1.76;
}

.wo26-footer__link-list,
.wo26-footer__info-list,
.wo26-footer__contact-list,
.wo26-footer__mini-links,
.wo26-footer__widget ul,
.wo26-footer__widget .menu {
  display: grid !important;
  gap: 10px !important;
  width: 100%;
}

.wo26-footer__link-list a,
.wo26-footer__widget a,
.wo26-footer__mini-links a,
.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email {
  border-color: rgba(242, 208, 139, .16);
  background: rgba(255,255,255,.043);
  color: rgba(255,255,255,.86);
  transition: border-color .2s ease, background .2s ease, transform .2s ease, color .2s ease;
}

.wo26-footer__link-list a:hover,
.wo26-footer__widget a:hover,
.wo26-footer__mini-links a:hover,
.wo26-footer__phone:hover,
.wo26-footer__email:hover {
  transform: translateY(-1px);
  border-color: rgba(242, 208, 139, .42);
  background: rgba(242, 208, 139, .095);
  color: #fff;
}

.wo26-footer__label {
  color: rgba(242, 208, 139, .70);
  font-weight: 540;
}

.wo26-footer__mini-links-wrap {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.wo26-footer__mini-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: .84rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(242, 208, 139, .80);
}

.wo26-footer__mini-links {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.wo26-footer__mini-links a {
  min-height: 46px;
  justify-content: center;
  text-align: center;
  padding-inline: 12px 24px;
}

.wo26-copyright {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2 * clamp(18px, 3vw, 46px)), 1440px);
  margin-top: clamp(22px, 3vw, 34px);
  border-top-color: rgba(242, 208, 139, .16);
}

.wo26-cta-label-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.wo26-contact-note {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: #fff;
  font-size: .86rem;
  font-weight: 560;
  letter-spacing: .02em;
}

.wo26-footer-card--cta .wo26-contact-badge {
  align-self: center;
}

@media (min-width: 1180px) {
  .wo26-footer__card--brand {
    grid-column: span 3 !important;
  }

  .wo26-footer__grid > .wo26-footer__card:nth-child(2) {
    grid-column: span 2 !important;
  }

  .wo26-footer__grid > .wo26-footer__card:nth-child(3) {
    grid-column: span 2 !important;
  }

  .wo26-footer__card--contact {
    grid-column: span 5 !important;
  }

  .wo26-footer__info-list,
  .wo26-footer__contact-list {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1500px) {
  .wo26-footer__card--brand {
    grid-column: span 3 !important;
  }

  .wo26-footer__grid > .wo26-footer__card:nth-child(2),
  .wo26-footer__grid > .wo26-footer__card:nth-child(3) {
    grid-column: span 2 !important;
  }

  .wo26-footer__card--contact {
    grid-column: span 5 !important;
  }

  .wo26-footer__info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 760px) and (max-width: 1179px) {
  .wo26-footer__card,
  .wo26-footer__card--brand,
  .wo26-footer__card--contact {
    grid-column: span 6 !important;
  }

  .wo26-footer__link-list,
  .wo26-footer__widget ul,
  .wo26-footer__widget .menu,
  .wo26-footer__info-list,
  .wo26-footer__contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 759px) {
  .wo26-footer__grid {
    grid-template-columns: 1fr !important;
  }

  .wo26-footer__card,
  .wo26-footer__card--brand,
  .wo26-footer__card--contact {
    grid-column: 1 / -1 !important;
  }

  .wo26-footer__mini-links {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 520px) {
  .wo26-footer__info-list,
  .wo26-footer__contact-list {
    grid-template-columns: 1fr !important;
  }

  .wo26-footer__mini-links a {
    justify-content: flex-start;
    text-align: left;
  }
}


/* 2026-05 v1.3.3: stopka pełniejszej szerokości + czystsza sekcja informacji */
.wo26-footer > .wo26-container,
.wo26-copyright {
  width: calc(100% - 2 * clamp(14px, 2vw, 34px)) !important;
  max-width: none !important;
}

.wo26-footer__grid {
  max-width: none !important;
  margin-inline: auto;
}

@media (min-width: 1320px) {
  .wo26-footer__card--brand {
    grid-column: span 3 !important;
  }

  .wo26-footer__grid > .wo26-footer__card:nth-child(2) {
    grid-column: span 2 !important;
  }

  .wo26-footer__grid > .wo26-footer__card:nth-child(3) {
    grid-column: span 3 !important;
  }

  .wo26-footer__card--contact {
    grid-column: span 4 !important;
  }

  .wo26-footer__link-list,
  .wo26-footer__widget ul,
  .wo26-footer__widget .menu {
    gap: 12px !important;
  }
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links {
  margin-top: 0;
  padding-top: 6px;
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .widget-title {
  display: none !important;
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 14px;
  background: linear-gradient(90deg, rgba(242, 208, 139, .28), rgba(242, 208, 139, .08), transparent);
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links ul,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links .menu {
  gap: 12px !important;
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links li + li {
  margin-top: 0 !important;
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links a {
  min-height: 54px;
  line-height: 1.45;
}

.wo26-copyright p {
  margin: 0;
}

/* 2026-05 v1.3.4: subtelne linie odstępu w sekcji „Więcej informacji” */
.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links .widget + .widget,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links li + li,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) > .wo26-footer__link-list li + li {
  position: relative;
  margin-top: 14px !important;
  padding-top: 16px !important;
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links .widget + .widget::before,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links li + li::before,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) > .wo26-footer__link-list li + li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(242, 208, 139, .30), rgba(242, 208, 139, .10), transparent);
}

.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links .widget + .widget a,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) .wo26-footer__widget--links li + li a,
.wo26-footer__grid > .wo26-footer__card:nth-child(3) > .wo26-footer__link-list li + li a {
  margin-top: 0 !important;
}


/* 2026-05 v1.3.5: podmienione złoto-czarne logo w całym szablonie */


/* 2026-05 v1.3.6: Przydatne linki bez uppercase + delikatny szkic budowy w kartach */
.wo26-footer__mini-title {
  text-transform: none;
  letter-spacing: .01em;
}

.wo26-card,
.wo26-contact-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(253,250,243,.98) 100%),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 16px bottom 14px / min(240px, 42%) auto;
}

.wo26-hero-panel {
  background:
    linear-gradient(180deg, rgba(12,12,12,.62), rgba(12,12,12,.62)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 18px bottom 16px / min(240px, 42%) auto;
}

.wo26-hero-panel__row {
  background:
    linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.045)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 12px bottom 10px / min(180px, 38%) auto;
}

.wo26-hero-tile {
  background:
    linear-gradient(90deg, rgba(255,255,255,.080), rgba(255,255,255,.035)),
    rgba(12,12,12,.82)
    url('assets/img/construction-sketch-gold.svg') no-repeat right 14px bottom 10px / min(210px, 38%) auto;
}

.wo26-hero-tile:hover,
.wo26-hero-tile:focus-within {
  background:
    linear-gradient(90deg, rgba(242,208,139,.12), rgba(255,255,255,.042)),
    rgba(13,13,13,.88)
    url('assets/img/construction-sketch-gold.svg') no-repeat right 14px bottom 10px / min(210px, 38%) auto;
}

.wo26-contact-panel {
  background:
    linear-gradient(180deg, rgba(255,255,255,.84), rgba(255,255,255,.84)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 18px bottom 14px / min(280px, 46%) auto;
}

.wo26-contact-panel--action {
  background:
    linear-gradient(145deg, rgba(12,12,12,.96), rgba(31,24,12,.92)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 18px bottom 14px / min(260px, 42%) auto,
    #111;
}

.wo26-footer__card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.03)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 16px bottom 14px / min(220px, 40%) auto;
}

.wo26-footer__card--brand {
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 16px bottom 14px / min(220px, 40%) auto;
}

.wo26-footer__link-list a,
.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email,
.wo26-footer__mini-links a,
.wo26-footer__widget a {
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.03)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right 10px center / 96px auto;
}

@media (max-width: 900px) {
  .wo26-card,
  .wo26-contact-card,
  .wo26-hero-panel,
  .wo26-contact-panel,
  .wo26-contact-panel--action,
  .wo26-footer__card {
    background-size: min(180px, 34%) auto;
  }

  .wo26-hero-panel__row,
  .wo26-hero-tile {
    background-size: min(120px, 26%) auto;
  }
}

@media (max-width: 640px) {
  .wo26-card,
  .wo26-contact-card,
  .wo26-hero-panel,
  .wo26-hero-panel__row,
  .wo26-hero-tile,
  .wo26-contact-panel,
  .wo26-contact-panel--action,
  .wo26-footer__card,
  .wo26-footer__link-list a,
  .wo26-footer__info-item,
  .wo26-footer__phone,
  .wo26-footer__email,
  .wo26-footer__mini-links a,
  .wo26-footer__widget a {
    background-size: 92px auto;
  }
}


/* 2026-05 v1.3.7: szkic przeniesiony na hero podstron + wymuszone złoto-czarne logo */
.wo26-page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4,8,14,.78), rgba(4,8,14,.58)),
    url('assets/img/construction-sketch-gold.svg') no-repeat right clamp(18px, 4vw, 60px) bottom clamp(8px, 2vw, 22px) / min(560px, 42%) auto,
    radial-gradient(circle at 82% 0, rgba(242,201,76,.24), transparent 30%),
    linear-gradient(135deg, var(--wo-bg), #13233a);
}

.wo26-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,7,11,.28), rgba(5,7,11,0) 42%),
    radial-gradient(circle at 78% 18%, rgba(242,208,139,.10), transparent 28%);
}

.wo26-page-hero > .wo26-container {
  position: relative;
  z-index: 1;
}

/* Wycofanie szkicu z innych sekcji */
.wo26-card,
.wo26-contact-card {
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
}

.wo26-hero-panel {
  background: rgba(12,12,12,.56);
}

.wo26-hero-panel__row {
  background: rgba(255,255,255,.04);
}

.wo26-hero-tile {
  background:
    linear-gradient(90deg, rgba(255,255,255,.080), rgba(255,255,255,.035)),
    rgba(12,12,12,.82);
}

.wo26-hero-tile:hover,
.wo26-hero-tile:focus-within {
  background:
    linear-gradient(90deg, rgba(242,208,139,.12), rgba(255,255,255,.042)),
    rgba(13,13,13,.88);
}

.wo26-contact-panel {
  background: rgba(255,255,255,.82);
}

.wo26-contact-panel--action {
  background:
    linear-gradient(145deg, rgba(12,12,12,.96), rgba(31,24,12,.92)),
    #111;
}

.wo26-footer__card {
  background: rgba(255, 255, 255, .035);
}

.wo26-footer__card--brand {
  background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
}

.wo26-footer__link-list a,
.wo26-footer__info-item,
.wo26-footer__phone,
.wo26-footer__email,
.wo26-footer__mini-links a,
.wo26-footer__widget a {
  background: rgba(255, 255, 255, .025);
}

@media (max-width: 980px) {
  .wo26-page-hero {
    background:
      linear-gradient(180deg, rgba(4,8,14,.80), rgba(4,8,14,.62)),
      url('assets/img/construction-sketch-gold.svg') no-repeat right 14px bottom 12px / min(380px, 48%) auto,
      radial-gradient(circle at 82% 0, rgba(242,201,76,.22), transparent 30%),
      linear-gradient(135deg, var(--wo-bg), #13233a);
  }
}

@media (max-width: 640px) {
  .wo26-page-hero {
    background:
      linear-gradient(180deg, rgba(4,8,14,.82), rgba(4,8,14,.68)),
      url('assets/img/construction-sketch-gold.svg') no-repeat right 10px bottom 12px / 180px auto,
      radial-gradient(circle at 82% 0, rgba(242,201,76,.18), transparent 30%),
      linear-gradient(135deg, var(--wo-bg), #13233a);
  }
}


/* 2026-05 v1.3.8: usunięty tekst z sekcji i logo PNG z przezroczystym tłem */


/* 2026-05 v1.3.9: opis sekcji 'Dlaczego warto' zoptymalizowany pod lokalne SEO */


/* 2026-05 v1.4.0: checkbox zgody w jednej linii z tekstem */
.wpcf7-form .wpcf7-acceptance,
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .acceptance,
.wpcf7-form .checkbox,
.wo26-form-fallback .acceptance,
.wo26-form-fallback .checkbox {
  display: block;
  width: 100%;
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .acceptance label,
.wpcf7-form .checkbox label,
.wo26-form-fallback .acceptance label,
.wo26-form-fallback .checkbox label,
.wpcf7-list-item > label {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 0;
  line-height: 1.45;
  vertical-align: middle;
}

.wpcf7-form input[type="checkbox"],
.wo26-form-fallback input[type="checkbox"] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  transform: translateY(0);
}

.wpcf7-form .wpcf7-list-item-label,
.wo26-form-fallback .checkbox-text {
  display: inline;
}


/* 2026-05 v1.4.1: większy i lepiej wycentrowany checkbox zgody + mobile readability */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .acceptance label,
.wpcf7-form .checkbox label,
.wo26-form-fallback .acceptance label,
.wo26-form-fallback .checkbox label,
.wpcf7-list-item > label {
  align-items: flex-start !important;
  gap: 12px !important;
  font-size: .94rem;
  line-height: 1.55;
  color: rgba(20, 20, 20, .88);
}

.wpcf7-form input[type="checkbox"],
.wo26-form-fallback input[type="checkbox"] {
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  margin-top: .17em !important;
  accent-color: #43b34b;
}

.wpcf7-form .wpcf7-list-item-label,
.wo26-form-fallback .checkbox-text {
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 640px) {
  .wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
  .wpcf7-form .acceptance label,
  .wpcf7-form .checkbox label,
  .wo26-form-fallback .acceptance label,
  .wo26-form-fallback .checkbox label,
  .wpcf7-list-item > label {
    gap: 11px !important;
    font-size: .88rem;
    line-height: 1.62;
  }

  .wpcf7-form input[type="checkbox"],
  .wo26-form-fallback input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin-top: .22em !important;
  }
}


/* 2026-05 v1.4.2: większe Przydatne linki w stopce + złoty szkic na tle panoramy placu budowy na podstronach */
.wo26-footer__mini-links {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.wo26-footer__mini-links a {
  display: grid;
  align-items: center;
  justify-content: start;
  min-height: 58px;
  padding: 11px 14px;
  text-align: left;
  font-size: .98rem;
  border-radius: 14px;
}

.wo26-page-hero {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4,8,14,.86) 0%, rgba(4,8,14,.70) 38%, rgba(4,8,14,.52) 100%),
    radial-gradient(circle at 76% 12%, rgba(242,208,139,.30), transparent 24%),
    url('assets/img/construction-sketch-gold-strong.svg'),
    url('assets/img/subpage-site-panorama.webp');
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center center, 76% 12%, right clamp(20px, 4vw, 58px) bottom clamp(6px, 2vw, 18px), center center;
  background-size: cover, auto, min(620px, 46%) auto, cover;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.05);
}

.wo26-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0) 38%),
    radial-gradient(circle at 82% 22%, rgba(201,158,66,.18), transparent 18%);
}

.wo26-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,7,11,.34), rgba(5,7,11,.06) 44%, rgba(5,7,11,0) 78%);
}

.wo26-page-hero > .wo26-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .wo26-footer__mini-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .wo26-page-hero {
    background-image:
      linear-gradient(90deg, rgba(4,8,14,.88) 0%, rgba(4,8,14,.74) 48%, rgba(4,8,14,.58) 100%),
      radial-gradient(circle at 78% 12%, rgba(242,208,139,.24), transparent 22%),
      url('assets/img/construction-sketch-gold-strong.svg'),
      url('assets/img/subpage-site-panorama.webp');
    background-position: center center, 78% 12%, right 14px bottom 10px, center center;
    background-size: cover, auto, min(420px, 52%) auto, cover;
  }
}

@media (max-width: 680px) {
  .wo26-footer__mini-links {
    grid-template-columns: 1fr !important;
  }

  .wo26-footer__mini-links a {
    min-height: 54px;
  }

  .wo26-page-hero {
    background-image:
      linear-gradient(180deg, rgba(4,8,14,.86), rgba(4,8,14,.72)),
      radial-gradient(circle at 78% 10%, rgba(242,208,139,.18), transparent 22%),
      url('assets/img/construction-sketch-gold-strong.svg'),
      url('assets/img/subpage-site-panorama.webp');
    background-position: center center, 76% 12%, right 10px bottom 10px, center center;
    background-size: cover, auto, 220px auto, cover;
  }
}


/* 2026-05 v1.4.3: hero podstron ze złotym, wyraźnym szkicem bez zdjęcia */
.wo26-page-hero {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(4,8,14,.92) 0%, rgba(4,8,14,.82) 38%, rgba(4,8,14,.72) 100%),
    radial-gradient(circle at 76% 12%, rgba(242,208,139,.20), transparent 22%),
    url('assets/img/construction-sketch-gold-strong.svg'),
    linear-gradient(135deg, #05070b 0%, #09111c 48%, #10253d 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center center, 76% 12%, right clamp(22px, 4vw, 64px) center, center center;
  background-size: cover, auto, min(760px, 58%) auto, cover;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.05);
}

.wo26-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 54%, rgba(242,208,139,.14), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0) 42%);
}

.wo26-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,7,11,.30), rgba(5,7,11,.08) 46%, rgba(5,7,11,0) 82%);
}

.wo26-page-hero > .wo26-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 980px) {
  .wo26-page-hero {
    background-image:
      linear-gradient(90deg, rgba(4,8,14,.94) 0%, rgba(4,8,14,.84) 52%, rgba(4,8,14,.74) 100%),
      radial-gradient(circle at 78% 12%, rgba(242,208,139,.16), transparent 20%),
      url('assets/img/construction-sketch-gold-strong.svg'),
      linear-gradient(135deg, #05070b 0%, #09111c 48%, #10253d 100%);
    background-position: center center, 78% 12%, right 14px center, center center;
    background-size: cover, auto, min(500px, 60%) auto, cover;
  }
}

@media (max-width: 680px) {
  .wo26-page-hero {
    background-image:
      linear-gradient(180deg, rgba(4,8,14,.94), rgba(4,8,14,.82)),
      radial-gradient(circle at 76% 10%, rgba(242,208,139,.12), transparent 18%),
      url('assets/img/construction-sketch-gold-strong.svg'),
      linear-gradient(135deg, #05070b 0%, #09111c 48%, #10253d 100%);
    background-position: center center, 76% 10%, right 10px bottom 10px, center center;
    background-size: cover, auto, 260px auto, cover;
  }
}


/* 2026-05 v1.4.4: mobile hero sketch stronger + responsive tables + FAQ headings on subpages */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.wo26-content,
.site-main,
.entry-content {
  max-width: 100%;
}

.wo26-faq-heading {
  margin: clamp(1.8rem, 3vw, 2.4rem) 0 1rem;
  color: var(--wo-text);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -.03em;
}

.wo26-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.4rem 0;
  border: 1px solid rgba(198,162,90,.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: 0 14px 34px rgba(17,17,17,.07);
}

.wo26-content table,
.wo26-content .tablepress,
.wo26-content table.tablepress,
.wo26-content .wp-block-table table {
  width: 100% !important;
  min-width: 100%;
  margin: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: transparent;
}

.wo26-content thead th,
.wo26-content .tablepress thead th,
.wo26-content table.tablepress thead th,
.wo26-content .wp-block-table thead th {
  background: linear-gradient(180deg, #fff4d8 0%, #f3dfb7 100%);
  color: #171717;
  font-weight: 760;
}

.wo26-content th,
.wo26-content td,
.wo26-content .tablepress th,
.wo26-content .tablepress td {
  padding: 12px 14px;
  border: 0;
  border-bottom: 1px solid rgba(198,162,90,.18);
  text-align: left;
  vertical-align: top;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.wo26-content tbody tr:nth-child(even),
.wo26-content .tablepress tbody tr:nth-child(even) {
  background: rgba(255,248,232,.58);
}

.wo26-content tbody tr:last-child td,
.wo26-content .tablepress tbody tr:last-child td {
  border-bottom: 0;
}

.wo26-content .tablepress tfoot th,
.wo26-content .tablepress tfoot td,
.wo26-content table tfoot th,
.wo26-content table tfoot td {
  background: rgba(255,248,232,.7);
  font-weight: 700;
}

.wo26-content .dataTables_wrapper,
.wo26-content .tablepress-table-description,
.wo26-content .tablepress caption,
.wo26-content .dataTables_length,
.wo26-content .dataTables_filter,
.wo26-content .dataTables_info,
.wo26-content .dataTables_paginate,
.wo26-content .dt-length,
.wo26-content .dt-search,
.wo26-content .dt-info,
.wo26-content .dt-paging {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.wo26-content .dataTables_wrapper,
.wo26-content .dt-container {
  overflow-x: auto;
}

@media (max-width: 680px) {
  .wo26-page-hero {
    background-image:
      linear-gradient(180deg, rgba(4,8,14,.96), rgba(4,8,14,.86)),
      radial-gradient(circle at 74% 16%, rgba(242,208,139,.18), transparent 20%),
      url('assets/img/construction-sketch-gold-strong.svg'),
      linear-gradient(135deg, #05070b 0%, #09111c 48%, #10253d 100%);
    background-position: center center, 74% 16%, center bottom 10px, center center;
    background-size: cover, auto, min(94vw, 360px) auto, cover;
    padding: clamp(42px, 12vw, 72px) 0;
  }

  .wo26-page-hero h1 {
    max-width: 100%;
  }

  .wo26-breadcrumbs {
    max-width: 100%;
  }

  .wo26-table-wrap {
    margin-inline: 0;
    border-radius: 16px;
  }

  .wo26-content table,
  .wo26-content .tablepress,
  .wo26-content table.tablepress,
  .wo26-content .wp-block-table table {
    min-width: 0;
    table-layout: auto;
    font-size: .92rem;
  }

  .wo26-content th,
  .wo26-content td,
  .wo26-content .tablepress th,
  .wo26-content .tablepress td {
    padding: 10px 11px;
    font-size: .9rem;
    line-height: 1.45;
  }

  .wo26-content .dataTables_length,
  .wo26-content .dataTables_filter,
  .wo26-content .dt-length,
  .wo26-content .dt-search {
    display: grid;
    gap: 8px;
  }
}


/* 2026-05 v1.4.5: poprawne dzielenie wyrazów w nagłówkach tabel */
.wo26-content th,
.wo26-content thead th,
.wo26-content .tablepress th,
.wo26-content table.tablepress th,
.wo26-content .wp-block-table th,
.wo26-table-wrap th {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal !important;
  overflow-wrap: normal !important;
  text-wrap: balance;
  line-height: 1.28;
}

.wo26-content th *,
.wo26-content thead th *,
.wo26-content .tablepress th *,
.wo26-content .wp-block-table th * {
  word-break: normal !important;
  overflow-wrap: normal !important;
}

@media (max-width: 680px) {
  .wo26-content th,
  .wo26-content thead th,
  .wo26-content .tablepress th,
  .wo26-content table.tablepress th,
  .wo26-content .wp-block-table th,
  .wo26-table-wrap th {
    font-size: .92rem;
    line-height: 1.32;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}


/* 2026-05 v1.4.6: FAQ na podstronach w stylu standardowego H2, bez dodatkowego pogrubienia */
.wo26-content .wo26-faq-heading,
.site-main .wo26-faq-heading,
.entry-content .wo26-faq-heading {
  margin: 0 0 .75rem;
  color: var(--wo-text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.04em;
}

@media (max-width: 680px) {
  .wo26-content .wo26-faq-heading,
  .site-main .wo26-faq-heading,
  .entry-content .wo26-faq-heading {
    font-size: clamp(1.65rem, 8vw, 2.15rem);
    line-height: 1.12;
  }
}


/* 2026-05 v1.4.7: mocniejsza ochrona przed sierotkami w tabelach */
.wo26-content th,
.wo26-content thead th,
.wo26-content .tablepress th,
.wo26-content table.tablepress th,
.wo26-content .wp-block-table th,
.wo26-table-wrap th {
  white-space: normal;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: pretty;
}

.wo26-content th .wo26-nowrap,
.wo26-content td .wo26-nowrap,
.wo26-table-wrap .wo26-nowrap {
  white-space: nowrap;
}

@media (max-width: 680px) {
  .wo26-table-wrap {
    overflow-x: auto;
  }

  .wo26-content th,
  .wo26-content thead th,
  .wo26-content .tablepress th,
  .wo26-content table.tablepress th,
  .wo26-content .wp-block-table th,
  .wo26-table-wrap th {
    min-width: 96px;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}


/* 2026-05 v1.4.9: wymuszona złota ikona strony w karcie przeglądarki */


/* 2026-05 v1.5.0: mocne nadpisanie złotej ikony strony i nowy podgląd motywu */


/* 2026-05 v1.5.1: czystsze logo w stopce bez czarnych wypełnień liter */


/* 2026-05 v1.5.2: usunięty dolny wyróżnik z podglądu motywu w panelu */


/* 2026-05 v1.5.3: wyczyszczone złote logo bez ciemnych wypełnień w literach */


/* 2026-05 v1.5.4: poprawione breadcrumbs schema — każdy element ma nazwę fallbackową */


/* 2026-05 v1.5.5: pojedynczy czysty BreadcrumbList i usuwanie zewnętrznych błędnych breadcrumb schema */


/* 2026-05 v1.5.6: wyłączone dane strukturalne BreadcrumbList, pozostawiona wizualna ścieżka */


/* 2026-05 v1.5.7: finalny breadcrumb schema z obowiązkowym item dla każdego elementu */


/* 2026-05 v1.5.8: całkowicie wyłączone breadcrumb structured data */

/* 2026-05 v1.5.9: 3-kolumnowy układ wpisów na stronie bloga */
.wo26-post-list--grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.wo26-post-list--grid .wo26-post-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.wo26-post-list--grid .wo26-post-item > a:first-child {
  display: block;
  margin: -22px -22px 18px;
  border-radius: var(--wo-radius) var(--wo-radius) 16px 16px;
  overflow: hidden;
  background: var(--wo-surface-soft);
}

.wo26-post-list--grid .wo26-post-item img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wo26-post-list--grid .wo26-post-item h2 {
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
  line-height: 1.25;
  margin-bottom: 10px;
}

.wo26-post-list--grid .wo26-post-item p {
  margin-top: 0;
}

.wo26-post-list--grid .wo26-card__link {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 1024px) {
  .wo26-post-list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wo26-post-list--grid {
    grid-template-columns: 1fr;
  }

  .wo26-post-list--grid .wo26-post-item h2 {
    font-size: clamp(1.35rem, 6vw, 1.7rem);
  }
}



/* =========================================================
   Nasze Śmieci Premium 2026 – compatibility with legacy content
   ========================================================= */

.wo26-store-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: min(260px, 100%);
}

.wo26-store-search input {
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 14px;
}

.wo26-store-search button {
  min-width: 42px;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--wo-green);
  color: var(--wo-white);
  cursor: pointer;
  transition: transform .25s ease, background .25s ease;
}

.wo26-store-search button:hover,
.wo26-store-search button:focus-visible {
  background: var(--wo-green-dark);
  transform: translateY(-1px);
}

.wo26-header-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--wo-text);
  background: var(--wo-surface-soft);
  border: 1px solid var(--wo-border);
  font-weight: 700;
  white-space: nowrap;
}

.wo26-header-shop:hover,
.wo26-header-shop:focus-visible {
  color: var(--wo-white);
  background: var(--wo-green-dark);
}

.wo26-floating-order {
  position: fixed;
  right: 18px;
  bottom: 92px;
  z-index: 80;
  width: 116px;
  height: 116px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  color: var(--wo-white);
  background: linear-gradient(135deg, var(--wo-green), var(--wo-green-dark));
  box-shadow: 0 18px 50px rgba(31,122,60,.35);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.wo26-floating-order span span {
  display: block;
  font-size: 14px;
}

.wo26-floating-order:hover,
.wo26-floating-order:focus-visible {
  color: var(--wo-white);
  transform: translateY(-2px);
}

.page-top {
  padding: clamp(72px, 9vw, 132px) 0 clamp(34px, 5vw, 60px);
  background:
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.25), transparent 34%),
    linear-gradient(135deg, var(--wo-bg), var(--wo-bg-2));
  color: var(--wo-white);
}

.page-top .container,
.row-padding,
.single-posts .container,
.container.row-padding {
  width: min(100% - 32px, var(--wo-container));
  margin-inline: auto;
}

.page-top h1 {
  color: var(--wo-white);
  max-width: 980px;
}

.breadcrumbs,
.breadcrumbs a {
  color: rgba(255,255,255,.78);
}

.row-padding {
  padding-top: clamp(44px, 7vw, 86px);
  padding-bottom: clamp(44px, 7vw, 86px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

[class*="col-md-"],
[class*="col-sm-"],
[class*="col-xs-"] {
  min-width: 0;
}

.wpis {
  flex: 1 1 300px;
  max-width: 100%;
}

.wpis-wrap,
.single-posts article,
.page article,
.search article,
.archive article {
  border-radius: var(--wo-radius);
  background: var(--wo-surface);
  box-shadow: var(--wo-shadow-soft);
  overflow: hidden;
}

.wpis .box {
  padding: 22px;
}

.tumb-sm {
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  background: var(--wo-surface-soft);
}

.tumb-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button,
.button-more,
input[type="submit"],
button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--wo-green);
  color: var(--wo-white);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(31,122,60,.18);
}

.button:hover,
.button-more:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  color: var(--wo-white);
  background: var(--wo-green-dark);
}

.wo26-content .grid6,
.wo26-content .grid_footer,
.wo26-content .footer,
.wo26-content .copyright {
  display: none;
}

.wo26-footer__mini-links a {
  word-break: break-word;
}

.wo26-service-card__image {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  margin: 0 0 18px;
  background: var(--wo-surface-soft);
}

.wo26-service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wo26-image-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.wo26-image-strip figure {
  margin: 0;
  border-radius: var(--wo-radius-sm);
  overflow: hidden;
  box-shadow: var(--wo-shadow-soft);
  background: var(--wo-surface);
}

.wo26-image-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.wo26-cta-band {
  border-radius: var(--wo-radius);
  padding: clamp(24px, 4vw, 42px);
  background: linear-gradient(135deg, var(--wo-bg), #21362b);
  color: var(--wo-white);
  box-shadow: var(--wo-shadow);
  display: grid;
  gap: 22px;
  align-items: center;
  grid-template-columns: 1.4fr auto;
}

.wo26-cta-band h2,
.wo26-cta-band h3,
.wo26-cta-band p {
  color: var(--wo-white);
}

.wo26-cta-band p {
  color: rgba(255,255,255,.78);
}

@media (max-width: 1180px) {
  .wo26-store-search,
  .wo26-header-shop {
    display: none;
  }
}

@media (max-width: 900px) {
  .wo26-cta-band,
  .wo26-image-strip {
    grid-template-columns: 1fr;
  }

  .wo26-floating-order {
    display: none;
  }
}

@media (max-width: 640px) {
  .wo26-footer {
    padding-bottom: 96px;
  }

  .page-top {
    padding-top: 94px;
  }

  .row {
    display: block;
  }

  .wpis {
    margin-bottom: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}


/* Homepage split blocks added for Nasze Śmieci */
.wo26-feature-split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.wo26-feature-split--reverse {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, .95fr);
}

.wo26-feature-split .wo26-photo-frame {
  margin: 0;
}

.wo26-section-cta {
  margin-top: 30px;
}

.wo26-local__map {
  overflow: hidden;
  border-radius: var(--wo-radius);
  box-shadow: var(--wo-shadow-soft);
  background: var(--wo-surface);
}

.wo26-local__map img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.wo26-card svg,
.wo26-local__icon svg,
.wo26-phone-pill svg {
  width: 1.15em;
  height: 1.15em;
}

.wo26-service-card .wo26-card__icon {
  margin-bottom: 14px;
}

@media (max-width: 900px) {
  .wo26-feature-split,
  .wo26-feature-split--reverse {
    grid-template-columns: 1fr;
  }

  .wo26-feature-split--reverse > figure {
    order: 2;
  }
}


/* =========================================================
   Nasze Śmieci Premium 2026 – poprawki widoczności i proporcji v2.0.1
   ========================================================= */

/* Usunięcie ewentualnych pozostałości po pływającym CTA ogrodzeń */
.wo26-floating-order,
.box-order-online {
  display: none !important;
}

/* Czytelność tekstów i brak wychodzenia napisów poza ramki */
.wo26-card,
.wo26-footer-card,
.wo26-hero-offer,
.wo26-faq__item,
.wo26-process article,
.wo26-local__links a,
.wo26-btn,
.wo26-card__link,
.wo26-contact-buttons a,
.wo26-footer-details dd,
.wo26-footer-phone strong {
  min-width: 0;
  max-width: 100%;
}

.wo26-card h2,
.wo26-card h3,
.wo26-card h4,
.wo26-footer-card h3,
.wo26-hero-offer__grid a span,
.wo26-local__links a span,
.wo26-faq__button,
.wo26-process article h3,
.wo26-content h1,
.wo26-content h2,
.wo26-content h3,
.wo26-content h4,
.wo26-content h5,
.wo26-content h6 {
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.wo26-service-card h3 {
  min-height: 0 !important;
}

.wo26-btn,
.wo26-card__button,
.wo26-card__link,
.wo26-contact-buttons a,
.wo26-hero__actions a {
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

/* Kontrast przycisków obrysowych na jasnych tłach */
.wo26-section:not(.wo26-section--dark) .wo26-btn--ghost,
.wo26-section--soft .wo26-btn--ghost,
.wo26-feature-split .wo26-btn--ghost {
  background: #ffffff;
  color: var(--wo-green-dark);
  border-color: rgba(31, 122, 60, .28);
}

.wo26-section:not(.wo26-section--dark) .wo26-btn--ghost:hover,
.wo26-section:not(.wo26-section--dark) .wo26-btn--ghost:focus-visible,
.wo26-section--soft .wo26-btn--ghost:hover,
.wo26-section--soft .wo26-btn--ghost:focus-visible,
.wo26-feature-split .wo26-btn--ghost:hover,
.wo26-feature-split .wo26-btn--ghost:focus-visible {
  background: var(--wo-green-dark);
  color: #ffffff;
  border-color: var(--wo-green-dark);
}

/* Szybki wybór usług w hero – pełne style dla linków generowanych z tablicy usług */
.wo26-hero-offer__grid a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 16px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .92);
  line-height: 1.2;
  font-weight: 760;
}

.wo26-hero-offer__grid a:hover,
.wo26-hero-offer__grid a:focus-visible {
  color: #ffffff;
  border-color: rgba(200, 241, 90, .42);
  background: rgba(67, 179, 75, .18);
}

.wo26-hero-offer__grid .wo26-card__icon {
  width: 44px;
  height: 44px;
  margin: 0;
  border-radius: 14px;
  background: rgba(200, 241, 90, .14);
  color: var(--wo-yellow);
}

/* Linki obszaru działania były białe na jasnym tle – teraz są czytelne */
.wo26-local__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}

.wo26-local__links a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid var(--wo-border);
  border-radius: 16px;
  background: #ffffff;
  color: var(--wo-text);
  box-shadow: 0 12px 30px rgba(20, 32, 27, .06);
}

.wo26-local__links a:hover,
.wo26-local__links a:focus-visible {
  background: var(--wo-green-dark);
  color: #ffffff;
  border-color: var(--wo-green-dark);
}

.wo26-local__icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--wo-surface-soft);
  color: var(--wo-green-dark);
}

.wo26-local__links a:hover .wo26-local__icon,
.wo26-local__links a:focus-visible .wo26-local__icon {
  background: rgba(255, 255, 255, .16);
  color: #ffffff;
}

/* Proporcje zdjęć – koniec rozciągania, stały kadr i responsywność */
.wo26-photo-frame,
.wo26-service-card__image,
.wo26-local__map,
.tumb-sm {
  min-height: 0 !important;
  overflow: hidden;
  background: var(--wo-surface-soft);
}

.wo26-hero-offer .wo26-photo-frame,
.wo26-local__map {
  aspect-ratio: 16 / 9;
}

.wo26-feature-split .wo26-photo-frame,
.wo26-service-card__image {
  aspect-ratio: 4 / 3;
}

.wo26-photo-frame img,
.wo26-service-card__image img,
.wo26-local__map img,
.tumb-sm img,
.wo26-post-list--grid .wo26-post-item img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

/* Zdjęcia ze starej treści WordPress nie mogą być sztucznie rozciągane */
.wo26-content img,
.wo26-content .wp-post-image,
.wo26-content figure img,
.wo26-content .wp-block-image img,
.wo26-content .alignnone,
.wo26-content .aligncenter,
.wo26-content .alignleft,
.wo26-content .alignright {
  display: block;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.wo26-content figure,
.wo26-content .wp-block-image {
  max-width: 100%;
  height: auto;
  margin: 0 0 1.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}

.wo26-content .wp-caption {
  max-width: 100% !important;
}

/* Starsze treści z edytora – neutralizacja białych/ukrytych fontów i starego justowania */
.wo26-legacy-content {
  padding-block: 0;
  color: var(--wo-text);
  font-size: 16px;
  line-height: 1.72;
}

.wo26-legacy-content p,
.wo26-legacy-content li,
.wo26-legacy-content td,
.wo26-legacy-content th,
.wo26-legacy-content span:not(.wo26-check):not(.wo26-card__icon):not(.wo26-local__icon) {
  color: var(--wo-text);
}

.wo26-legacy-content p {
  text-align: left;
}

.wo26-legacy-content a {
  color: var(--wo-green-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wo26-legacy-content .button,
.wo26-legacy-content .button-more,
.wo26-legacy-content input[type="submit"],
.wo26-legacy-content button[type="submit"] {
  color: #ffffff;
  text-align: center;
}

/* Dłuższe dane w kontakcie i stopce nie wychodzą poza karty */
.wo26-footer-details,
.wo26-footer-details div,
.wo26-footer-details__row,
.wo26-contact-list li {
  min-width: 0;
}

.wo26-footer-details dd,
.wo26-contact-list dd,
.wo26-footer a,
.wo26-prefooter a {
  overflow-wrap: anywhere;
}

@media (max-width: 780px) {
  .wo26-footer-details div,
  .wo26-footer-details__row,
  .wo26-contact-list li {
    grid-template-columns: 1fr !important;
    gap: 4px;
  }

  .wo26-hero-offer__grid a,
  .wo26-local__links a {
    grid-template-columns: 36px minmax(0, 1fr);
  }

  .wo26-hero-offer__grid .wo26-card__icon,
  .wo26-local__icon {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 520px) {
  .wo26-section {
    overflow-x: hidden;
  }

  .wo26-card,
  .wo26-footer-card,
  .wo26-hero-offer {
    border-radius: 20px;
  }

  .wo26-photo-frame,
  .wo26-service-card__image,
  .wo26-feature-split .wo26-photo-frame {
    aspect-ratio: 1.18 / 1;
  }

  .wo26-btn,
  .wo26-card__link {
    width: 100%;
  }
}



/* =========================================================
   Nasze Śmieci Premium 2026 – poprawki finalne v2.0.2
   ========================================================= */

/* Logo: wyrównanie do lewego środka + nowe kolory słów kluczowych */
.wo26-header-main,
.wo26-topbar__inner {
  align-items: center;
}

.wo26-brand,
.wo26-footer-logo--text {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: left;
}

.wo26-brand {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.wo26-brand__mark {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(67,179,75,.18), rgba(31,122,60,.08));
  color: #7ed957;
  box-shadow: inset 0 0 0 1px rgba(126,217,87,.18);
}

.wo26-brand__mark svg {
  width: 28px;
  height: 28px;
}

.wo26-brand__text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.wo26-brand__text strong {
  color: #f8faf8;
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: -.03em;
}

.wo26-brand__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.72);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wo26-brand__meta i {
  color: rgba(255,255,255,.32);
  font-style: normal;
}

.wo26-brand__meta .is-city { color: #f8faf8; }
.wo26-brand__meta .is-odpady { color: #7ed957; }
.wo26-brand__meta .is-gruz { color: #f0b429; }
.wo26-brand__meta .is-sanitariaty { color: #6ee7f2; }

.wo26-footer-logo--text .wo26-brand__mark {
  width: 52px;
  height: 52px;
}

.wo26-footer-logo--text .wo26-brand__text strong {
  color: #ffffff;
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
}

@media (max-width: 767px) {
  .wo26-brand__mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .wo26-brand__mark svg {
    width: 24px;
    height: 24px;
  }

  .wo26-brand__text strong {
    font-size: 1.1rem;
  }

  .wo26-brand__meta {
    gap: 4px;
    font-size: .66rem;
    letter-spacing: .05em;
  }
}

/* Sekcja z dodatkową treścią z edytora – mocne wymuszenie czytelności i ciekawszy układ */
.wo26-section--legacy {
  background: linear-gradient(180deg, #fcfcfa 0%, #f7f8f5 100%);
}

.wo26-legacy-content {
  display: grid;
  gap: 22px;
}

.wo26-legacy-content > * {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
}

.wo26-legacy-content > h1,
.wo26-legacy-content > h2,
.wo26-legacy-content > h3,
.wo26-legacy-content > h4,
.wo26-legacy-content > p,
.wo26-legacy-content > ul,
.wo26-legacy-content > ol,
.wo26-legacy-content > table,
.wo26-legacy-content > blockquote,
.wo26-legacy-content > .row,
.wo26-legacy-content > .wp-block-group,
.wo26-legacy-content > .wp-block-columns,
.wo26-legacy-content > .wo26-news-shortcode {
  background: #ffffff;
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(20,32,27,.06);
}

.wo26-legacy-content > h1,
.wo26-legacy-content > h2,
.wo26-legacy-content > h3,
.wo26-legacy-content > h4 {
  padding: 26px 30px 0;
  margin-bottom: -8px;
}

.wo26-legacy-content > p,
.wo26-legacy-content > ul,
.wo26-legacy-content > ol,
.wo26-legacy-content > table,
.wo26-legacy-content > blockquote {
  padding: 22px 30px;
  margin: 0;
}

.wo26-legacy-content > h1 {
  font-size: clamp(2.3rem, 4.6vw, 4rem);
  line-height: 1.02;
}

.wo26-legacy-content > h1 + p {
  font-size: 1.1rem;
  line-height: 1.8;
}

.wo26-legacy-content * {
  color: var(--wo-text) !important;
}

.wo26-legacy-content a {
  color: var(--wo-green-dark) !important;
}

.wo26-legacy-content .button,
.wo26-legacy-content .button-more,
.wo26-legacy-content input[type="submit"],
.wo26-legacy-content button[type="submit"] {
  background: var(--wo-green) !important;
  color: #fff !important;
}

.wo26-legacy-content .row {
  padding: 24px;
}

.wo26-legacy-content .col-md-6,
.wo26-legacy-content .col-md-4,
.wo26-legacy-content .col-sm-6,
.wo26-legacy-content .col-sm-4 {
  margin-bottom: 18px;
}

.wo26-legacy-content ul,
.wo26-legacy-content ol {
  padding-left: 1.4rem;
}

.wo26-legacy-content h2,
.wo26-legacy-content h3,
.wo26-legacy-content h4 {
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.18;
}

/* Krok po kroku – prostokątne boxy z miejscem na numery */
.wo26-process {
  display: grid;
  gap: 16px;
}

.wo26-process-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border: 1px solid var(--wo-border);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faf7 100%);
  box-shadow: var(--wo-shadow-soft);
}

.wo26-process-step__num {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--wo-surface-soft);
  color: var(--wo-green-dark);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.wo26-process-step__body h3 {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.wo26-process-step__body p {
  margin: 0;
  color: var(--wo-muted);
}

/* Aktualności – poziomy układ 3 najświeższych wpisów */
.wo26-news-shortcode {
  display: grid;
  gap: 22px;
  padding: 26px 30px 30px;
}

.wo26-news-shortcode__head h2 {
  margin-bottom: 10px;
}

.wo26-news-shortcode__head p:last-child {
  margin-bottom: 0;
  color: var(--wo-muted) !important;
}

.wo26-news-shortcode__list {
  display: grid;
  gap: 16px;
}

.wo26-news-teaser {
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 22px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(20,32,27,.06);
}

.wo26-news-teaser__thumb {
  display: block;
  min-height: 100%;
  background: var(--wo-surface-soft);
}

.wo26-news-teaser__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.wo26-news-teaser__content {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 20px;
}

.wo26-news-teaser__meta {
  color: var(--wo-muted) !important;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wo26-news-teaser__title {
  margin: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  line-height: 1.18;
}

.wo26-news-teaser__title a {
  color: var(--wo-text) !important;
}

.wo26-news-teaser__excerpt {
  margin: 0;
  color: var(--wo-muted) !important;
}

.wo26-news-teaser__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 4px;
  color: var(--wo-green-dark) !important;
  font-weight: 700;
}

.wo26-news-teaser__link::after {
  content: "→";
}

@media (max-width: 900px) {
  .wo26-news-teaser {
    grid-template-columns: 1fr;
  }

  .wo26-news-teaser__thumb {
    aspect-ratio: 16/9;
  }
}

@media (max-width: 767px) {
  .wo26-legacy-content > h1,
  .wo26-legacy-content > h2,
  .wo26-legacy-content > h3,
  .wo26-legacy-content > h4,
  .wo26-legacy-content > p,
  .wo26-legacy-content > ul,
  .wo26-legacy-content > ol,
  .wo26-legacy-content > table,
  .wo26-legacy-content > blockquote,
  .wo26-legacy-content > .row,
  .wo26-legacy-content > .wp-block-group,
  .wo26-legacy-content > .wp-block-columns,
  .wo26-legacy-content > .wo26-news-shortcode {
    border-radius: 18px;
  }

  .wo26-legacy-content > h1,
  .wo26-legacy-content > h2,
  .wo26-legacy-content > h3,
  .wo26-legacy-content > h4 {
    padding: 20px 18px 0;
  }

  .wo26-legacy-content > p,
  .wo26-legacy-content > ul,
  .wo26-legacy-content > ol,
  .wo26-legacy-content > table,
  .wo26-legacy-content > blockquote,
  .wo26-news-shortcode {
    padding: 18px;
  }

  .wo26-process-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px;
  }

  .wo26-process-step__num {
    width: 48px;
    height: 48px;
  }
}


/* =========================================================
   Waste24 final polish v2.0.3
   ========================================================= */
:root {
  --wo-font: Inter, "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, sans-serif;
}

body {
  font-weight: 400;
}

h1, h2, h3, h4,
.wo26-footer h3,
.wo26-btn,
.wo26-footer__label,
.wo26-faq__button,
.wo26-phone-pill,
.wo26-nav__list a {
  font-weight: 500;
}

.wo26-kicker,
.wo26-brand__meta,
.wo26-news-teaser__meta,
.wo26-footer__label {
  letter-spacing: .08em;
}

/* old logo back in header/footer */
.wo26-brand,
.wo26-footer-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  text-align: left;
}

.wo26-brand img {
  width: clamp(220px, 24vw, 320px);
  height: auto;
  display: block;
}

.wo26-footer-logo img {
  width: min(100%, 310px);
  height: auto;
  display: block;
}

.wo26-brand__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,.75);
  font-size: .78rem;
  text-transform: uppercase;
}

.wo26-brand__meta--footer {
  color: rgba(232,244,233,.78);
  font-size: .74rem;
  margin: 8px 0 0;
}

.wo26-brand__meta i { color: rgba(255,255,255,.35); font-style: normal; }
.wo26-brand__meta .is-city { color: #eef7ef; }
.wo26-brand__meta .is-odpady { color: #93ec69; }
.wo26-brand__meta .is-gruz { color: #f0b429; }
.wo26-brand__meta .is-sanitariaty { color: #79e3ee; }

/* subpage hero stronger communal sketch */
.page-top {
  background:
    linear-gradient(90deg, rgba(67,179,75,.28) 0%, rgba(67,179,75,.10) 18%, rgba(16,24,23,.08) 40%, rgba(0,0,0,0) 100%),
    url('') no-repeat right 6% center / clamp(300px, 40vw, 640px) auto,
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.30), transparent 34%),
    linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%);
}

.page-top h1 { max-width: 760px; }

/* safer links -> emphasis on CTA, avoid 404 look */
.wo26-card__link,
.wo26-local__links a,
.wo26-footer__link-list a {
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

/* remove excessive intros */
.wo26-section-head--compact { margin-bottom: 24px; }

/* professional stats */
.wo26-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.wo26-stat {
  display: grid;
  gap: 12px;
  padding: 24px 22px;
  border: 1px solid rgba(31,122,60,.14);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #f6fbf7 100%);
  box-shadow: 0 18px 38px rgba(20,32,27,.08);
}

.wo26-stat__icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: rgba(67,179,75,.12);
  color: var(--wo-green-dark);
}

.wo26-stat__icon svg { width: 22px; height: 22px; }
.wo26-stat strong { font-size: clamp(2rem, 3vw, 2.7rem); font-weight: 600; }
.wo26-stat span:last-child { margin-top: 0; font-weight: 500; line-height: 1.45; }
.wo26-hero__actions--center { justify-content: flex-start; margin-top: 24px; }

/* footer palette */
.wo26-prefooter {
  background: linear-gradient(135deg, #1a6b34, #154f32 58%, #10251d 100%);
}

.wo26-footer {
  background: linear-gradient(180deg, #11241d 0%, #0f1c18 100%) !important;
  color: rgba(236,245,237,.86);
}

.wo26-footer::before {
  background: radial-gradient(circle at top left, rgba(147,236,105,.16), transparent 34%);
}

.wo26-footer__card {
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.03) 100%);
  border-color: rgba(147,236,105,.16) !important;
}

.wo26-footer h3,
.wo26-prefooter h2,
.wo26-footer strong,
.wo26-footer a,
.wo26-prefooter a { color: #f2faf3; }

.wo26-footer__mini-links a,
.wo26-footer__email,
.wo26-footer__phone,
.wo26-footer__info-item {
  background: rgba(255,255,255,.04) !important;
  border-color: rgba(147,236,105,.14) !important;
}

.wo26-footer__mini-links a:hover,
.wo26-footer__phone:hover,
.wo26-footer__email:hover {
  background: rgba(147,236,105,.12) !important;
  color: #fff !important;
}

.wo26-footer__card--contact {
  min-height: 100%;
}

.wo26-footer__info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.wo26-footer__info-item:last-child {
  grid-column: 1 / -1;
}

.wo26-footer__info-item span:last-child,
.wo26-footer__phone span:last-child,
.wo26-footer__email span:last-child {
  font-weight: 400 !important;
  line-height: 1.55;
}

/* cleaner typography in hours/contact area */
.wo26-footer__label,
.wo26-footer__info-item span:last-child,
.wo26-footer__phone,
.wo26-footer__email {
  font-size: .98rem;
}

/* professional form styling */
.row-padding article form,
.wo26-legacy-content form,
.wpcf7-form {
  position: relative;
  display: grid;
  gap: 14px;
  max-width: 100% !important;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(31,122,60,.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(67,179,75,.05), rgba(67,179,75,0) 32%),
    radial-gradient(circle at top right, rgba(240,180,41,.08), transparent 26%),
    repeating-linear-gradient(135deg, rgba(20,32,27,.018) 0, rgba(20,32,27,.018) 2px, transparent 2px, transparent 14px),
    #fff;
  box-shadow: 0 22px 46px rgba(20,32,27,.08);
}

.row-padding article form > *,
.wo26-legacy-content form > *,
.wpcf7-form > * {
  max-width: 100% !important;
}

.row-padding article form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.row-padding article form textarea,
.row-padding article form select,
.wo26-legacy-content form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wo26-legacy-content form textarea,
.wo26-legacy-content form select,
.wpcf7-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100% !important;
  min-height: 54px;
  padding: 15px 16px;
  border-radius: 14px;
  border: 1px solid #cfe1d6;
  background: rgba(255,255,255,.92);
}

.row-padding article form textarea,
.wo26-legacy-content form textarea,
.wpcf7-form textarea {
  min-height: 150px;
}

.row-padding article form input[type="file"],
.wo26-legacy-content form input[type="file"],
.wpcf7-form input[type="file"] {
  border: 1px dashed #b7cbbc;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.84);
}

.row-padding article form input[type="submit"],
.wo26-legacy-content form input[type="submit"],
.wpcf7-form input[type="submit"] {
  width: min(100%, 320px);
  padding: 15px 26px;
  border-radius: 999px;
  font-weight: 600;
}

/* legacy content readability */
.wo26-legacy-content,
.wo26-legacy-content * {
  color: var(--wo-text) !important;
}

.wo26-legacy-content .row > [class*='col-'] {
  background: #fff;
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(20,32,27,.05);
  padding: 18px;
}

@media (max-width: 980px) {
  .wo26-stats-grid,
  .wo26-footer__info-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-top {
    background:
      linear-gradient(180deg, rgba(67,179,75,.16), rgba(0,0,0,0) 26%),
      url('') no-repeat center bottom 12px / 92% auto,
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%);
  }
  .wo26-stats-grid,
  .wo26-footer__info-list {
    grid-template-columns: 1fr;
  }
  .wo26-brand img {
    width: min(76vw, 260px);
  }
  .wo26-brand__meta,
  .wo26-brand__meta--footer { font-size: .67rem; }
  .row-padding article form,
  .wo26-legacy-content form,
  .wpcf7-form { padding: 18px; border-radius: 18px; }
}


/* =========================================================
   Waste24 refinement v2.0.4
   ========================================================= */
.wo26-brand {
  gap: 4px;
}

.wo26-brand img {
  width: clamp(240px, 24vw, 300px);
}

.wo26-footer-logo img {
  width: min(100%, 330px);
}

/* subtler typography */
.wo26-local__links a,
.wo26-footer__mini-links a,
.wo26-card h3,
.wo26-service-card h3,
.wo26-info-card h3,
.wo26-news-teaser__title,
.wo26-news-teaser__title a,
.single-post h1,
.single-post h2,
.single-post h3,
.entry-title,
.page-top h1,
.wo26-legacy-content h2,
.wo26-legacy-content h3,
.wo26-legacy-content h4 {
  font-weight: 500 !important;
  letter-spacing: -.02em !important;
}

.wo26-local__links a,
.wo26-footer__mini-links a {
  font-size: 1.04rem;
  line-height: 1.4;
}

.wo26-news-teaser__meta {
  font-weight: 500;
}

/* centered modern stats */
.wo26-stats-grid {
  align-items: stretch;
}

.wo26-stat {
  text-align: center;
  justify-items: center;
  align-content: center;
  min-height: 222px;
  gap: 14px;
}

.wo26-stat__icon {
  margin-inline: auto;
}

.wo26-stat strong,
.wo26-stat span:last-child {
  text-align: center;
}

.wo26-stat strong {
  margin: 0;
}

/* service/local links less heavy */
.wo26-local__links {
  align-items: stretch;
}

.wo26-local__links a {
  font-weight: 500 !important;
}

.wo26-local__icon {
  flex: 0 0 auto;
}

/* news titles subtler */
.wo26-news-teaser__title {
  font-size: clamp(1.15rem, 1.5vw, 1.42rem);
  line-height: 1.24;
}

/* legacy content split into horizontal cards */
.wo26-legacy-content .row {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wo26-legacy-content .col-md-6,
.wo26-legacy-content .col-md-4,
.wo26-legacy-content .col-sm-6,
.wo26-legacy-content .col-sm-4,
.wo26-legacy-content .col-xs-12,
.wo26-legacy-content [class*='col-'] {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.wo26-legacy-content .row > [class*='col-'] {
  padding: 22px 24px;
}

.wo26-legacy-content .row > [class*='col-'] + [class*='col-'] {
  margin-top: 0 !important;
}

.wo26-legacy-content h2,
.wo26-legacy-content h3,
.wo26-legacy-content h4 {
  margin-top: 0;
  margin-bottom: 12px;
}

.wo26-legacy-content p,
.wo26-legacy-content li {
  font-size: 1rem;
  line-height: 1.75;
}

/* hide duplicate / old counters in legacy content */
.wo26-legacy-content [class*='counter'],
.wo26-legacy-content [class*='Counter'],
.wo26-legacy-content [class*='fact'],
.wo26-legacy-content [class*='Fact'],
.wo26-legacy-content [class*='stat']:not(.wo26-stat),
.wo26-legacy-content .counter,
.wo26-legacy-content .stats,
.wo26-legacy-content .facts,
.wo26-legacy-content .count,
.wo26-legacy-content .timer {
  display: none !important;
}

/* clearer form with equal spacing and no decorative pill */
.row-padding article form,
.wo26-legacy-content form,
.wpcf7-form {
  gap: 16px;
  text-align: left;
  justify-items: stretch;
  border: 1px solid rgba(31,122,60,.22);
  background:
    linear-gradient(180deg, rgba(67,179,75,.045), rgba(255,255,255,.98) 46%),
    #fff;
  box-shadow: 0 24px 52px rgba(20,32,27,.10);
}

.row-padding article form::before,
.row-padding article form::after,
.wo26-legacy-content form::before,
.wo26-legacy-content form::after,
.wpcf7-form::before,
.wpcf7-form::after {
  content: none !important;
  display: none !important;
}

.row-padding article form p,
.wo26-legacy-content form p,
.wpcf7-form p,
.row-padding article form .wpcf7-form-control-wrap,
.wo26-legacy-content form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.row-padding article form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.row-padding article form textarea,
.row-padding article form select,
.wo26-legacy-content form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.wo26-legacy-content form textarea,
.wo26-legacy-content form select,
.wpcf7-form input:not([type='checkbox']):not([type='radio']):not([type='submit']),
.wpcf7-form textarea,
.wpcf7-form select {
  border-color: #bdd7c7;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
}

.row-padding article form input:focus,
.row-padding article form textarea:focus,
.row-padding article form select:focus,
.wo26-legacy-content form input:focus,
.wo26-legacy-content form textarea:focus,
.wo26-legacy-content form select:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: var(--wo-green);
  outline: 3px solid rgba(67,179,75,.12);
  box-shadow: 0 0 0 6px rgba(67,179,75,.07);
}

.row-padding article form input[type='submit'],
.wo26-legacy-content form input[type='submit'],
.wpcf7-form input[type='submit'] {
  width: min(100%, 320px);
  justify-self: start;
}

/* remove unwanted decorative vertical pill if plugin inserts it */
.row-padding article [class*='shape'],
.wo26-legacy-content [class*='shape'],
.row-padding article [class*='ornament'],
.wo26-legacy-content [class*='ornament'] {
  display: none !important;
}

@media (max-width: 767px) {
  .wo26-stat {
    min-height: 180px;
  }
}


/* =========================================================
   Waste24 refinement v2.0.5
   ========================================================= */
:root {
  --wo-font: Inter, "Noto Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html, body,
button, input, textarea, select,
.wo26-btn, .wo26-phone-pill, .wo26-header-shop, .wo26-nav a {
  font-family: var(--wo-font);
}

/* remove extra desktop CTA in header */
.wo26-header-cta {
  display: none !important;
}

/* desktop header: slightly lower, centered vertically, menu aligned left */
@media (min-width: 1024px) {
  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(220px, 280px) minmax(240px, 360px) minmax(0, 1fr);
    grid-template-areas: "brand search nav";
    align-items: center;
    min-height: 88px;
    padding-top: 10px;
    padding-bottom: 8px;
    gap: clamp(18px, 2vw, 34px);
  }

  .wo26-brand { grid-area: brand; }
  .wo26-store-search { grid-area: search; }
  .wo26-nav {
    grid-area: nav;
    align-self: center;
    margin-top: 6px;
    width: 100%;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    justify-content: flex-start !important;
    gap: clamp(16px, 1.4vw, 26px);
  }

  .wo26-nav li { flex: 0 0 auto !important; }
  .wo26-menu-toggle { display: none !important; }
}

.wo26-store-search {
  width: 100%;
  max-width: 360px;
}

.wo26-store-search input {
  font-weight: 450;
}

/* centered icons */
.wo26-card__icon,
.wo26-local__icon,
.wo26-stat__icon,
.wo26-info-card .wo26-card__icon,
.wo26-service-card .wo26-card__icon,
.wo26-hero-offer__grid .wo26-card__icon {
  display: inline-grid !important;
  place-items: center !important;
  text-align: center;
}

.wo26-card__icon svg,
.wo26-local__icon svg,
.wo26-stat__icon svg {
  margin: 0 auto;
}

/* lighter buttons */
.wo26-btn,
.wo26-phone-pill,
.wo26-header-shop,
.wo26-mobile-bar .wo26-btn,
input[type="submit"],
button[type="submit"] {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

/* legacy/article typography fixes */
.wo26-legacy-content > h1,
.wo26-legacy-content h1,
.single-post .entry-title,
.page .wo26-content h1 {
  font-size: clamp(2.2rem, 4.8vw, 4.4rem) !important;
  line-height: .98 !important;
  letter-spacing: -.03em !important;
  max-width: 15ch;
}

.wo26-legacy-content > h1 + p,
.wo26-legacy-content h1 + p,
.page .wo26-content h1 + p,
.single-post .entry-content > p:first-of-type {
  font-size: clamp(1.08rem, 1.45vw, 1.3rem) !important;
  line-height: 1.55 !important;
  font-weight: 500;
  max-width: 58ch;
}

/* remove stats section entirely */
section[aria-labelledby="wo26-stats-title"] {
  display: none !important;
}

/* news section bigger + centered intro */
.wo26-news-shortcode__head {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.wo26-news-shortcode__head h2 {
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.wo26-news-shortcode__intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: var(--wo-muted);
  font-size: 1.06rem;
  line-height: 1.65;
}

/* Google / review widget with photo frame */
.wo26-footer__card--contact .wo26-footer__widget {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  padding: 16px;
  border: 1px solid rgba(147,236,105,.16);
  background:
    linear-gradient(180deg, rgba(10,20,17,.62), rgba(10,20,17,.74)),
    url('assets/img/modern_logistics_yard_in_daylight.png') center center / cover no-repeat;
}

.wo26-footer__card--contact .wo26-footer__widget .widget,
.wo26-footer__card--contact .wo26-footer__widget > * {
  position: relative;
  z-index: 1;
}

.wo26-footer__card--contact .wo26-footer__widget .widget-title,
.wo26-footer__card--contact .wo26-footer__widget h2,
.wo26-footer__card--contact .wo26-footer__widget h3 {
  font-size: clamp(1.35rem, 2.1vw, 1.75rem) !important;
  line-height: 1.12;
  margin-bottom: 12px;
}

.wo26-footer__card--contact .wo26-footer__widget a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 116px;
  padding: 18px 20px !important;
  border-radius: 22px !important;
  background: rgba(255,255,255,.08) !important;
  backdrop-filter: blur(4px);
}

.wo26-footer__card--contact .wo26-footer__widget img {
  border-radius: 18px;
  overflow: hidden;
}

/* contact form simplified and left aligned */
.wo26-footer-contact__grid {
  grid-template-columns: minmax(260px, .9fr) minmax(0, 1.25fr) !important;
}

.wo26-footer-card--cta {
  display: none !important;
}

.wo26-footer-card--form,
.wo26-footer-card--form * {
  text-align: left !important;
}

.wo26-footer-card--form {
  padding: clamp(22px, 2.4vw, 30px);
}

.wo26-footer-card--form form,
.wo26-footer-card--form .wpcf7-form {
  display: grid;
  gap: 16px;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.wo26-footer-card--form p,
.wo26-footer-card--form label,
.wo26-footer-card--form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin: 0 !important;
}

.wo26-footer-card--form label {
  font-weight: 500;
  color: var(--wo-text);
}

.wo26-footer-card--form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.wo26-footer-card--form textarea,
.wo26-footer-card--form select {
  width: 100% !important;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid #b8d1c0;
  background: #fff;
}

.wo26-footer-card--form textarea {
  min-height: 160px;
}

.wo26-footer-card--form input[type="submit"],
.wo26-footer-card--form button[type="submit"] {
  width: min(100%, 260px);
  justify-self: start;
}

.wo26-footer-card--form .wpcf7-spinner,
.wo26-footer-card--form .ajax-loader,
.wo26-footer-card--form [class*="shape"],
.wo26-footer-card--form [class*="ornament"] {
  display: none !important;
}

/* stronger visibility for statistics numbers if any remain */
.wo26-stat strong {
  color: var(--wo-green-dark) !important;
}

/* mobile */
@media (max-width: 1023px) {
  .wo26-header-main {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .wo26-footer-contact__grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   WebWizBD SEO Ultra 2026 – final professional refinements
   ========================================================= */

:root {
  --wo-font: Inter, Manrope, Lato, "Source Sans 3", "Segoe UI", Roboto, "Helvetica Neue", Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --wo-focus: rgba(67, 179, 75, .22);
}

body,
button,
input,
textarea,
select {
  font-family: var(--wo-font);
}

/* Lżejsze napisy przy logo — białe, czytelne i zgodne z motywem */
.wo26-brand {
  flex-direction: row !important;
  align-items: center !important;
  gap: clamp(10px, 1.5vw, 16px) !important;
  color: #ffffff !important;
  font-weight: 400 !important;
}

.wo26-brand img {
  flex: 0 0 auto;
}

.wo26-brand__text strong {
  color: #ffffff !important;
  font-weight: 400 !important;
}

.wo26-brand__meta,
.wo26-brand__meta--footer {
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .94) !important;
  font-size: clamp(.68rem, .78vw, .78rem);
  font-weight: 300 !important;
  letter-spacing: .045em;
  line-height: 1.25;
  text-transform: none;
  backdrop-filter: blur(10px);
}

.wo26-brand__meta span,
.wo26-brand__meta .is-city,
.wo26-brand__meta .is-odpady,
.wo26-brand__meta .is-gruz,
.wo26-brand__meta .is-sanitariaty,
.wo26-brand__meta--footer span {
  color: rgba(255, 255, 255, .94) !important;
  font-weight: 300 !important;
}

.wo26-brand__meta i,
.wo26-brand__meta--footer i {
  color: rgba(255, 255, 255, .42) !important;
}

.wo26-footer-logo {
  margin-bottom: 10px;
}

.wo26-footer__card--brand .wo26-brand__meta--footer {
  margin: 0 0 16px;
}

/* Przyciski bez pogrubienia */
.wo26-btn,
.wo26-card__link,
.wo26-card__button,
.wo26-contact-buttons a,
.wo26-hero__actions a,
.button,
.button-more,
input[type="submit"],
button[type="submit"],
.wp-block-button__link {
  font-weight: 400 !important;
  letter-spacing: .01em;
}

/* Ramka z tekstem po lewej i zdjęciem po prawej */
.wo26-feature-panel {
  padding: clamp(20px, 4vw, 48px);
  border: 1px solid rgba(31, 122, 60, .16);
  border-radius: clamp(22px, 3vw, 34px);
  background:
    radial-gradient(circle at 0 0, rgba(67, 179, 75, .12), transparent 38%),
    linear-gradient(135deg, #ffffff 0%, #f4fbf3 100%);
  box-shadow: 0 22px 70px rgba(20, 32, 27, .10);
}

.wo26-feature-panel__copy {
  min-width: 0;
}

.wo26-feature-panel .wo26-photo-frame {
  min-height: clamp(280px, 36vw, 460px);
  border-color: rgba(31, 122, 60, .18);
  box-shadow: 0 24px 58px rgba(20, 32, 27, .14);
}

.wo26-feature-panel .wo26-photo-frame img {
  aspect-ratio: 4 / 3;
}

/* Profesjonalne statystyki w aktualnościach */
.wo26-news-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
}

.wo26-news-stat {
  min-height: 116px;
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(20, 32, 27, .08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(20, 32, 27, .06);
}

.wo26-news-stat strong {
  display: block;
  margin-bottom: 8px;
  color: var(--wo-green-dark);
  font-size: clamp(1.9rem, 3.2vw, 3rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.045em;
}

.wo26-news-stat span {
  display: block;
  color: var(--wo-text);
  font-size: .95rem;
  font-weight: 400;
  letter-spacing: .02em;
  text-transform: none;
}

.wo26-news-shortcode {
  gap: clamp(18px, 3vw, 28px);
  padding: clamp(24px, 4vw, 42px);
  border-color: rgba(31, 122, 60, .12);
  background:
    radial-gradient(circle at 92% 0, rgba(67, 179, 75, .12), transparent 32%),
    #ffffff;
}

.wo26-news-shortcode__head {
  max-width: 860px;
}

.wo26-news-shortcode__head h2 {
  font-weight: 500;
  letter-spacing: -.04em;
}

/* Archiwum aktualności — nagłówek i karty */
.wo26-news-archive-hero {
  padding: clamp(72px, 9vw, 130px) 0 clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 12% 0%, rgba(67, 179, 75, .14), transparent 34%),
    linear-gradient(180deg, #fbfdf9 0%, #f3f8f1 100%);
}

.wo26-news-archive-hero .wo26-container {
  max-width: 1080px;
}

.wo26-news-archive-hero h1 {
  max-width: 920px;
  margin-bottom: 16px;
  color: var(--wo-text);
  font-weight: 500;
}

.wo26-news-archive-hero p:not(.wo26-kicker) {
  max-width: 720px;
  color: var(--wo-muted);
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
}

.wo26-news-archive-hero .breadcrumbs {
  margin-top: 24px;
  color: rgba(20, 32, 27, .68);
  font-size: .9rem;
}

.wo26-news-archive-stats {
  padding: clamp(26px, 4vw, 44px) 0 0;
  background: #f7faf4;
}

.wo26-news-archive-list {
  padding-block: clamp(44px, 7vw, 86px);
}

.wo26-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
}

.wo26-blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid rgba(20, 32, 27, .08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(20, 32, 27, .08);
}

.wo26-blog-card__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  background: var(--wo-surface-soft);
}

.wo26-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wo26-blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: clamp(18px, 2.2vw, 24px);
}

.wo26-blog-card__meta {
  margin: 0 0 8px;
  color: var(--wo-muted);
  font-size: .84rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.wo26-blog-card__title {
  margin: 0 0 10px;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem);
  font-weight: 500;
  letter-spacing: -.025em;
}

.wo26-blog-card__title a {
  color: var(--wo-text);
}

.wo26-blog-card__excerpt {
  color: var(--wo-muted);
}

.wo26-blog-card .wo26-card__link {
  margin-top: auto;
}

.wo26-pagination {
  margin-top: clamp(28px, 4vw, 44px);
}

/* Piękny formularz wyceny pojemników */
.ns26-quote-card {
  border-color: rgba(31, 122, 60, .16) !important;
  background:
    radial-gradient(circle at 100% 0, rgba(67, 179, 75, .14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbf5 100%) !important;
}

.ns26-quote-card .wo26-kicker {
  margin-bottom: 8px;
}

.ns26-quote-card__intro {
  margin: 0 0 18px !important;
  color: var(--wo-muted);
  line-height: 1.65;
}

.ns26-quote-form {
  display: grid;
  gap: 16px;
}

.ns26-quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ns26-quote-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ns26-quote-form label > span {
  color: var(--wo-text);
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.35;
}

.ns26-quote-form input:not([type="checkbox"]),
.ns26-quote-form select,
.ns26-quote-form textarea {
  min-height: 54px;
  border: 1px solid rgba(31, 122, 60, .2);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(20, 32, 27, .045);
  color: var(--wo-text);
}

.ns26-quote-form textarea {
  min-height: 132px;
}

.ns26-quote-form input:focus,
.ns26-quote-form select:focus,
.ns26-quote-form textarea:focus {
  outline: 4px solid var(--wo-focus);
  border-color: var(--wo-green-dark);
}

.ns26-quote-form__full {
  display: grid;
}

.ns26-quote-form__rodo {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px !important;
  padding: 12px 14px;
  border: 1px solid rgba(31, 122, 60, .16);
  border-radius: 16px;
  background: rgba(255, 255, 255, .72);
}

.ns26-quote-form__rodo input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--wo-green-dark);
}

.ns26-quote-form__rodo span {
  color: var(--wo-muted) !important;
  font-size: .86rem !important;
}

.ns26-quote-form__submit {
  width: fit-content;
  min-width: 190px;
  margin-top: 2px;
}

.ns26-quote-message {
  margin: 0 0 16px;
  padding: 13px 15px;
  border-radius: 16px;
  font-size: .95rem;
}

.ns26-quote-message--success {
  border: 1px solid rgba(31, 122, 60, .22);
  background: rgba(67, 179, 75, .1);
  color: var(--wo-green-dark);
}

.ns26-quote-message--error {
  border: 1px solid rgba(180, 40, 40, .25);
  background: rgba(180, 40, 40, .08);
  color: #8a1f1f;
}

.ns26-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* Usunięcie elementów Google Moja Firma z footerów i widgetów */
.wo26-footer a[href*="g.page"],
.wo26-footer a[href*="google.com/maps"],
.wo26-footer a[href*="goo.gl/maps"],
.wo26-footer a[href*="maps.app.goo.gl"] {
  display: none !important;
}

.wo26-footer .widget:has(a[href*="g.page"]),
.wo26-footer .widget:has(a[href*="google.com/maps"]),
.wo26-footer .widget:has(a[href*="goo.gl/maps"]),
.wo26-footer .widget:has(a[href*="maps.app.goo.gl"]) {
  display: none !important;
}

@media (max-width: 1023px) {
  .wo26-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo26-news-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wo26-feature-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .wo26-brand {
    flex-wrap: wrap;
  }

  .wo26-brand__meta,
  .wo26-brand__meta--footer {
    border-radius: 16px;
  }

  .wo26-blog-grid,
  .wo26-news-stats,
  .ns26-quote-form__grid {
    grid-template-columns: 1fr;
  }

  .wo26-news-stat {
    min-height: 96px;
  }

  .ns26-quote-form__submit {
    width: 100%;
  }
}


/* 2026-05 v1.3.5: cleanup legacy duplicates + readable content cards */
.wo26-legacy-intro {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.wo26-legacy-intro > p:first-child {
  max-width: 74ch;
  color: var(--wo-muted);
}

.wo26-legacy-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.wo26-legacy-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 2.4vw, 30px);
  border-radius: 24px;
  border: 1px solid rgba(31, 122, 60, .12);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,250,247,.98));
  box-shadow: 0 20px 42px rgba(20, 32, 27, .08);
}

.wo26-legacy-card > :first-child {
  margin-top: 0 !important;
}

.wo26-legacy-card > :last-child {
  margin-bottom: 0 !important;
}

.wo26-legacy-card h2,
.wo26-legacy-card h3,
.wo26-legacy-card h4 {
  max-width: none !important;
  font-size: clamp(1.2rem, 2vw, 1.6rem) !important;
  line-height: 1.18 !important;
  letter-spacing: -.02em !important;
}

.wo26-legacy-card p,
.wo26-legacy-card li {
  font-size: 1rem;
  line-height: 1.78;
  color: var(--wo-text);
}

.wo26-legacy-card ul,
.wo26-legacy-card ol {
  margin: 0;
  padding-left: 1.2rem;
}

.wo26-legacy-content a:empty,
.wo26-legacy-content button:empty,
.wo26-legacy-content .wpcf7,
.wo26-legacy-content form,
.wo26-legacy-content [class*='separator']:empty,
.wo26-legacy-content [class*='spacer']:empty {
  display: none !important;
}

@media (max-width: 991px) {
  .wo26-legacy-card-grid {
    grid-template-columns: 1fr;
  }
}


/* 2026-05 v1.3.6: header/footer subtitle + premium latest posts */
.wo26-topbar__tagline {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wo26-brand__meta--simple {
  color: #ffffff !important;
  font-weight: 500 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.wo26-brand__meta--simple i,
.wo26-brand__meta--simple .is-city,
.wo26-brand__meta--simple .is-odpady,
.wo26-brand__meta--simple .is-gruz,
.wo26-brand__meta--simple .is-sanitariaty {
  color: inherit !important;
}

.wo26-brand__meta--footer.wo26-brand__meta--simple {
  margin-top: 10px;
  color: #ffffff !important;
}

.wo26-news-shortcode {
  max-width: var(--wo-container, 1200px);
  margin: 0 auto;
  padding: clamp(28px, 3vw, 36px);
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,247,.98));
  box-shadow: 0 24px 56px rgba(20,32,27,.08);
}

.wo26-news-shortcode__head {
  display: grid;
  gap: 12px;
  text-align: center;
}

.wo26-news-shortcode__head h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
}

.wo26-news-shortcode__intro {
  margin: 0 auto;
  max-width: 760px;
}

.wo26-news-shortcode__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.wo26-news-teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  min-height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(20,32,27,.08);
  box-shadow: 0 20px 44px rgba(20,32,27,.08);
}

.wo26-news-teaser__thumb {
  display: block;
  aspect-ratio: 16 / 10;
  padding: 12px;
  background: linear-gradient(180deg, rgba(67,179,75,.08), rgba(255,255,255,.92));
}

.wo26-news-teaser__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(20,32,27,.12);
}

.wo26-news-teaser__content {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 6px 20px 22px;
}

.wo26-news-teaser__title {
  font-size: clamp(1.1rem, 1.35vw, 1.4rem);
}

.wo26-news-teaser__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wo26-news-shortcode__cta {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.wo26-legacy-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.wo26-legacy-card {
  min-height: 100%;
}

.wo26-legacy-card h2,
.wo26-legacy-card h3,
.wo26-legacy-card h4 {
  font-size: clamp(1.05rem, 1.5vw, 1.28rem) !important;
}

.wo26-legacy-card .wo26-btn,
.wo26-legacy-card .button,
.wo26-legacy-card .button-more,
.wo26-legacy-card input[type='submit'],
.wo26-legacy-card button[type='submit'] {
  margin-top: auto;
}

@media (max-width: 1199px) {
  .wo26-news-shortcode__list,
  .wo26-legacy-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .wo26-news-shortcode__list {
    grid-template-columns: 1fr;
  }

  .wo26-topbar__inner {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .wo26-brand__meta--simple {
    font-size: .68rem;
    letter-spacing: .1em;
  }

  .wo26-news-shortcode {
    padding: 20px 18px;
    border-radius: 22px;
  }

  .wo26-legacy-card-grid {
    grid-template-columns: 1fr;
  }
}


/* 2026-05 v1.3.7: uploaded Odpady.org logo in header/footer */
.wo26-brand,
.wo26-footer-logo {
  gap: 0;
}

.wo26-brand img {
  width: clamp(260px, 27vw, 380px);
  height: auto;
  display: block;
}

.wo26-footer-logo img {
  width: min(100%, 360px);
  height: auto;
  display: block;
}

.wo26-topbar__inner {
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .wo26-topbar__inner {
    justify-content: center;
  }
}


/* 2026-05 v1.3.8: column layout, flat pagination, featured article promo */
.paginacja,
.wo26-pagination {
  margin-top: clamp(28px, 4vw, 44px);
}

.paginacja .page-numbers,
.wo26-pagination .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.paginacja li,
.wo26-pagination li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.paginacja .page-numbers a,
.paginacja .page-numbers span,
.wo26-pagination .page-numbers a,
.wo26-pagination .page-numbers span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(20,32,27,.12);
  background: #fff;
  color: var(--wo-text);
  box-shadow: 0 10px 24px rgba(20,32,27,.06);
  font-weight: 600;
  text-decoration: none;
}

.paginacja .page-numbers .current,
.wo26-pagination .page-numbers .current {
  background: var(--wo-green);
  border-color: var(--wo-green);
  color: #ffffff;
}

.paginacja .page-numbers .dots,
.wo26-pagination .page-numbers .dots {
  display: none !important;
}

.wo26-guides-page {
  padding-bottom: 0;
}

.wo26-guides-intro {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,247,.98));
  box-shadow: 0 22px 50px rgba(20,32,27,.08);
}

.wo26-guides-intro > *:first-child { margin-top: 0; }
.wo26-guides-intro > *:last-child { margin-bottom: 0; }

.wo26-guides-archive .wo26-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 28px;
}

.wo26-article-promo {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 3vw, 32px);
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255,255,255,.99), rgba(244,250,245,.96));
  box-shadow: 0 24px 56px rgba(20,32,27,.08);
}

.wo26-article-promo__media {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  background: #edf7ef;
  box-shadow: 0 18px 38px rgba(20,32,27,.10);
}

.wo26-article-promo__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wo26-article-promo__content {
  display: grid;
  gap: 14px;
  align-content: start;
}

.wo26-article-promo__content h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1.08;
}

.wo26-article-promo__content h3 a {
  color: var(--wo-text);
}

.wo26-article-promo__content p {
  margin: 0;
  color: var(--wo-muted);
  line-height: 1.8;
}

.wo26-keyword-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(67,179,75,.12);
  color: var(--wo-green-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wo26-section-head--compact {
  margin-bottom: 26px;
}

@media (max-width: 991px) {
  .wo26-article-promo {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .paginacja .page-numbers,
  .wo26-pagination .page-numbers {
    gap: 8px;
  }

  .paginacja .page-numbers a,
  .paginacja .page-numbers span,
  .wo26-pagination .page-numbers a,
  .wo26-pagination .page-numbers span {
    min-width: 42px;
    min-height: 42px;
    border-radius: 12px;
    padding: 8px 12px;
  }

  .wo26-guides-intro,
  .wo26-article-promo {
    border-radius: 22px;
  }
}


/* 2026-05 v1.3.9: transparent logo, bigger brand mark, centered news hero and stats */
:root {
  --wo-brand-logo-width: clamp(320px, 30vw, 460px);
}

.wo26-brand,
.wo26-footer-logo {
  align-items: center;
}

.wo26-brand img,
.wo26-footer-logo img {
  width: var(--wo-brand-logo-width) !important;
  max-width: 100%;
  height: auto;
  display: block;
  background: transparent !important;
}

.wo26-news-archive-hero {
  text-align: center;
}

.wo26-news-archive-hero .wo26-container {
  display: grid;
  justify-items: center;
}

.wo26-news-archive-hero h1,
.wo26-news-archive-hero p:not(.wo26-kicker) {
  max-width: 920px;
  margin-inline: auto;
}

.wo26-news-archive-hero .breadcrumbs {
  justify-content: center;
  text-align: center;
}

.wo26-news-stats {
  align-items: stretch;
}

.wo26-news-stat {
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
  gap: 8px;
}

.wo26-news-stat__icon {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(67, 179, 75, .14), rgba(67, 179, 75, .05));
  color: var(--wo-green-dark);
  box-shadow: inset 0 0 0 1px rgba(67, 179, 75, .12);
  margin-bottom: 4px;
}

.wo26-news-stat__icon svg {
  width: 26px;
  height: 26px;
  stroke-width: 1.9;
}

.wo26-news-stat strong {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  :root {
    --wo-brand-logo-width: min(92vw, 360px);
  }

  .wo26-news-stat__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}


/* 2026-05 v1.4.0: real service links, square stat icons, highlighted author, refined transparent logo */
:root {
  --wo-brand-logo-width: clamp(360px, 32vw, 460px);
}

.wo26-brand img,
.wo26-footer-logo img {
  width: var(--wo-brand-logo-width) !important;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.wo26-news-stat__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(67, 179, 75, .16), rgba(67, 179, 75, .08));
  box-shadow: inset 0 0 0 1px rgba(67, 179, 75, .16), 0 10px 22px rgba(20, 32, 27, .06);
  margin-inline: auto;
}

.wo26-news-stat__icon svg {
  width: 28px;
  height: 28px;
}

.wo26-blog-card__meta-row,
.wo26-entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.wo26-meta-pill,
.wo26-author-chip,
.wo26-author-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(244,250,245,.96));
  border: 1px solid rgba(20,32,27,.09);
  box-shadow: 0 12px 28px rgba(20,32,27,.08);
}

.wo26-meta-pill {
  padding: 10px 14px;
  color: var(--wo-muted);
  font-weight: 600;
}

.wo26-author-chip {
  padding: 6px 12px 6px 6px;
}

.wo26-author-chip__avatar,
.wo26-author-pill__avatar {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px rgba(67, 179, 75, .15);
}

.wo26-author-pill__avatar {
  width: 44px;
  height: 44px;
}

.wo26-author-chip__avatar img,
.wo26-author-pill__avatar img {
  width: 100%;
  height: 100%;
  display: block;
}

.wo26-author-chip__name,
.wo26-author-pill__content strong {
  color: var(--wo-text);
  font-weight: 700;
  line-height: 1.15;
}

.wo26-author-pill {
  padding: 8px 16px 8px 8px;
}

.wo26-author-pill__content {
  display: grid;
  gap: 2px;
}

.wo26-author-pill__content small {
  color: var(--wo-muted);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wo26-single-article .margin-bottom {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  :root {
    --wo-brand-logo-width: min(94vw, 390px);
  }

  .wo26-news-stat__icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
  }

  .wo26-author-pill {
    width: 100%;
    justify-content: flex-start;
  }
}


/* 2026-05 v1.4.1: white logo, URL panel, unified centered icon framing */
.wo26-brand img,
.wo26-footer-logo img {
  filter: none !important;
  background: transparent !important;
}

.wo26-card__icon,
.wo26-news-stat__icon,
.wo26-local__icon,
.wo26-stat__icon,
.wo26-hero-tile__icon,
.wo26-contact-location__icon {
  display: inline-grid !important;
  place-items: center !important;
  text-align: center !important;
  vertical-align: middle;
  background: #ffffff !important;
  color: var(--wo-green-dark) !important;
  border: 1px solid rgba(67, 179, 75, .22) !important;
  box-shadow: 0 12px 28px rgba(20, 32, 27, .08) !important;
}

.wo26-card__icon,
.wo26-contact-location__icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
}

.wo26-news-stat__icon,
.wo26-hero-tile__icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
}

.wo26-local__icon,
.wo26-stat__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
}

.wo26-card__icon svg,
.wo26-news-stat__icon svg,
.wo26-local__icon svg,
.wo26-stat__icon svg,
.wo26-hero-tile__icon svg,
.wo26-contact-location__icon svg {
  display: block;
  margin: 0 auto !important;
}

.wo26-service-card .wo26-card__icon,
.wo26-info-card .wo26-card__icon,
.wo26-hero-offer__grid .wo26-card__icon {
  margin-inline: 0;
}

@media (max-width: 767px) {
  .wo26-card__icon,
  .wo26-contact-location__icon,
  .wo26-news-stat__icon,
  .wo26-hero-tile__icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }
}


/* 2026-05 v1.4.2: larger logo + square search icon */
:root {
  --wo-brand-logo-width: clamp(460px, 38vw, 620px);
}

.wo26-brand img,
.wo26-footer-logo img {
  width: var(--wo-brand-logo-width) !important;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.wo26-store-search {
  align-items: center;
  gap: 10px;
}

.wo26-store-search button {
  width: 65px;
  min-width: 65px;
  height: 48px;
  min-height: 48px;
  margin-right: 1px;
  padding: 0;
  border-radius: 50px !important;
  display: inline-grid;
  place-items: center;
}

.wo26-store-search button svg,
.wo26-store-search button i,
.wo26-store-search button img {
  margin: 0 auto;
}

@media (max-width: 991px) {
  :root {
    --wo-brand-logo-width: min(88vw, 520px);
  }
}

@media (max-width: 767px) {
  :root {
    --wo-brand-logo-width: min(92vw, 440px);
  }

  .wo26-store-search button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    border-radius: 50px !important;
  }
}

/* 2026-05 v2.0.7: logo wyrównane do lewej, powiększone i czytelniejsze dla profilu SEO */
:root {
  --wo-brand-logo-width: clamp(580px, 44vw, 820px);
  --wo-footer-logo-width: clamp(360px, 30vw, 560px);
}

.wo26-site-header .wo26-container,
.wo26-site-header .wo26-header-main {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wo26-site-header .wo26-container {
  padding-left: clamp(10px, 1.2vw, 22px) !important;
  padding-right: clamp(14px, 2vw, 34px) !important;
}

.wo26-header-main {
  justify-content: flex-start !important;
  justify-items: start !important;
}

.wo26-brand {
  justify-self: start !important;
  align-self: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  transform: none !important;
}

.wo26-brand img {
  width: var(--wo-brand-logo-width) !important;
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.wo26-footer-logo img {
  width: var(--wo-footer-logo-width) !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

@media (min-width: 1200px) {
  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(580px, 820px) minmax(240px, 340px) minmax(0, 1fr) !important;
    grid-template-areas: "brand search nav" !important;
    align-items: center !important;
    min-height: 132px !important;
    gap: clamp(18px, 2vw, 34px) !important;
  }

  .wo26-brand { grid-area: brand !important; }
  .wo26-store-search { grid-area: search !important; }
  .wo26-nav { grid-area: nav !important; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  :root {
    --wo-brand-logo-width: clamp(470px, 45vw, 540px);
  }

  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(470px, 540px) minmax(210px, 280px) minmax(0, 1fr) !important;
    grid-template-areas: "brand search nav" !important;
    align-items: center !important;
    min-height: 118px !important;
    gap: 16px !important;
  }
}

@media (max-width: 1023px) {
  :root {
    --wo-brand-logo-width: min(88vw, 520px);
  }

  .wo26-header-main {
    min-height: 104px !important;
  }

  .wo26-brand img {
    max-width: 88vw !important;
  }
}

@media (max-width: 560px) {
  :root {
    --wo-brand-logo-width: min(92vw, 430px);
    --wo-footer-logo-width: min(90vw, 380px);
  }

  .wo26-site-header .wo26-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .wo26-header-main {
    min-height: 92px !important;
  }
}

/* 2026-05 v2.0.8: logo proporcjonalne do menu i nagłówka */
:root {
  --wo-brand-logo-height: clamp(66px, 5.6vw, 86px);
  --wo-brand-logo-width-proportional: clamp(260px, 24vw, 360px);
  --wo-footer-logo-width: clamp(320px, 24vw, 460px);
}

.wo26-site-header .wo26-container,
.wo26-site-header .wo26-header-main {
  width: 100% !important;
  max-width: none !important;
}

.wo26-site-header .wo26-container {
  padding-left: clamp(10px, 1.2vw, 22px) !important;
  padding-right: clamp(14px, 2vw, 34px) !important;
}

.wo26-header-main {
  justify-content: flex-start !important;
  align-items: center !important;
}

.wo26-brand {
  justify-self: start !important;
  align-self: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
}

.wo26-brand img {
  height: var(--wo-brand-logo-height) !important;
  width: auto !important;
  max-width: var(--wo-brand-logo-width-proportional) !important;
  max-height: var(--wo-brand-logo-height) !important;
  display: block !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.wo26-nav {
  align-self: center !important;
}

.wo26-nav a {
  line-height: 1.15 !important;
  font-size: clamp(.88rem, .78vw, .97rem) !important;
}

@media (min-width: 1200px) {
  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(300px, 380px) minmax(230px, 320px) minmax(0, 1fr) !important;
    grid-template-areas: "brand search nav" !important;
    align-items: center !important;
    min-height: 104px !important;
    gap: clamp(18px, 1.8vw, 30px) !important;
  }

  .wo26-brand { grid-area: brand !important; }
  .wo26-store-search { grid-area: search !important; }
  .wo26-nav { grid-area: nav !important; }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  :root {
    --wo-brand-logo-height: clamp(60px, 5.4vw, 72px);
    --wo-brand-logo-width-proportional: clamp(238px, 25vw, 300px);
  }

  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(238px, 310px) minmax(205px, 270px) minmax(0, 1fr) !important;
    grid-template-areas: "brand search nav" !important;
    align-items: center !important;
    min-height: 92px !important;
    gap: 14px !important;
  }
}

@media (max-width: 1023px) {
  :root {
    --wo-brand-logo-height: clamp(54px, 8vw, 72px);
    --wo-brand-logo-width-proportional: min(68vw, 300px);
  }

  .wo26-header-main {
    min-height: 88px !important;
  }

  .wo26-brand img {
    max-width: var(--wo-brand-logo-width-proportional) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --wo-brand-logo-height: clamp(46px, 12vw, 58px);
    --wo-brand-logo-width-proportional: min(66vw, 250px);
    --wo-footer-logo-width: min(84vw, 340px);
  }

  .wo26-site-header .wo26-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .wo26-header-main {
    min-height: 76px !important;
    gap: 10px !important;
  }
}


/* 2026-05 v1.2.2: slightly larger menu links and perfectly aligned service CTA bars */
@media (min-width: 1024px) {
  .wo26-header-main {
    gap: clamp(28px, 2.8vw, 54px);
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: clamp(18px, 1.8vw, 30px);
  }

  .wo26-nav a {
    min-height: 44px;
    padding: 10px 4px;
    font-size: clamp(1.02rem, 0.92vw, 1.12rem);
    font-weight: 395;
    letter-spacing: .016em;
  }
}

@media (max-width: 1023px) {
  .wo26-nav a {
    font-size: 1.01rem;
  }
}

.wo26-grid--3 {
  align-items: stretch;
}

.wo26-grid--3 > .wo26-service-card,
.wo26-service-card {
  height: 100%;
}

.wo26-service-card {
  display: flex;
  flex-direction: column;
}

.wo26-service-card p {
  flex: 1 1 auto;
}

.wo26-service-card .wo26-card__link {
  width: 100%;
  min-height: 46px;
  margin-top: auto;
}


/* 2026-05 v2.0.10: większe logo i spójna typografia z obsługą polskich znaków */
:root {
  --wo-font-base: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  --wo-brand-logo-height: clamp(74px, 6.2vw, 98px);
  --wo-brand-logo-width-proportional: clamp(300px, 27vw, 420px);
  --wo-footer-logo-width: clamp(340px, 25vw, 500px);
}

html,
body,
button,
input,
select,
textarea {
  font-family: var(--wo-font-base) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body,
h1, h2, h3, h4, h5, h6,
p, a, li, span, strong, em, b, small, label, legend, figcaption, blockquote, cite,
.wo26-btn, .wo26-card__link, .wo26-card__button, .wo26-nav a, .menu a,
.widget, .widget-title, .wo26-kicker, .wo26-phone-pill, .wo26-topbar, .wo26-topbar a {
  font-family: var(--wo-font-base) !important;
}

.wo26-brand img {
  height: var(--wo-brand-logo-height) !important;
  width: auto !important;
  max-width: var(--wo-brand-logo-width-proportional) !important;
  max-height: var(--wo-brand-logo-height) !important;
  object-fit: contain;
}

.wo26-footer-logo img {
  width: var(--wo-footer-logo-width) !important;
  max-width: 100%;
  height: auto !important;
  object-fit: contain;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  :root {
    --wo-brand-logo-height: clamp(68px, 5.9vw, 84px);
    --wo-brand-logo-width-proportional: clamp(270px, 24vw, 360px);
  }
}

@media (max-width: 1023px) {
  :root {
    --wo-brand-logo-height: clamp(58px, 8.6vw, 74px);
    --wo-brand-logo-width-proportional: min(72vw, 320px);
    --wo-footer-logo-width: min(86vw, 380px);
  }
}

@media (max-width: 640px) {
  :root {
    --wo-brand-logo-height: clamp(50px, 11vw, 62px);
    --wo-brand-logo-width-proportional: min(74vw, 270px);
    --wo-footer-logo-width: min(88vw, 320px);
  }
}


/* 2026-05 v2.0.12: final premium header/menu composition — desktop + mobile */
:root {
  --wo-header-pad-x: clamp(14px, 2.4vw, 38px);
  --wo-header-bg: rgba(7, 13, 9, .94);
  --wo-header-line: rgba(255,255,255,.10);
  --wo-menu-link-bg: rgba(255,255,255,.045);
  --wo-menu-link-bg-hover: rgba(126,217,87,.12);
  --wo-menu-link-border: rgba(255,255,255,.08);
  --wo-menu-link-border-hover: rgba(126,217,87,.34);
  --wo-brand-logo-height: clamp(76px, 6.4vw, 102px);
  --wo-brand-logo-width-proportional: clamp(318px, 29vw, 450px);
}

.wo26-site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background:
    radial-gradient(circle at left center, rgba(126,217,87,.14), transparent 34%),
    linear-gradient(135deg, rgba(5,11,7,.98), rgba(12,21,14,.96));
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 18px 48px rgba(0,0,0,.18);
  backdrop-filter: blur(18px);
}

.admin-bar .wo26-site-header {
  top: 32px;
}

.wo26-site-header .wo26-container {
  padding-left: var(--wo-header-pad-x) !important;
  padding-right: var(--wo-header-pad-x) !important;
}

.wo26-topbar {
  display: block;
  background: rgba(0,0,0,.20);
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.wo26-topbar__inner {
  min-height: 34px;
  justify-content: flex-end;
  font-size: .86rem;
  letter-spacing: .01em;
}

.wo26-header-main {
  display: grid !important;
  align-items: center !important;
  min-height: 106px !important;
  gap: clamp(14px, 1.6vw, 26px) !important;
}

.wo26-brand {
  min-width: 0;
  max-width: 100%;
  transition: transform .22s ease, opacity .22s ease;
}

.wo26-brand:hover {
  transform: translateY(-1px);
}

.wo26-brand img {
  height: var(--wo-brand-logo-height) !important;
  width: auto !important;
  max-width: var(--wo-brand-logo-width-proportional) !important;
  max-height: var(--wo-brand-logo-height) !important;
  object-fit: contain !important;
  object-position: left center !important;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.20));
}

.wo26-store-search {
  width: 100%;
  min-width: 0;
  max-width: 330px;
  justify-self: center;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}

.wo26-store-search input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: .94rem;
}

.wo26-store-search input::placeholder {
  color: rgba(255,255,255,.58);
}

.wo26-store-search button {
  min-width: 42px;
  min-height: 42px;
  background: linear-gradient(135deg, #7ed957, #48aa3d);
  box-shadow: 0 10px 22px rgba(72,170,61,.20);
  font-size: 26px;
}

.wo26-nav {
  justify-self: end !important;
  align-self: center !important;
}

.wo26-nav .wo26-nav__list,
.wo26-nav > ul,
.wo26-nav .menu {
  align-items: center !important;
}

.wo26-nav a {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 13px !important;
  border: 1px solid transparent;
  border-radius: 999px !important;
  color: rgba(255,255,255,.90) !important;
  font-size: clamp(.94rem, .82vw, 1.02rem) !important;
  font-weight: 650 !important;
  letter-spacing: .006em !important;
  line-height: 1.12 !important;
  white-space: nowrap;
  background: transparent !important;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.wo26-nav a::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7ed957, #f0b429);
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0;
  transition: transform .22s ease, opacity .22s ease;
}

.wo26-nav a:hover,
.wo26-nav a:focus-visible,
.wo26-nav .current-menu-item > a,
.wo26-nav .current_page_item > a {
  color: #ffffff !important;
  background: rgba(255,255,255,.07) !important;
  border-color: rgba(126,217,87,.22) !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transform: translateY(-1px);
}

.wo26-nav a:hover::after,
.wo26-nav a:focus-visible::after,
.wo26-nav .current-menu-item > a::after,
.wo26-nav .current_page_item > a::after {
  transform: scaleX(1);
  opacity: 1;
}

.wo26-nav .sub-menu {
  border-radius: 18px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  background: rgba(8,15,10,.98) !important;
  box-shadow: 0 24px 60px rgba(0,0,0,.28) !important;
  padding: 10px !important;
}

.wo26-nav .sub-menu a {
  justify-content: flex-start;
  width: 100%;
  min-height: 40px;
  border-radius: 12px !important;
  font-size: .94rem !important;
}

.wo26-submenu-toggle {
  color: #fff !important;
}

.wo26-menu-toggle {
  border: 1px solid rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.07) !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}

.wo26-menu-toggle:hover,
.wo26-menu-toggle:focus-visible {
  background: rgba(126,217,87,.14) !important;
  border-color: rgba(126,217,87,.32) !important;
}

/* Desktop: logo + search + compact premium nav */
@media (min-width: 1281px) {
  .wo26-header-main {
    grid-template-columns: minmax(318px, 450px) minmax(230px, 330px) minmax(0, 1fr) !important;
    grid-template-areas: "brand search nav" !important;
  }

  .wo26-brand { grid-area: brand !important; }
  .wo26-store-search { grid-area: search !important; }
  .wo26-nav { grid-area: nav !important; }

  .wo26-nav {
    position: static !important;
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    gap: 7px !important;
  }
}

/* Medium desktop: still elegant, but safer spacing */
@media (min-width: 1024px) and (max-width: 1280px) {
  :root {
    --wo-brand-logo-height: clamp(64px, 5.6vw, 82px);
    --wo-brand-logo-width-proportional: clamp(260px, 24vw, 350px);
  }

  .wo26-header-main {
    grid-template-columns: minmax(250px, 350px) minmax(210px, 290px) auto !important;
    grid-template-areas: "brand search toggle" "nav nav nav" !important;
    min-height: 126px !important;
    row-gap: 10px !important;
  }

  .wo26-brand { grid-area: brand !important; }
  .wo26-store-search { grid-area: search !important; }
  .wo26-menu-toggle { grid-area: toggle !important; display: none !important; }
  .wo26-nav { grid-area: nav !important; justify-self: center !important; }

  .wo26-nav {
    position: static !important;
    display: block !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 7px !important;
  }

  .wo26-nav a {
    min-height: 39px !important;
    padding: 9px 11px !important;
    font-size: .95rem !important;
  }
}

/* Mobile/tablet: logo + hamburger first row, search full width, menu as premium panel */
@media (max-width: 1023px) {
  :root {
    --wo-brand-logo-height: clamp(54px, 8vw, 74px);
    --wo-brand-logo-width-proportional: min(70vw, 330px);
  }

  .admin-bar .wo26-site-header {
    top: 0;
  }

  .wo26-topbar {
    display: none;
  }

  .wo26-header-main {
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "brand toggle" "search search" !important;
    min-height: 104px !important;
    row-gap: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .wo26-brand { grid-area: brand !important; }
  .wo26-menu-toggle { grid-area: toggle !important; }
  .wo26-store-search {
    grid-area: search !important;
    display: flex !important;
    justify-self: stretch;
    max-width: none;
  }

  .wo26-menu-toggle {
    min-width: 48px !important;
    min-height: 48px !important;
    border-radius: 16px !important;
  }

  .wo26-menu-toggle__label {
    display: none !important;
  }

  .wo26-nav {
    position: fixed !important;
    inset: 124px var(--wo-header-pad-x) auto var(--wo-header-pad-x) !important;
    display: none !important;
    max-height: calc(100vh - 142px) !important;
    overflow: auto !important;
    padding: 14px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background:
      radial-gradient(circle at top left, rgba(126,217,87,.16), transparent 34%),
      rgba(8,15,10,.98) !important;
    box-shadow: 0 28px 70px rgba(0,0,0,.32) !important;
  }

  .wo26-menu-open .wo26-nav {
    display: block !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: grid !important;
    gap: 8px !important;
  }

  .wo26-nav a {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
    min-height: 48px !important;
    padding: 13px 15px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    background: rgba(255,255,255,.055) !important;
    font-size: 1rem !important;
    white-space: normal;
  }

  .wo26-nav a::after {
    display: none;
  }

  .wo26-nav .sub-menu {
    position: static !important;
    width: 100% !important;
    margin-top: 8px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    box-shadow: none !important;
    background: rgba(0,0,0,.22) !important;
  }

  .wo26-nav .sub-menu a {
    min-height: 44px !important;
    font-size: .95rem !important;
    color: rgba(255,255,255,.86) !important;
  }

  .wo26-submenu-toggle {
    right: 8px !important;
    top: 8px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 14px !important;
    background: rgba(255,255,255,.08) !important;
  }
}

@media (max-width: 560px) {
  :root {
    --wo-header-pad-x: 10px;
    --wo-brand-logo-height: clamp(48px, 11vw, 60px);
    --wo-brand-logo-width-proportional: min(68vw, 265px);
  }

  .wo26-header-main {
    min-height: 98px !important;
  }

  .wo26-store-search input {
    min-height: 40px;
    font-size: .9rem;
  }

  .wo26-store-search button {
    min-width: 40px;
    min-height: 40px;
  }

  .wo26-nav {
    top: 116px;
    border-radius: 20px !important;
  }
}


/* 2026-05 v2.0.13: finalny szlif stron blogowych — eleganckie zdjęcie, autor i treść wpisu */
.single-posts {
  background:
    radial-gradient(circle at 10% 0%, rgba(126,217,87,.10), transparent 34%),
    linear-gradient(180deg, #f7faf4 0%, #ffffff 42%, #fbfdf9 100%);
}

.single-posts .row-padding {
  padding-top: clamp(28px, 4.5vw, 58px);
}

.wo26-single-article--premium {
  display: block !important;
  overflow: visible !important;
  width: min(100%, 1040px);
  margin-inline: auto;
  padding: 0 !important;
  border: 1px solid rgba(20,32,27,.08);
  border-radius: clamp(24px, 3vw, 34px);
  background: rgba(255,255,255,.92);
  box-shadow: 0 28px 80px rgba(20,32,27,.11);
}

.wo26-single-intro {
  position: relative;
  display: grid;
  gap: 0;
}

.wo26-single-hero-media {
  position: relative;
  margin: 0;
  aspect-ratio: 16 / 8.6;
  overflow: hidden;
  border-radius: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 34px) 0 0;
  background:
    radial-gradient(circle at center, rgba(126,217,87,.18), transparent 42%),
    #edf5ec;
}

.wo26-single-hero-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 42%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.28));
  pointer-events: none;
}

.wo26-single-hero-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
}

.wo26-single-meta-card {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: min(calc(100% - 32px), 920px);
  margin: -38px auto 0;
  padding: 14px;
  border: 1px solid rgba(20,32,27,.08);
  border-radius: 22px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 22px 55px rgba(20,32,27,.13);
  backdrop-filter: blur(16px);
}

.wo26-single-article--premium:not(.has-post-thumbnail) .wo26-single-meta-card {
  margin-top: 24px;
}

.wo26-single-meta-card__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.wo26-single-meta-card .wo26-meta-pill,
.wo26-single-meta-card .wo26-author-pill,
.wo26-blog-card .wo26-author-chip {
  background: #ffffff;
  border-color: rgba(20,32,27,.08);
}

.wo26-single-meta-card .wo26-author-pill {
  padding: 8px 16px 8px 8px;
}

.wo26-single-meta-card .wo26-author-pill__avatar {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 0 4px rgba(126,217,87,.12);
}

.wo26-single-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #102015, #1d3a24);
  color: #ffffff !important;
  font-size: .9rem;
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(20,32,27,.15);
}

.wo26-single-category:hover,
.wo26-single-category:focus-visible {
  background: linear-gradient(135deg, #1f7a3c, #43b34b);
  color: #ffffff !important;
}

.wo26-single-content {
  width: min(calc(100% - 32px), 820px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 58px) 0 clamp(36px, 6vw, 72px);
}

.wo26-single-content > *:first-child {
  margin-top: 0;
}

.wo26-single-content p,
.wo26-single-content li {
  color: rgba(20,32,27,.86);
  font-size: clamp(1.02rem, 1.12vw, 1.12rem);
  line-height: 1.78;
}

.wo26-single-content h2,
.wo26-single-content h3,
.wo26-single-content h4 {
  margin-top: 1.55em;
  color: var(--wo-text);
  letter-spacing: -.025em;
}

.wo26-single-content h2 {
  font-size: clamp(1.65rem, 2.4vw, 2.25rem);
}

.wo26-single-content h3 {
  font-size: clamp(1.35rem, 1.9vw, 1.75rem);
}

.wo26-single-content img,
.wo26-single-content figure {
  border-radius: 22px;
}

.wo26-single-content figure {
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(20,32,27,.09);
}

.wo26-single-content blockquote {
  margin: 28px 0;
  padding: 22px 24px;
  border-left: 4px solid var(--wo-green);
  border-radius: 0 18px 18px 0;
  background: #f3f8f1;
  color: var(--wo-text);
}

/* Lepsze karty na aktualnościach i stronach typu „Gdzie wyrzucać” */
.wo26-news-archive-list {
  background:
    radial-gradient(circle at 90% 8%, rgba(240,180,41,.08), transparent 30%),
    transparent;
}

.wo26-blog-card {
  position: relative;
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.wo26-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(67,179,75,.20);
  box-shadow: 0 28px 70px rgba(20,32,27,.13);
}

.wo26-blog-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10.2;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
}

.wo26-blog-card__thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 44%;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.24));
  opacity: .88;
  transition: opacity .24s ease;
}

.wo26-blog-card:hover .wo26-blog-card__thumb::after {
  opacity: 1;
}

.wo26-blog-card__thumb img {
  transition: transform .45s ease;
}

.wo26-blog-card:hover .wo26-blog-card__thumb img {
  transform: scale(1.045);
}

.wo26-blog-card__body {
  padding: clamp(18px, 2vw, 26px);
}

.wo26-blog-card__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -40px 0 18px;
  position: relative;
  z-index: 2;
}

.wo26-blog-card__meta {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(20,32,27,.08);
  box-shadow: 0 10px 24px rgba(20,32,27,.10);
  color: rgba(20,32,27,.72);
}

.wo26-blog-card .wo26-author-chip {
  min-height: 36px;
  box-shadow: 0 10px 24px rgba(20,32,27,.10);
}

.wo26-blog-card__title {
  font-weight: 750;
  line-height: 1.14;
}

.wo26-blog-card__title a:hover,
.wo26-blog-card__title a:focus-visible {
  color: var(--wo-green-dark);
}

.wo26-blog-card__excerpt {
  line-height: 1.65;
}

/* Estetyczna typografia nagłówka pojedynczego wpisu */
.single .page-top {
  padding: clamp(82px, 10vw, 138px) 0 clamp(38px, 5vw, 66px);
  background:
    radial-gradient(circle at 10% 10%, rgba(126,217,87,.20), transparent 36%),
    radial-gradient(circle at 90% 20%, rgba(240,180,41,.11), transparent 34%),
    linear-gradient(135deg, #071109, #132318);
}

.single .page-top h1 {
  max-width: 980px;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.04;
}

/* Responsywność bloga */
@media (max-width: 900px) {
  .wo26-single-meta-card {
    margin-top: -28px;
    align-items: flex-start;
  }

  .wo26-single-hero-media {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 640px) {
  .single .page-top {
    padding-top: 56px;
  }

  .wo26-single-article--premium {
    border-radius: 22px;
  }

  .wo26-single-hero-media {
    aspect-ratio: 1.2 / 1;
    border-radius: 22px 22px 0 0;
  }

  .wo26-single-meta-card {
    width: calc(100% - 20px);
    margin-top: -22px;
    padding: 12px;
    border-radius: 18px;
  }

  .wo26-single-meta-card,
  .wo26-single-meta-card__main {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wo26-single-meta-card .wo26-author-pill,
  .wo26-single-category,
  .wo26-single-meta-card .wo26-meta-pill {
    width: 100%;
    justify-content: flex-start;
  }

  .wo26-single-content {
    width: calc(100% - 24px);
    padding-top: 28px;
  }

  .wo26-blog-card__meta-row {
    margin-top: -32px;
  }
}


/* 2026-05 v2.0.13.1: final checkbox alignment refinement */
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .acceptance label,
.wpcf7-form .checkbox label,
.wo26-form-fallback .acceptance label,
.wo26-form-fallback .checkbox label,
.wpcf7-list-item > label {
  align-items: center !important;
}

.wpcf7-form input[type="checkbox"],
.wo26-form-fallback input[type="checkbox"] {
  margin-top: 0 !important;
  transform: translateY(0) !important;
}

.ns26-quote-form__rodo {
  align-items: center !important;
}

.ns26-quote-form__rodo input {
  margin: 0 !important;
  align-self: center !important;
}


/* 2026-05 v2.0.13.2: submenu plus spacing + blog sketch refinement */
.wo26-nav li.menu-item-has-children > a {
  padding-right: 56px !important;
}

.wo26-submenu-toggle {
  right: 8px !important;
}

@media (max-width: 1023px) {
  .wo26-nav li.menu-item-has-children > a {
    padding-right: 60px !important;
  }

  .wo26-submenu-toggle {
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}

.single .page-top {
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(5, 9, 15, .90) 0%, rgba(5, 9, 15, .74) 42%, rgba(5, 9, 15, .50) 100%),
    radial-gradient(circle at 82% 16%, rgba(242,208,139,.22), transparent 18%),
    url(''),
    linear-gradient(135deg, #0a1623, #15283e);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: center center, 82% 16%, right clamp(22px, 4vw, 62px) bottom clamp(4px, 2vw, 18px), center center;
  background-size: cover, auto, min(540px, 42%) auto, cover;
}

.single .page-top::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0) 36%),
    linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,0) 48%);
}

.single .page-top .container {
  position: relative;
  z-index: 1;
}

.wo26-news-archive-hero {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 14% 0%, rgba(67, 179, 75, .12), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(242,208,139,.16), transparent 20%),
    url(''),
    linear-gradient(180deg, #fbfdf9 0%, #f3f8f1 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, 86% 12%, right clamp(18px, 4vw, 54px) bottom 12px, center center;
  background-size: auto, auto, min(420px, 30%) auto, cover;
}

@media (max-width: 640px) {
  .single .page-top,
  .wo26-news-archive-hero {
    background-size: cover, auto, min(260px, 46vw) auto, cover;
    background-position: center center, 88% 12%, right 12px bottom 10px, center center;
  }
}


/* 2026-05 v2.0.13.3: mobile sketch overlap fix */
@media (max-width: 767px) {
  .single .page-top {
    background-image:
      linear-gradient(90deg, rgba(5, 9, 15, .92) 0%, rgba(5, 9, 15, .82) 48%, rgba(5, 9, 15, .68) 100%),
      radial-gradient(circle at 86% 14%, rgba(242,208,139,.16), transparent 18%),
      linear-gradient(135deg, #0a1623, #15283e) !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center center, 86% 14%, center center !important;
    background-size: cover, auto, cover !important;
    padding-top: 56px;
    padding-bottom: 34px;
  }

  .wo26-news-archive-hero {
    background-image:
      radial-gradient(circle at 14% 0%, rgba(67, 179, 75, .12), transparent 30%),
      radial-gradient(circle at 86% 12%, rgba(242,208,139,.12), transparent 18%),
      linear-gradient(180deg, #fbfdf9 0%, #f3f8f1 100%) !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: left top, 86% 12%, center center !important;
    background-size: auto, auto, cover !important;
    padding-top: 54px;
    padding-bottom: 28px;
  }

  .single .page-top h1,
  .wo26-news-archive-hero h1 {
    max-width: 100%;
  }

  .single .page-top .breadcrumbs,
  .wo26-news-archive-hero .breadcrumbs {
    margin-top: 16px;
  }
}


/* 2026-05 v2.0.13.4: stronger mobile sketch suppression where text overlaps */
@media (max-width: 900px) {
  .single .page-top,
  .wo26-news-archive-hero,
  .page-top {
    background-image:
      linear-gradient(180deg, rgba(8, 16, 25, .94), rgba(18, 35, 52, .88)) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .single .page-top::before,
  .single .page-top::after,
  .wo26-news-archive-hero::before,
  .wo26-news-archive-hero::after,
  .page-top::before,
  .page-top::after {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .single .page-top,
  .wo26-news-archive-hero,
  .page-top {
    padding-top: 52px !important;
    padding-bottom: 28px !important;
  }
}


/* 2026-05 v2.0.13.5: slightly larger spacing between icons and labels */
.wo26-local__links a {
  gap: 12px !important;
}

.wo26-hero-offer__grid a {
  gap: 14px !important;
}

@media (max-width: 640px) {
  .wo26-local__links a,
  .wo26-hero-offer__grid a {
    gap: 12px !important;
  }
}


/* 2026-05 v2.0.13.6: one more step of icon-label spacing */
.wo26-local__links a {
  gap: 14px !important;
}

.wo26-hero-offer__grid a {
  gap: 16px !important;
}

@media (max-width: 640px) {
  .wo26-local__links a {
    gap: 14px !important;
  }

  .wo26-hero-offer__grid a {
    gap: 14px !important;
  }
}


/* 2026-05 v2.0.13.7: remove odd square near mobile offer/menu items */
@media (max-width: 1023px) {
  .wo26-submenu-toggle {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    border-radius: 0 !important;
    padding: 0 !important;
    right: 10px !important;
  }

  .wo26-submenu-toggle::before {
    font-size: 1.2rem !important;
    line-height: 1 !important;
  }
}


/* 2026-05 v2.0.13.8: remove minus indicator on mobile submenu toggle */
@media (max-width: 1023px) {
  .wo26-nav li.is-open > .wo26-submenu-toggle::before {
    content: '' !important;
  }
}


/* 2026-05 v2.0.14: professional desktop header + stable footer layout */
:root {
  --wo-brand-logo-height: clamp(54px, 4.6vw, 74px);
  --wo-brand-logo-width-proportional: clamp(230px, 20vw, 320px);
  --wo-footer-logo-width: clamp(230px, 18vw, 310px);
}

/* Header base cleanup */
.wo26-site-header {
  overflow: visible !important;
}

.wo26-site-header .wo26-container,
.wo26-site-header .wo26-header-main {
  max-width: none !important;
}

.wo26-header-main {
  width: 100% !important;
  align-items: center !important;
}

.wo26-brand {
  min-width: 0 !important;
  max-width: 100% !important;
  justify-self: start !important;
}

.wo26-brand img {
  width: auto !important;
  height: var(--wo-brand-logo-height) !important;
  max-width: var(--wo-brand-logo-width-proportional) !important;
  max-height: var(--wo-brand-logo-height) !important;
  object-fit: contain !important;
  object-position: left center !important;
}

.wo26-store-search {
  min-width: 0 !important;
  width: min(100%, 300px) !important;
  max-width: 300px !important;
}

.wo26-nav {
  min-width: 0 !important;
}

.wo26-nav .wo26-nav__list,
.wo26-nav > ul,
.wo26-nav .menu {
  min-width: 0 !important;
}

.wo26-nav a {
  white-space: nowrap !important;
  text-align: center !important;
}

/* Desktop: logo/search in first row, navigation as clean premium strip below.
   This prevents menu collisions on standard desktop widths. */
@media (min-width: 1024px) {
  .wo26-menu-toggle {
    display: none !important;
  }

  .wo26-topbar {
    display: block !important;
  }

  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(230px, 330px) minmax(220px, 300px) !important;
    grid-template-areas:
      "brand search"
      "nav nav" !important;
    justify-content: center !important;
    justify-items: center !important;
    row-gap: 12px !important;
    column-gap: clamp(20px, 3vw, 44px) !important;
    min-height: 126px !important;
    padding-top: 12px !important;
    padding-bottom: 14px !important;
  }

  .wo26-brand {
    grid-area: brand !important;
    justify-self: end !important;
  }

  .wo26-store-search {
    grid-area: search !important;
    justify-self: start !important;
    display: flex !important;
  }

  .wo26-nav {
    grid-area: nav !important;
    position: static !important;
    display: block !important;
    width: min(100%, 1180px) !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    justify-self: center !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .wo26-nav li {
    flex: 0 0 auto !important;
  }

  .wo26-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    padding: 9px 13px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    background: rgba(255,255,255,.045) !important;
    color: rgba(255,255,255,.90) !important;
    font-size: clamp(.88rem, .78vw, .98rem) !important;
    font-weight: 650 !important;
    letter-spacing: .004em !important;
    line-height: 1.1 !important;
  }

  .wo26-nav a:hover,
  .wo26-nav a:focus-visible,
  .wo26-nav .current-menu-item > a,
  .wo26-nav .current_page_item > a {
    background: rgba(126,217,87,.14) !important;
    border-color: rgba(126,217,87,.32) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: 34px !important;
  }

  .wo26-submenu-toggle {
    right: 7px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 22px !important;
    height: 22px !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(255,255,255,.76) !important;
    box-shadow: none !important;
  }

  .wo26-nav .sub-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    width: max-content !important;
    min-width: 220px !important;
    max-width: 320px !important;
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 18px !important;
    background: rgba(8, 15, 10, .98) !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.30) !important;
    z-index: 999 !important;
  }

  .wo26-nav .sub-menu a {
    width: 100% !important;
    justify-content: flex-start !important;
    white-space: normal !important;
    text-align: left !important;
    border-radius: 12px !important;
  }
}

/* Large desktop can keep logo/search/menu in one row only when there is enough space. */
@media (min-width: 1500px) {
  .wo26-header-main {
    grid-template-columns: minmax(240px, 320px) minmax(240px, 300px) minmax(0, 1fr) !important;
    grid-template-areas: "brand search nav" !important;
    min-height: 102px !important;
    justify-content: start !important;
    justify-items: stretch !important;
  }

  .wo26-brand {
    justify-self: start !important;
  }

  .wo26-store-search {
    justify-self: start !important;
  }

  .wo26-nav {
    justify-self: end !important;
    width: auto !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    justify-content: flex-end !important;
  }
}

/* Mobile logo also a touch smaller and stable */
@media (max-width: 1023px) {
  :root {
    --wo-brand-logo-height: clamp(46px, 8vw, 62px);
    --wo-brand-logo-width-proportional: min(66vw, 270px);
  }

  .wo26-brand img {
    height: var(--wo-brand-logo-height) !important;
    max-width: var(--wo-brand-logo-width-proportional) !important;
  }
}

/* Footer: reset all previous conflicting widths and force balanced professional grid */
.wo26-footer {
  overflow: hidden !important;
}

.wo26-footer__grid {
  display: grid !important;
  width: min(100% - 32px, 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
  gap: clamp(18px, 2vw, 26px) !important;
  align-items: stretch !important;
}

.wo26-footer__card,
.wo26-footer__card--brand,
.wo26-footer__card--contact,
.wo26-footer__grid > .wo26-footer__card:nth-child(2),
.wo26-footer__grid > .wo26-footer__card:nth-child(3) {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  grid-column: auto !important;
  padding: clamp(20px, 2vw, 28px) !important;
  border-radius: 24px !important;
  box-sizing: border-box !important;
}

.wo26-footer-logo img {
  width: var(--wo-footer-logo-width) !important;
  max-width: 100% !important;
  height: auto !important;
}

.wo26-footer__text,
.wo26-footer__card p,
.wo26-footer__card a,
.wo26-footer__info-item span,
.wo26-footer__phone span,
.wo26-footer__email span {
  overflow-wrap: anywhere !important;
}

.wo26-footer__link-list,
.wo26-footer__widget .menu,
.wo26-footer__mini-links,
.wo26-footer__info-list,
.wo26-footer__contact-list {
  min-width: 0 !important;
}

.wo26-footer__mini-links {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

@media (min-width: 1180px) {
  .wo26-footer__grid {
    grid-template-columns: minmax(250px, 1.1fr) minmax(210px, .9fr) minmax(210px, .9fr) minmax(260px, 1fr) !important;
  }
}

@media (min-width: 760px) and (max-width: 1179px) {
  .wo26-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 759px) {
  .wo26-footer__grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 24px, 620px) !important;
  }

  .wo26-footer-logo img {
    width: min(78vw, 260px) !important;
  }
}

/* Copyright row aligned and safe */
.wo26-copyright {
  width: min(100% - 32px, 1280px) !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 12px !important;
}


/* 2026-05 v2.0.18: desktop container dla headera i footera */
:root {
  --wo-desktop-chrome-container: 1280px;
  --wo-desktop-chrome-gutter: clamp(16px, 2.4vw, 32px);
}

@media (min-width: 1024px) {
  .wo26-site-header .wo26-container,
  .wo26-site-header .wo26-header-main {
    width: min(calc(100% - var(--wo-desktop-chrome-gutter) - var(--wo-desktop-chrome-gutter)), var(--wo-desktop-chrome-container)) !important;
    max-width: var(--wo-desktop-chrome-container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .wo26-site-header .wo26-container {
    padding-left: var(--wo-header-pad-x) !important;
    padding-right: var(--wo-header-pad-x) !important;
  }

  .wo26-prefooter__inner,
  .wo26-footer__grid,
  .wo26-copyright {
    width: min(calc(100% - var(--wo-desktop-chrome-gutter) - var(--wo-desktop-chrome-gutter)), var(--wo-desktop-chrome-container)) !important;
    max-width: var(--wo-desktop-chrome-container) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }
}


/* 2026-05 v2.0.19: desktop menu w jednym górnym rzędzie */
@media (min-width: 1024px) {
  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) minmax(190px, 300px) !important;
    grid-template-areas:
      "nav nav nav"
      "brand search ." !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    align-items: center !important;
    row-gap: 10px !important;
    column-gap: clamp(16px, 2vw, 34px) !important;
    min-height: 132px !important;
    padding-top: 10px !important;
    padding-bottom: 14px !important;
  }

  .wo26-menu-toggle {
    display: none !important;
  }

  .wo26-brand {
    grid-area: brand !important;
    justify-self: end !important;
    align-self: center !important;
  }

  .wo26-store-search {
    grid-area: search !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
  }

  .wo26-nav {
    grid-area: nav !important;
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    align-self: center !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: clamp(3px, .55vw, 8px) !important;
  }

  .wo26-nav li {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  .wo26-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 7px clamp(5px, .65vw, 10px) !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: clamp(.68rem, .68vw, .86rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: clamp(22px, 1.4vw, 30px) !important;
  }

  .wo26-submenu-toggle {
    right: 4px !important;
  }
}

@media (min-width: 1280px) {
  .wo26-header-main {
    grid-template-columns: minmax(240px, 340px) minmax(230px, 310px) minmax(0, 1fr) !important;
    min-height: 128px !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: clamp(6px, .7vw, 12px) !important;
  }

  .wo26-nav a {
    min-height: 36px !important;
    padding: 8px clamp(7px, .75vw, 12px) !important;
    font-size: clamp(.76rem, .72vw, .91rem) !important;
  }
}

@media (min-width: 1500px) {
  .wo26-header-main {
    grid-template-areas:
      "nav nav nav"
      "brand search ." !important;
    min-height: 124px !important;
  }
}


/* 2026-05 v2.0.21: pełny desktopowy header w jednym rzędzie — logo po lewej, menu i wyszukiwarka obok */
@media (min-width: 1024px) {
  :root {
    --wo-brand-logo-height: clamp(48px, 4.2vw, 68px);
    --wo-brand-logo-width-proportional: clamp(210px, 18vw, 285px);
  }

  .wo26-header-main {
    display: grid !important;
    grid-template-columns: minmax(210px, 285px) minmax(0, 1fr) minmax(190px, 285px) !important;
    grid-template-areas: "brand nav search" !important;
    align-items: center !important;
    justify-content: stretch !important;
    justify-items: stretch !important;
    column-gap: clamp(10px, 1.45vw, 22px) !important;
    row-gap: 0 !important;
    min-height: 88px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .wo26-brand {
    grid-area: brand !important;
    justify-self: start !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .wo26-brand img {
    height: var(--wo-brand-logo-height) !important;
    max-height: var(--wo-brand-logo-height) !important;
    max-width: var(--wo-brand-logo-width-proportional) !important;
    width: auto !important;
    object-position: left center !important;
  }

  .wo26-nav {
    grid-area: nav !important;
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    align-self: center !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: clamp(2px, .45vw, 7px) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .wo26-nav li {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  .wo26-nav a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 7px clamp(4px, .55vw, 9px) !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
    text-align: center !important;
    font-size: clamp(.66rem, .64vw, .84rem) !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: clamp(20px, 1.25vw, 27px) !important;
  }

  .wo26-submenu-toggle {
    right: 4px !important;
  }

  .wo26-store-search {
    grid-area: search !important;
    justify-self: end !important;
    align-self: center !important;
    display: flex !important;
    width: min(100%, 285px) !important;
    max-width: 285px !important;
    min-width: 0 !important;
  }

  .wo26-store-search input {
    min-height: 38px !important;
    font-size: .9rem !important;
  }

  .wo26-store-search button {
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .wo26-menu-toggle {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  :root {
    --wo-brand-logo-height: clamp(44px, 4vw, 56px);
    --wo-brand-logo-width-proportional: clamp(178px, 18vw, 230px);
  }

  .wo26-header-main {
    grid-template-columns: minmax(178px, 230px) minmax(0, 1fr) minmax(170px, 220px) !important;
    column-gap: 8px !important;
    min-height: 78px !important;
  }

  .wo26-store-search {
    width: min(100%, 220px) !important;
    max-width: 220px !important;
  }

  .wo26-store-search input {
    min-height: 34px !important;
    font-size: .82rem !important;
  }

  .wo26-store-search button {
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 1rem !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: 2px !important;
  }

  .wo26-nav a {
    min-height: 31px !important;
    padding: 6px 4px !important;
    font-size: clamp(.58rem, .62vw, .72rem) !important;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: 18px !important;
  }
}

@media (min-width: 1440px) {
  .wo26-header-main {
    grid-template-columns: minmax(240px, 315px) minmax(0, 1fr) minmax(250px, 320px) !important;
    min-height: 92px !important;
  }

  .wo26-store-search {
    width: min(100%, 320px) !important;
    max-width: 320px !important;
  }

  .wo26-nav a {
    font-size: clamp(.76rem, .68vw, .9rem) !important;
    padding-left: clamp(7px, .65vw, 11px) !important;
    padding-right: clamp(7px, .65vw, 11px) !important;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: clamp(22px, 1.35vw, 30px) !important;
  }
}


/* 2026-05 v2.0.22: menu bez nachodzenia + logo maksymalnie do lewej strony */
@media (min-width: 1024px) {
  :root {
    --wo-brand-logo-height: clamp(42px, 3.8vw, 60px);
    --wo-brand-logo-width-proportional: clamp(170px, 16vw, 245px);
  }

  .wo26-site-header .wo26-container.wo26-header-main {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: clamp(12px, 1.8vw, 28px) !important;
    box-sizing: border-box !important;
  }

  .wo26-header-main {
    grid-template-columns: minmax(170px, 245px) minmax(0, 1fr) minmax(155px, 250px) !important;
    grid-template-areas: "brand nav search" !important;
    column-gap: clamp(12px, 1.7vw, 26px) !important;
    row-gap: 0 !important;
    min-height: 82px !important;
    align-items: center !important;
  }

  .wo26-brand {
    grid-area: brand !important;
    justify-self: start !important;
    align-self: center !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    transform: none !important;
  }

  .wo26-brand img {
    height: var(--wo-brand-logo-height) !important;
    max-height: var(--wo-brand-logo-height) !important;
    width: auto !important;
    max-width: var(--wo-brand-logo-width-proportional) !important;
    margin-left: 0 !important;
    object-position: left center !important;
  }

  .wo26-nav {
    grid-area: nav !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: clamp(7px, .8vw, 13px) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .wo26-nav li {
    flex: 0 0 auto !important;
    min-width: auto !important;
  }

  .wo26-nav a {
    min-height: 36px !important;
    padding: 8px clamp(9px, .75vw, 13px) !important;
    font-size: clamp(.74rem, .70vw, .9rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: clamp(24px, 1.35vw, 30px) !important;
  }

  .wo26-submenu-toggle {
    right: 4px !important;
  }

  .wo26-store-search {
    grid-area: search !important;
    justify-self: end !important;
    width: min(100%, 250px) !important;
    max-width: 250px !important;
    min-width: 0 !important;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  :root {
    --wo-brand-logo-height: clamp(40px, 3.7vw, 52px);
    --wo-brand-logo-width-proportional: clamp(158px, 15vw, 205px);
  }

  .wo26-header-main {
    grid-template-columns: minmax(158px, 205px) minmax(0, 1fr) minmax(140px, 190px) !important;
    column-gap: 10px !important;
    min-height: 76px !important;
  }

  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    gap: 6px !important;
    justify-content: flex-start !important;
  }

  .wo26-nav a {
    min-height: 34px !important;
    padding: 7px 8px !important;
    font-size: clamp(.68rem, .66vw, .8rem) !important;
  }

  .wo26-nav li.menu-item-has-children > a {
    padding-right: 22px !important;
  }

  .wo26-store-search {
    width: min(100%, 190px) !important;
    max-width: 190px !important;
  }

  .wo26-store-search input {
    min-height: 36px !important;
    font-size: .82rem !important;
  }

  .wo26-store-search button {
    min-width: 36px !important;
    min-height: 36px !important;
  }
}

@media (min-width: 1200px) {
  .wo26-nav .wo26-nav__list,
  .wo26-nav > ul,
  .wo26-nav .menu {
    justify-content: center !important;
  }
}

/* 2026-05 v2.0.23: topbar z telefonem i e-mailem maksymalnie do lewej strony */
@media (min-width: 1024px) {
  .wo26-site-header .wo26-container.wo26-topbar__inner,
  .wo26-topbar .wo26-container.wo26-topbar__inner {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: clamp(12px, 1.8vw, 28px) !important;
    box-sizing: border-box !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .wo26-topbar__inner > span {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-self: start !important;
    text-align: left !important;
  }
}

/* 2026-05 header/topbar/footer container 1350px — spec. (0,3,0) bije wcześniejsze max-width:none !important */
.wo26-site-header .wo26-container.wo26-header-main,
.wo26-topbar .wo26-container.wo26-topbar__inner,
.wo26-footer .wo26-container.wo26-footer__grid,
.wo26-prefooter .wo26-container.wo26-prefooter__inner {
  max-width: 1450px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}


/* =========================================================
   Odpady SEO Ultra 2026 Test — targetowane poprawki techniczne
   Zakres: tytuł wpisu, obrazki w treści wpisów na mobile, brak overflow.
   ========================================================= */

.single .page-top h1 {
  color: #ffffff !important;
}

.single .page-top h1 a {
  color: inherit !important;
}

.wo26-single-content img,
.wo26-single-content figure,
.wo26-single-content .wp-caption,
.wo26-single-content .wp-block-image,
.wo26-single-content .wp-block-gallery,
.wo26-single-content .wp-block-embed,
.wo26-single-content .wp-block-media-text,
.wo26-single-content .gallery,
.wo26-single-content video,
.wo26-single-content iframe,
.wo26-single-content embed,
.wo26-single-content object {
  max-width: 100%;
}

.wo26-single-content img,
.wo26-single-content .wp-block-image img,
.wo26-single-content .wp-block-gallery img,
.wo26-single-content .gallery img,
.wo26-single-content .wp-caption img {
  height: auto !important;
}

@media (max-width: 767px) {
  .single .site-main,
  .single-posts,
  .single-posts .container,
  .single-posts .row-padding,
  .wo26-single-article,
  .wo26-single-content,
  .wo26-single-content > * {
    max-width: 100% !important;
  }

  .single .site-main,
  .single-posts,
  .wo26-single-article {
    overflow-x: hidden;
  }

  .single-posts .container,
  .single-posts .row-padding {
    width: min(100% - 24px, 1040px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .wo26-single-content {
    width: 100% !important;
  }

  .wo26-single-content > * {
    min-width: 0;
  }

  .wo26-single-content img,
  .wo26-single-content .wp-block-image img,
  .wo26-single-content .wp-block-gallery img,
  .wo26-single-content .blocks-gallery-grid img,
  .wo26-single-content .gallery img,
  .wo26-single-content .wp-caption img,
  .wo26-single-content figure img {
    display: block;
    max-width: 100% !important;
    width: auto;
    height: auto !important;
  }

  .wo26-single-content .alignwide,
  .wo26-single-content .alignfull,
  .wo26-single-content .wp-block-image.alignwide,
  .wo26-single-content .wp-block-image.alignfull,
  .wo26-single-content .wp-block-gallery.alignwide,
  .wo26-single-content .wp-block-gallery.alignfull,
  .wo26-single-content figure.alignwide,
  .wo26-single-content figure.alignfull {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wo26-single-content .wp-block-gallery,
  .wo26-single-content .blocks-gallery-grid,
  .wo26-single-content .gallery {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 14px;
    width: 100% !important;
  }

  .wo26-single-content .wp-block-media-text {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px;
    width: 100% !important;
  }

  .wo26-single-content .wp-block-table,
  .wo26-single-content table {
    max-width: 100% !important;
  }

  .wo26-single-content .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .wo26-single-content iframe,
  .wo26-single-content embed,
  .wo26-single-content object {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wo26-single-content video {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
  }
}

/* 2026-05 v1.5.8: FAQPage rich results hotfix — usunięte duplikaty microdata/JSON-LD, pozostaje jeden czysty FAQPage JSON-LD w @graph. */


/* 2026-05 v2.0.26: mobile blog image containment + white Aktualności hero title
   Zakres: tylko blog/aktualności i treść wpisów; bez zmian w schema, URL-ach i treści. */
@media (max-width: 767px) {
  .single-posts,
  .single-posts *,
  .wo26-news-archive-list,
  .wo26-news-archive-list *,
  .wo26-news-shortcode,
  .wo26-news-shortcode * {
    box-sizing: border-box;
  }

  .single-posts,
  .single-posts .container,
  .single-posts .row-padding,
  .wo26-single-article,
  .wo26-single-intro,
  .wo26-single-content,
  .wo26-news-archive-list,
  .wo26-blog-grid,
  .wo26-blog-card,
  .wo26-blog-card__thumb,
  .wo26-news-shortcode,
  .wo26-news-shortcode__list,
  .wo26-news-teaser,
  .wo26-news-teaser__thumb {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .wo26-single-content,
  .wo26-single-content > *,
  .wo26-single-content p,
  .wo26-single-content figure,
  .wo26-single-content .wp-caption,
  .wo26-single-content .wp-block-image,
  .wo26-single-content .wp-block-gallery,
  .wo26-single-content .blocks-gallery-grid,
  .wo26-single-content .wp-block-media-text,
  .wo26-single-content .gallery,
  .wo26-blog-grid,
  .wo26-blog-card,
  .wo26-blog-card__thumb,
  .wo26-news-shortcode__list,
  .wo26-news-teaser,
  .wo26-news-teaser__thumb {
    width: 100% !important;
  }

  .wo26-single-content figure,
  .wo26-single-content .wp-caption,
  .wo26-single-content .wp-block-image,
  .wo26-single-content .wp-block-gallery,
  .wo26-single-content .blocks-gallery-grid,
  .wo26-single-content .gallery {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wo26-single-content img,
  .wo26-single-content figure img,
  .wo26-single-content .wp-caption img,
  .wo26-single-content .wp-block-image img,
  .wo26-single-content .wp-block-gallery img,
  .wo26-single-content .blocks-gallery-grid img,
  .wo26-single-content .gallery img,
  .wo26-blog-card__thumb img,
  .wo26-news-teaser__thumb img {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wo26-blog-card__thumb img,
  .wo26-news-teaser__thumb img {
    height: 100% !important;
    object-fit: cover;
  }

  .wo26-single-content [style*="width"],
  .wo26-single-content [style*="min-width"],
  .wo26-single-content [width] {
    max-width: 100% !important;
  }

  .wo26-single-content .alignleft,
  .wo26-single-content .alignright,
  .wo26-single-content .aligncenter {
    float: none !important;
    display: block !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wo26-news-archive-hero h1,
  .wo26-news-archive-hero h1 a {
    color: #ffffff !important;
  }

  .wo26-news-archive-hero .wo26-kicker,
  .wo26-news-archive-hero p:not(.wo26-kicker),
  .wo26-news-archive-hero .breadcrumbs,
  .wo26-news-archive-hero .breadcrumbs a {
    color: rgba(255,255,255,.86) !important;
  }
}

/* Odpady SEO Ultra 2026 Test v2.0.27: Organization schema address hotfix - streetAddress + postalCode for PostalAddress. */


/* Odpady SEO Ultra 2026 Test v2.0.28: category centering + responsive content tables
   Zakres: wyłącznie wpisy/strony — bez zmian w schema, treści, URL-ach i meta. */
.wo26-single-category,
.wo26-single-meta-card .wo26-single-category,
.single .wo26-single-category,
.single-post .wo26-single-category {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  white-space: normal !important;
}

@media (max-width: 640px) {
  .wo26-single-meta-card .wo26-author-pill,
  .wo26-single-meta-card .wo26-meta-pill {
    justify-content: center !important;
    text-align: center !important;
  }

  .wo26-single-meta-card .wo26-author-pill__content {
    text-align: center !important;
  }

  .wo26-single-category,
  .wo26-single-meta-card .wo26-single-category {
    width: 100% !important;
    min-height: 52px;
    padding-left: 18px !important;
    padding-right: 18px !important;
    line-height: 1.22;
  }
}

.wo26-single-content .wp-block-table,
.wo26-content .wp-block-table,
.entry-content .wp-block-table,
.wo26-legacy-content .wp-block-table {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 1.6rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(20,32,27,.10);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(20,32,27,.07);
}

.wo26-single-content table,
.wo26-content table,
.entry-content table,
.wo26-legacy-content table,
.page .site-main table,
.single .site-main table {
  width: 100% !important;
  max-width: 100% !important;
  margin: 1.6rem 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
  overflow: hidden;
  border: 1px solid rgba(20,32,27,.10) !important;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(20,32,27,.07);
}

.wo26-single-content .wp-block-table table,
.wo26-content .wp-block-table table,
.entry-content .wp-block-table table,
.wo26-legacy-content .wp-block-table table {
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0;
  box-shadow: none;
}

.wo26-single-content table caption,
.wo26-content table caption,
.entry-content table caption,
.wo26-legacy-content table caption {
  padding: 12px 14px;
  color: var(--wo-muted);
  font-size: .92rem;
  text-align: left;
}

.wo26-single-content table th,
.wo26-single-content table td,
.wo26-content table th,
.wo26-content table td,
.entry-content table th,
.entry-content table td,
.wo26-legacy-content table th,
.wo26-legacy-content table td,
.page .site-main table th,
.page .site-main table td,
.single .site-main table th,
.single .site-main table td {
  padding: 13px 15px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(20,32,27,.09) !important;
  color: var(--wo-text);
  font-size: .98rem;
  line-height: 1.48;
  text-align: left;
  vertical-align: top;
  overflow-wrap: anywhere;
  word-break: normal;
}

.wo26-single-content table th,
.wo26-content table th,
.entry-content table th,
.wo26-legacy-content table th,
.page .site-main table th,
.single .site-main table th {
  background: linear-gradient(135deg, #123018 0%, #1f7a3c 100%) !important;
  color: #ffffff !important;
  font-weight: 800;
  letter-spacing: .01em;
}

.wo26-single-content table tbody tr:nth-child(even),
.wo26-content table tbody tr:nth-child(even),
.entry-content table tbody tr:nth-child(even),
.wo26-legacy-content table tbody tr:nth-child(even),
.page .site-main table tbody tr:nth-child(even),
.single .site-main table tbody tr:nth-child(even) {
  background: rgba(243,250,244,.72);
}

.wo26-single-content table tr:last-child th,
.wo26-single-content table tr:last-child td,
.wo26-content table tr:last-child th,
.wo26-content table tr:last-child td,
.entry-content table tr:last-child th,
.entry-content table tr:last-child td,
.wo26-legacy-content table tr:last-child th,
.wo26-legacy-content table tr:last-child td {
  border-bottom: 0 !important;
}

@media (max-width: 767px) {
  .wo26-single-content .wp-block-table,
  .wo26-content .wp-block-table,
  .entry-content .wp-block-table,
  .wo26-legacy-content .wp-block-table {
    margin: 1.25rem 0;
    border-radius: 16px;
  }

  .wo26-single-content table,
  .wo26-content table,
  .entry-content table,
  .wo26-legacy-content table,
  .page .site-main table,
  .single .site-main table {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 1.25rem 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    box-sizing: border-box;
  }

  .wo26-single-content table thead,
  .wo26-single-content table tbody,
  .wo26-single-content table tfoot,
  .wo26-content table thead,
  .wo26-content table tbody,
  .wo26-content table tfoot,
  .entry-content table thead,
  .entry-content table tbody,
  .entry-content table tfoot,
  .wo26-legacy-content table thead,
  .wo26-legacy-content table tbody,
  .wo26-legacy-content table tfoot {
    width: 100%;
  }

  .wo26-single-content table th,
  .wo26-single-content table td,
  .wo26-content table th,
  .wo26-content table td,
  .entry-content table th,
  .entry-content table td,
  .wo26-legacy-content table th,
  .wo26-legacy-content table td,
  .page .site-main table th,
  .page .site-main table td,
  .single .site-main table th,
  .single .site-main table td {
    min-width: 118px;
    padding: 11px 12px !important;
    font-size: .92rem;
    line-height: 1.42;
    white-space: normal;
  }

  .wo26-single-content,
  .wo26-content,
  .entry-content,
  .wo26-legacy-content,
  .page .site-main,
  .single .site-main {
    overflow-x: hidden !important;
  }
}

/* Odpady SEO Ultra 2026 Test: table typography hotfix — headers + Polish orphans on mobile */
.wo26-single-content table th,
.wo26-content table th,
.entry-content table th,
.wo26-legacy-content table th,
.page .site-main table th,
.single .site-main table th,
.wp-block-table table th {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
  letter-spacing: .005em !important;
  line-height: 1.34 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

.wo26-single-content table td,
.wo26-content table td,
.entry-content table td,
.wo26-legacy-content table td,
.page .site-main table td,
.single .site-main table td,
.wp-block-table table td {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: pretty;
}

.wo26-single-content table th *,
.wo26-content table th *,
.entry-content table th *,
.wo26-legacy-content table th *,
.page .site-main table th *,
.single .site-main table th *,
.wp-block-table table th * {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.wo26-single-content table td *,
.wo26-content table td *,
.entry-content table td *,
.wo26-legacy-content table td *,
.page .site-main table td *,
.single .site-main table td *,
.wp-block-table table td * {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 767px) {
  .wo26-single-content .wp-block-table,
  .wo26-content .wp-block-table,
  .entry-content .wp-block-table,
  .wo26-legacy-content .wp-block-table {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .wo26-single-content table,
  .wo26-content table,
  .entry-content table,
  .wo26-legacy-content table,
  .page .site-main table,
  .single .site-main table,
  .wp-block-table table {
    min-width: 620px !important;
    max-width: none !important;
    table-layout: auto !important;
  }

  .wo26-single-content table th,
  .wo26-single-content table td,
  .wo26-content table th,
  .wo26-content table td,
  .entry-content table th,
  .entry-content table td,
  .wo26-legacy-content table th,
  .wo26-legacy-content table td,
  .page .site-main table th,
  .page .site-main table td,
  .single .site-main table th,
  .single .site-main table td,
  .wp-block-table table th,
  .wp-block-table table td {
    min-width: 165px !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .wo26-single-content table th,
  .wo26-content table th,
  .entry-content table th,
  .wo26-legacy-content table th,
  .page .site-main table th,
  .single .site-main table th,
  .wp-block-table table th {
    font-size: .88rem !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 1.28 !important;
  }
}


/* Odpady SEO Ultra 2026 Test: mobile table layout final hotfix — stacked cards + readable labels */
:where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table th,
:where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table thead td,
:where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-has-header-row > tbody > tr:first-child > td,
:where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-has-header-row > tr:first-child > td {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.28 !important;
  letter-spacing: .005em !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

:where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table td,
:where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table td * {
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

@media (max-width: 767px) {
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) .wp-block-table,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) .ns26-table-mobile-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.25rem 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 1.25rem 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-spacing: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    table-layout: auto !important;
    overflow: visible !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack thead,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack tr.ns26-table-heading-row {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack tbody,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack tfoot {
    display: block !important;
    width: 100% !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack tr:not(.ns26-table-heading-row) {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 14px !important;
    overflow: hidden !important;
    border: 1px solid rgba(20,32,27,.10) !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(20,32,27,.08) !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack tr:not(.ns26-table-heading-row):last-child {
    margin-bottom: 0 !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th {
    display: grid !important;
    grid-template-columns: minmax(116px, 36%) minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 13px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(20,32,27,.08) !important;
    color: var(--wo-text, #14201b) !important;
    background: #ffffff !important;
    font-size: .96rem !important;
    font-weight: 500 !important;
    line-height: 1.46 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    box-sizing: border-box !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack tr:not(.ns26-table-heading-row) > :last-child {
    border-bottom: 0 !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td::before,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th::before {
    content: attr(data-label);
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 36px !important;
    padding: 8px 10px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #123018 0%, #1f7a3c 100%) !important;
    color: #ffffff !important;
    font-size: .82rem !important;
    font-weight: 600 !important;
    line-height: 1.22 !important;
    text-align: center !important;
    letter-spacing: .005em !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
    text-wrap: balance;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td[data-label=""]::before,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th[data-label=""]::before {
    display: none !important;
    content: none !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td > *,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th > * {
    min-width: 0 !important;
    max-width: 100% !important;
    color: inherit !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }
}

@media (max-width: 430px) {
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 12px !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td::before,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th::before {
    justify-self: start !important;
    width: auto !important;
    max-width: 100% !important;
  }
}


/* 2026-05 v2.0.31: mobile graphic header for the "Gdzie wyrzucać" section */
.page-top.page-top--guides {
  background:
    linear-gradient(90deg, rgba(67,179,75,.28) 0%, rgba(67,179,75,.10) 18%, rgba(16,24,23,.08) 40%, rgba(0,0,0,0) 100%),
    url('') no-repeat right 6% center / clamp(300px, 40vw, 640px) auto,
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.30), transparent 34%),
    linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
}

.page-top.page-top--guides h1,
.page-top.page-top--guides .breadcrumbs,
.page-top.page-top--guides .breadcrumbs a {
  color: #ffffff !important;
}

@media (max-width: 900px) {
  .page-top.page-top--guides {
    background:
      linear-gradient(90deg, rgba(8,16,15,.94) 0%, rgba(8,16,15,.82) 48%, rgba(8,16,15,.50) 100%),
      url('') no-repeat right -32px center / min(470px, 92vw) auto,
      radial-gradient(circle at 12% 8%, rgba(67,179,75,.30), transparent 36%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
    padding-top: clamp(72px, 17vw, 110px) !important;
    padding-bottom: clamp(42px, 10vw, 72px) !important;
  }
}

@media (max-width: 480px) {
  .page-top.page-top--guides {
    background:
      linear-gradient(90deg, rgba(8,16,15,.96) 0%, rgba(8,16,15,.84) 58%, rgba(8,16,15,.62) 100%),
      url('') no-repeat right -76px center / 430px auto,
      radial-gradient(circle at 10% 6%, rgba(67,179,75,.26), transparent 34%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  }

  .page-top.page-top--guides h1 {
    max-width: 86%;
  }
}


/* 2026-05 v2.0.32: nagłówek Aktualności wizualnie jak nagłówek "Gdzie wyrzucać" */
.wo26-news-archive-hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(34px, 5vw, 60px) !important;
  color: #ffffff !important;
  background:
    linear-gradient(90deg, rgba(67,179,75,.28) 0%, rgba(67,179,75,.10) 18%, rgba(16,24,23,.08) 40%, rgba(0,0,0,0) 100%),
    url('') no-repeat right 6% center / clamp(300px, 40vw, 640px) auto,
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.30), transparent 34%),
    linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
}

.wo26-news-archive-hero .wo26-container {
  position: relative;
  z-index: 1;
}

.wo26-news-archive-hero h1,
.wo26-news-archive-hero h1 a {
  max-width: 760px !important;
  color: #ffffff !important;
}

.wo26-news-archive-hero .wo26-kicker {
  color: #93ec69 !important;
}

.wo26-news-archive-hero p:not(.wo26-kicker),
.wo26-news-archive-hero .breadcrumbs,
.wo26-news-archive-hero .breadcrumbs a {
  color: rgba(255,255,255,.82) !important;
}

@media (max-width: 900px) {
  .wo26-news-archive-hero {
    background:
      linear-gradient(90deg, rgba(8,16,15,.94) 0%, rgba(8,16,15,.82) 48%, rgba(8,16,15,.50) 100%),
      url('') no-repeat right -32px center / min(470px, 92vw) auto,
      radial-gradient(circle at 12% 8%, rgba(67,179,75,.30), transparent 36%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
    padding-top: clamp(72px, 17vw, 110px) !important;
    padding-bottom: clamp(42px, 10vw, 72px) !important;
  }
}

@media (max-width: 480px) {
  .wo26-news-archive-hero {
    background:
      linear-gradient(90deg, rgba(8,16,15,.96) 0%, rgba(8,16,15,.84) 58%, rgba(8,16,15,.62) 100%),
      url('') no-repeat right -76px center / 430px auto,
      radial-gradient(circle at 10% 6%, rgba(67,179,75,.26), transparent 34%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  }

  .wo26-news-archive-hero h1 {
    max-width: 86% !important;
  }
}


/* 2026-05 v2.0.33: delikatniejsze szkice w nagłówkach sekcji */
.page-top.page-top--guides,
.wo26-news-archive-hero {
  background:
    linear-gradient(90deg, rgba(8,16,15,.88) 0%, rgba(8,16,15,.72) 42%, rgba(8,16,15,.34) 100%),
    url('assets/img/communal-sketch-soft.svg') no-repeat right 7% center / clamp(280px, 34vw, 540px) auto,
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.24), transparent 34%),
    linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
}

@media (max-width: 900px) {
  .page-top.page-top--guides,
  .wo26-news-archive-hero {
    background:
      linear-gradient(90deg, rgba(8,16,15,.96) 0%, rgba(8,16,15,.88) 56%, rgba(8,16,15,.68) 100%),
      url('assets/img/communal-sketch-soft.svg') no-repeat right -58px center / min(390px, 80vw) auto,
      radial-gradient(circle at 12% 8%, rgba(67,179,75,.22), transparent 36%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  }
}

@media (max-width: 480px) {
  .page-top.page-top--guides,
  .wo26-news-archive-hero {
    background:
      linear-gradient(90deg, rgba(8,16,15,.98) 0%, rgba(8,16,15,.92) 64%, rgba(8,16,15,.78) 100%),
      url('assets/img/communal-sketch-soft.svg') no-repeat right -118px center / 340px auto,
      radial-gradient(circle at 10% 6%, rgba(67,179,75,.20), transparent 34%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  }
}

/* 2026-05 v2.0.34: całkowite usunięcie szkiców z nagłówków Aktualności i Gdzie wyrzucać */
.page-top.page-top--guides,
.wo26-news-archive-hero {
  background:
    linear-gradient(90deg, rgba(8,16,15,.88) 0%, rgba(8,16,15,.74) 48%, rgba(8,16,15,.38) 100%),
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.24), transparent 34%),
    linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  background-image:
    linear-gradient(90deg, rgba(8,16,15,.88) 0%, rgba(8,16,15,.74) 48%, rgba(8,16,15,.38) 100%),
    radial-gradient(circle at 12% 10%, rgba(67,179,75,.24), transparent 34%),
    linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
}

@media (max-width: 900px) {
  .page-top.page-top--guides,
  .wo26-news-archive-hero {
    background:
      linear-gradient(90deg, rgba(8,16,15,.96) 0%, rgba(8,16,15,.88) 58%, rgba(8,16,15,.72) 100%),
      radial-gradient(circle at 12% 8%, rgba(67,179,75,.22), transparent 36%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
    background-image:
      linear-gradient(90deg, rgba(8,16,15,.96) 0%, rgba(8,16,15,.88) 58%, rgba(8,16,15,.72) 100%),
      radial-gradient(circle at 12% 8%, rgba(67,179,75,.22), transparent 36%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  }
}

@media (max-width: 480px) {
  .page-top.page-top--guides,
  .wo26-news-archive-hero {
    background:
      linear-gradient(90deg, rgba(8,16,15,.98) 0%, rgba(8,16,15,.92) 64%, rgba(8,16,15,.82) 100%),
      radial-gradient(circle at 10% 6%, rgba(67,179,75,.20), transparent 34%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
    background-image:
      linear-gradient(90deg, rgba(8,16,15,.98) 0%, rgba(8,16,15,.92) 64%, rgba(8,16,15,.82) 100%),
      radial-gradient(circle at 10% 6%, rgba(67,179,75,.20), transparent 34%),
      linear-gradient(135deg, #0c1512, #0e2620 60%, #0b1e1a 100%) !important;
  }

  .page-top.page-top--guides h1,
  .wo26-news-archive-hero h1 {
    max-width: 100% !important;
  }
}


/* 2026-05 v2.0.35: mobile table label/button fit fix for long column names */
@media (max-width: 767px) {
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 12px 13px !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td::before,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th::before {
    justify-self: start !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0 !important;
    padding: 7px 11px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    hyphens: none !important;
    line-height: 1.24 !important;
    text-align: center !important;
  }

  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack td > *,
  :where(.single, .single-post, .page) :where(.wo26-single-content, .wo26-content, .entry-content, .wo26-legacy-content, .site-main) table.ns26-mobile-stack th > * {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}



/* 2026-05 v2.0.36: kontakt — większy oddech od lewej krawędzi i wyrównanie checkboxa zgody */
.wo26-contact-page-section.container {
  padding-left: clamp(24px, 3.5vw, 36px) !important;
  padding-right: clamp(20px, 3.5vw, 36px) !important;
}

.wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback) :where(.wpcf7-acceptance, .wpcf7-checkbox, .acceptance, .checkbox),
.wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback) :where(.wpcf7-acceptance, .wpcf7-checkbox, .acceptance, .checkbox) {
  width: 100% !important;
  margin-left: 0 !important;
}

.wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback) :where(.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item),
.wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback) :where(.wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item) {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
}

.wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback) :where(.acceptance label, .checkbox label, .wpcf7-list-item > label),
.wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback) :where(.acceptance label, .checkbox label, .wpcf7-list-item > label) {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  width: 100% !important;
  margin-left: 0 !important;
  text-align: left !important;
}

.wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback) input[type="checkbox"],
.wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback) input[type="checkbox"] {
  grid-column: 1 !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  margin: 0 !important;
  margin-top: .06em !important;
  align-self: start !important;
  justify-self: start !important;
  transform: none !important;
}

.wo26-contact-page :where(.wpcf7-list-item-label, .checkbox-text),
.wo26-contact-page-section :where(.wpcf7-list-item-label, .checkbox-text) {
  grid-column: 2 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: block !important;
  line-height: 1.55 !important;
}

@media (max-width: 640px) {
  .wo26-contact-page-section.container {
    padding-left: 28px !important;
    padding-right: 20px !important;
  }

  .wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback) :where(.acceptance label, .checkbox label, .wpcf7-list-item > label),
  .wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback) :where(.acceptance label, .checkbox label, .wpcf7-list-item > label) {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    column-gap: 11px !important;
  }

  .wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback) input[type="checkbox"],
  .wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback) input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin-top: .04em !important;
  }
}


/* 2026-05 v2.0.37: kontakt — taki sam odstęp i wyrównanie zgody także na desktopie */
@media (min-width: 769px) {
  .wo26-contact-page-section.container {
    padding-left: clamp(42px, 5vw, 72px) !important;
    padding-right: clamp(28px, 4vw, 56px) !important;
  }
}

.wo26-contact-page :where(.ns26-quote-form__rodo),
.wo26-contact-page-section :where(.ns26-quote-form__rodo) {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  column-gap: 11px !important;
  row-gap: 0 !important;
  width: 100% !important;
  text-align: left !important;
}

.wo26-contact-page :where(.ns26-quote-form__rodo input[type="checkbox"]),
.wo26-contact-page-section :where(.ns26-quote-form__rodo input[type="checkbox"]) {
  grid-column: 1 !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  margin: 0 !important;
  margin-top: .11em !important;
  align-self: start !important;
  justify-self: start !important;
  transform: none !important;
}

.wo26-contact-page :where(.ns26-quote-form__rodo span),
.wo26-contact-page-section :where(.ns26-quote-form__rodo span) {
  grid-column: 2 !important;
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  line-height: 1.55 !important;
}

@media (max-width: 640px) {
  .wo26-contact-page :where(.ns26-quote-form__rodo input[type="checkbox"]),
  .wo26-contact-page-section :where(.ns26-quote-form__rodo input[type="checkbox"]) {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin-top: .08em !important;
  }
}


/* 2026-05 v2.0.38: kontakt — wewnętrzny odstęp od krawędzi boksu + checkbox zgody równo z tekstem */
.wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback, form),
.wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback, form) {
  box-sizing: border-box !important;
  padding-left: clamp(28px, 3.2vw, 46px) !important;
  padding-right: clamp(28px, 3.2vw, 46px) !important;
}

.wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback, form) > *,
.wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback, form) > * {
  min-width: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.wo26-contact-page :where(.wpcf7-acceptance, .wpcf7-checkbox, .acceptance, .checkbox, .ns26-quote-form__rodo),
.wo26-contact-page-section :where(.wpcf7-acceptance, .wpcf7-checkbox, .acceptance, .checkbox, .ns26-quote-form__rodo) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.wo26-contact-page :where(.wpcf7-acceptance label, .wpcf7-checkbox label, .acceptance label, .checkbox label, .wpcf7-list-item > label, .ns26-quote-form__rodo),
.wo26-contact-page-section :where(.wpcf7-acceptance label, .wpcf7-checkbox label, .acceptance label, .checkbox label, .wpcf7-list-item > label, .ns26-quote-form__rodo) {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: left !important;
}

.wo26-contact-page :where(.wpcf7-acceptance input[type="checkbox"], .wpcf7-checkbox input[type="checkbox"], .acceptance input[type="checkbox"], .checkbox input[type="checkbox"], .ns26-quote-form__rodo input[type="checkbox"]),
.wo26-contact-page-section :where(.wpcf7-acceptance input[type="checkbox"], .wpcf7-checkbox input[type="checkbox"], .acceptance input[type="checkbox"], .checkbox input[type="checkbox"], .ns26-quote-form__rodo input[type="checkbox"]) {
  grid-column: 1 !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  margin: 0 !important;
  margin-top: .08em !important;
  align-self: start !important;
  justify-self: start !important;
  transform: none !important;
}

.wo26-contact-page :where(.wpcf7-list-item-label, .checkbox-text, .ns26-quote-form__rodo span),
.wo26-contact-page-section :where(.wpcf7-list-item-label, .checkbox-text, .ns26-quote-form__rodo span) {
  grid-column: 2 !important;
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  line-height: 1.55 !important;
  padding-top: 0 !important;
}

@media (max-width: 640px) {
  .wo26-contact-page :where(.wpcf7-form, .wo26-form-fallback, form),
  .wo26-contact-page-section :where(.wpcf7-form, .wo26-form-fallback, form) {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .wo26-contact-page :where(.wpcf7-acceptance label, .wpcf7-checkbox label, .acceptance label, .checkbox label, .wpcf7-list-item > label, .ns26-quote-form__rodo),
  .wo26-contact-page-section :where(.wpcf7-acceptance label, .wpcf7-checkbox label, .acceptance label, .checkbox label, .wpcf7-list-item > label, .ns26-quote-form__rodo) {
    grid-template-columns: 22px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }
}


/* 2026-05 v2.0.39: kontakt — finalny wewnętrzny odstęp boksu + checkbox zgody, mobile i desktop */
body.wo26-is-contact-page .wo26-contact-page-section,
body.wo26-is-contact-page .wo26-contact-page-section.container,
body.wo26-is-contact-page main .container.row-padding {
  box-sizing: border-box !important;
  padding-left: clamp(18px, 3vw, 34px) !important;
  padding-right: clamp(18px, 3vw, 34px) !important;
}

body.wo26-is-contact-page article.wo26-contact-page,
body.wo26-is-contact-page .wo26-contact-page,
body.wo26-is-contact-page .wo26-contact-box-spacing-fix {
  box-sizing: border-box !important;
  padding-left: clamp(18px, 2.8vw, 36px) !important;
  padding-right: clamp(18px, 2.8vw, 36px) !important;
}

body.wo26-is-contact-page .wo26-contact-page :where(.wo26-card, .wo26-footer-card, .ns26-quote-card, .wp-block-group.has-background, .wp-block-cover, .wpcf7, .wo26-form-fallback),
body.wo26-is-contact-page .wo26-contact-page-section :where(.wo26-card, .wo26-footer-card, .ns26-quote-card, .wp-block-group.has-background, .wp-block-cover, .wpcf7, .wo26-form-fallback) {
  box-sizing: border-box !important;
  padding-left: clamp(18px, 2.6vw, 34px) !important;
  padding-right: clamp(18px, 2.6vw, 34px) !important;
}

body.wo26-is-contact-page .wo26-contact-page :where(form, .wpcf7-form, .ns26-quote-form),
body.wo26-is-contact-page .wo26-contact-page-section :where(form, .wpcf7-form, .ns26-quote-form) {
  box-sizing: border-box !important;
  max-width: 100% !important;
}

body.wo26-is-contact-page .wo26-contact-page :where(input, select, textarea, button),
body.wo26-is-contact-page .wo26-contact-page-section :where(input, select, textarea, button) {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

body.wo26-is-contact-page .wo26-contact-checkbox-line,
body.wo26-is-contact-page :where(.ns26-quote-form__rodo, .wpcf7-acceptance .wpcf7-list-item > label, .wpcf7-checkbox .wpcf7-list-item > label, .acceptance label, .checkbox label):has(input[type="checkbox"]) {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

body.wo26-is-contact-page .wo26-contact-checkbox-line input[type="checkbox"],
body.wo26-is-contact-page :where(.ns26-quote-form__rodo, .wpcf7-acceptance .wpcf7-list-item > label, .wpcf7-checkbox .wpcf7-list-item > label, .acceptance label, .checkbox label) input[type="checkbox"] {
  flex: 0 0 21px !important;
  width: 21px !important;
  height: 21px !important;
  min-width: 21px !important;
  max-width: 21px !important;
  margin: .15em 0 0 0 !important;
  align-self: flex-start !important;
  transform: none !important;
}

body.wo26-is-contact-page .wo26-contact-checkbox-line :where(span, .wpcf7-list-item-label, .checkbox-text),
body.wo26-is-contact-page :where(.ns26-quote-form__rodo, .wpcf7-acceptance .wpcf7-list-item > label, .wpcf7-checkbox .wpcf7-list-item > label, .acceptance label, .checkbox label) :where(span, .wpcf7-list-item-label, .checkbox-text) {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  line-height: 1.55 !important;
  padding-top: 0 !important;
  text-align: left !important;
}

@media (max-width: 640px) {
  body.wo26-is-contact-page .wo26-contact-page-section,
  body.wo26-is-contact-page .wo26-contact-page-section.container,
  body.wo26-is-contact-page main .container.row-padding,
  body.wo26-is-contact-page article.wo26-contact-page,
  body.wo26-is-contact-page .wo26-contact-page,
  body.wo26-is-contact-page .wo26-contact-box-spacing-fix {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.wo26-is-contact-page .wo26-contact-page :where(.wo26-card, .wo26-footer-card, .ns26-quote-card, .wp-block-group.has-background, .wp-block-cover, .wpcf7, .wo26-form-fallback),
  body.wo26-is-contact-page .wo26-contact-page-section :where(.wo26-card, .wo26-footer-card, .ns26-quote-card, .wp-block-group.has-background, .wp-block-cover, .wpcf7, .wo26-form-fallback) {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.wo26-is-contact-page .wo26-contact-checkbox-line input[type="checkbox"],
  body.wo26-is-contact-page :where(.ns26-quote-form__rodo, .wpcf7-acceptance .wpcf7-list-item > label, .wpcf7-checkbox .wpcf7-list-item > label, .acceptance label, .checkbox label) input[type="checkbox"] {
    flex-basis: 22px !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    margin-top: .13em !important;
  }
}


/* 2026-05 v2.0.40: final — identyczne tło nagłówków Aktualności/Gdzie wyrzucać + precyzyjny checkbox Kontakt */
.page-top.page-top--guides,
.wo26-news-archive-hero {
  --wo26-shared-section-bg-a: linear-gradient(90deg, rgba(8,16,15,.90) 0%, rgba(8,16,15,.76) 50%, rgba(8,16,15,.42) 100%);
  --wo26-shared-section-bg-b: radial-gradient(circle at 12% 10%, rgba(67,179,75,.24), transparent 34%);
  --wo26-shared-section-bg-c: linear-gradient(135deg, #0c1512 0%, #0e2620 60%, #0b1e1a 100%);
  background: var(--wo26-shared-section-bg-a), var(--wo26-shared-section-bg-b), var(--wo26-shared-section-bg-c) !important;
  background-image: var(--wo26-shared-section-bg-a), var(--wo26-shared-section-bg-b), var(--wo26-shared-section-bg-c) !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center center, 12% 10%, center center !important;
  background-size: cover, auto, cover !important;
  color: #ffffff !important;
}

.page-top.page-top--guides::before,
.page-top.page-top--guides::after,
.wo26-news-archive-hero::before,
.wo26-news-archive-hero::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

.page-top.page-top--guides h1,
.wo26-news-archive-hero h1,
.wo26-news-archive-hero h1 a {
  color: #ffffff !important;
}

.page-top.page-top--guides .breadcrumbs,
.page-top.page-top--guides .breadcrumbs a,
.wo26-news-archive-hero .breadcrumbs,
.wo26-news-archive-hero .breadcrumbs a,
.wo26-news-archive-hero p:not(.wo26-kicker) {
  color: rgba(255,255,255,.84) !important;
}

@media (max-width: 900px) {
  .page-top.page-top--guides,
  .wo26-news-archive-hero {
    --wo26-shared-section-bg-a: linear-gradient(90deg, rgba(8,16,15,.96) 0%, rgba(8,16,15,.88) 58%, rgba(8,16,15,.74) 100%);
    --wo26-shared-section-bg-b: radial-gradient(circle at 12% 8%, rgba(67,179,75,.22), transparent 36%);
    background: var(--wo26-shared-section-bg-a), var(--wo26-shared-section-bg-b), var(--wo26-shared-section-bg-c) !important;
    background-image: var(--wo26-shared-section-bg-a), var(--wo26-shared-section-bg-b), var(--wo26-shared-section-bg-c) !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center center, 12% 8%, center center !important;
    background-size: cover, auto, cover !important;
  }
}

@media (max-width: 480px) {
  .page-top.page-top--guides,
  .wo26-news-archive-hero {
    --wo26-shared-section-bg-a: linear-gradient(90deg, rgba(8,16,15,.98) 0%, rgba(8,16,15,.92) 64%, rgba(8,16,15,.82) 100%);
    --wo26-shared-section-bg-b: radial-gradient(circle at 10% 6%, rgba(67,179,75,.20), transparent 34%);
    background: var(--wo26-shared-section-bg-a), var(--wo26-shared-section-bg-b), var(--wo26-shared-section-bg-c) !important;
    background-image: var(--wo26-shared-section-bg-a), var(--wo26-shared-section-bg-b), var(--wo26-shared-section-bg-c) !important;
    background-repeat: no-repeat, no-repeat, no-repeat !important;
    background-position: center center, 10% 6%, center center !important;
    background-size: cover, auto, cover !important;
  }
}

body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  align-items: start !important;
  justify-content: start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
}

body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) > input[type="checkbox"],
body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) input[type="checkbox"]:first-child {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: .18em 0 0 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: start !important;
  vertical-align: top !important;
  transform: none !important;
  position: static !important;
}

body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) > :where(.wpcf7-list-item-label, .checkbox-text, .wo26-contact-checkbox-text-final),
body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) > input[type="checkbox"] + :where(span, .wpcf7-list-item-label, .checkbox-text),
body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) :where(.wpcf7-list-item-label, .checkbox-text, .wo26-contact-checkbox-text-final) {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.52 !important;
  text-align: left !important;
}

@media (max-width: 640px) {
  body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) > input[type="checkbox"],
  body.wo26-is-contact-page :where(label.wo26-contact-checkbox-row-final, .wo26-contact-checkbox-row-final, .wo26-contact-checkbox-line) input[type="checkbox"]:first-child {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin-top: .19em !important;
  }
}

/* 2026-05 v2.0.41: twardy fallback — identyczne tło nagłówków Aktualności/Gdzie wyrzucać + checkbox Kontakt */
:root {
  --wo26-v41-section-bg: linear-gradient(135deg, #0c1512 0%, #0e2620 58%, #0b1e1a 100%);
  --wo26-v41-section-glow: radial-gradient(circle at 14% 12%, rgba(67,179,75,.22), transparent 36%);
}

.page-top.wo26-section-hero,
.page-top.wo26-section-hero--shared,
.page-top.page-top--guides,
.wo26-news-archive-hero,
.wo26-news-archive-hero.page-top,
body.blog .wo26-news-archive-hero,
body.home.blog .wo26-news-archive-hero,
body.archive .wo26-news-archive-hero {
  background-color: #0c1512 !important;
  background-image: var(--wo26-v41-section-glow), var(--wo26-v41-section-bg) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 14% 12%, center center !important;
  background-size: auto, cover !important;
  color: #ffffff !important;
}

.page-top.wo26-section-hero::before,
.page-top.wo26-section-hero::after,
.page-top.wo26-section-hero--shared::before,
.page-top.wo26-section-hero--shared::after,
.page-top.page-top--guides::before,
.page-top.page-top--guides::after,
.wo26-news-archive-hero::before,
.wo26-news-archive-hero::after {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
}

.page-top.wo26-section-hero h1,
.page-top.wo26-section-hero--shared h1,
.page-top.page-top--guides h1,
.wo26-news-archive-hero h1,
.wo26-news-archive-hero h1 a {
  color: #ffffff !important;
}

.page-top.wo26-section-hero .breadcrumbs,
.page-top.wo26-section-hero .breadcrumbs a,
.page-top.wo26-section-hero--shared .breadcrumbs,
.page-top.wo26-section-hero--shared .breadcrumbs a,
.page-top.page-top--guides .breadcrumbs,
.page-top.page-top--guides .breadcrumbs a,
.wo26-news-archive-hero .breadcrumbs,
.wo26-news-archive-hero .breadcrumbs a,
.wo26-news-archive-hero p:not(.wo26-kicker) {
  color: rgba(255,255,255,.84) !important;
}

body.wo26-is-contact-page label.wo26-contact-checkbox-row-v41,
body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  align-items: start !important;
  justify-content: start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  box-sizing: border-box !important;
  line-height: 1.52 !important;
}

body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 > input[type="checkbox"].wo26-contact-checkbox-input-v41,
body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 input[type="checkbox"].wo26-contact-checkbox-input-v41 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  max-height: 18px !important;
  margin: .21em 0 0 0 !important;
  padding: 0 !important;
  align-self: start !important;
  justify-self: start !important;
  vertical-align: top !important;
  float: none !important;
  transform: none !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  accent-color: #1f7a3c !important;
}

body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 > .wo26-contact-checkbox-text-v41,
body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 > .wpcf7-list-item-label,
body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 .wo26-contact-checkbox-text-v41,
body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 .wpcf7-list-item-label,
body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 .checkbox-text {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.52 !important;
  text-align: left !important;
}

@media (max-width: 640px) {
  .page-top.wo26-section-hero,
  .page-top.wo26-section-hero--shared,
  .page-top.page-top--guides,
  .wo26-news-archive-hero,
  .wo26-news-archive-hero.page-top {
    background-image: radial-gradient(circle at 12% 8%, rgba(67,179,75,.20), transparent 34%), var(--wo26-v41-section-bg) !important;
    background-position: 12% 8%, center center !important;
    background-size: auto, cover !important;
  }

  body.wo26-is-contact-page label.wo26-contact-checkbox-row-v41,
  body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 {
    grid-template-columns: 18px minmax(0, 1fr) !important;
    column-gap: 10px !important;
  }

  body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 > input[type="checkbox"].wo26-contact-checkbox-input-v41,
  body.wo26-is-contact-page .wo26-contact-checkbox-row-v41 input[type="checkbox"].wo26-contact-checkbox-input-v41 {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    margin-top: .22em !important;
  }
}

/* 2026-05 v2.0.42: czysta wizualna ścieżka nawigacji bez mikrodata/RDFa */
.breadcrumbs .ns26-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs .ns26-breadcrumb-list > li {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.breadcrumbs .ns26-breadcrumb-list > li + li::before {
  content: "›";
  display: inline-block;
  margin: 0 .45em;
  opacity: .72;
}

.breadcrumbs .ns26-breadcrumb-list span[aria-current="page"] {
  color: inherit;
  opacity: .86;
}

/* ===================================================
   CONTACT PAGE — wo26-contact-*
   =================================================== */

.wo26-contact-page-section {
  padding-block: var(--wo-section);
}

.wo26-contact-wrapper {
  display: grid;
  gap: clamp(28px, 5vw, 48px);
}

@media (min-width: 900px) {
  .wo26-contact-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .wo26-contact-form-col {
    grid-column: 1 / -1;
  }
}

/* ---- Company block ---- */
.wo26-contact-company {
  margin-bottom: 0px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--wo-border);
  border-radius: var(--wo-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: var(--wo-shadow-soft);
}

.wo26-contact-company__name {
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 2.6vw, 1.9rem);
}

.wo26-contact-company__address {
  font-style: normal;
  color: var(--wo-muted);
  line-height: 1.85;
}

.wo26-contact-company__nip {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(67,179,75,.10);
  color: var(--wo-green-dark);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
}

/* ---- Channel cards ---- */
.wo26-contact-channels {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.wo26-contact-channel {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: clamp(14px, 2.5vw, 18px) clamp(16px, 3vw, 22px);
  border: 1px solid var(--wo-border);
  border-radius: var(--wo-radius-sm);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: var(--wo-shadow-soft);
  transition: border-color .22s, box-shadow .22s, transform .22s;
}

.wo26-contact-channel:hover {
  border-color: rgba(67,179,75,.30);
  box-shadow: 0 10px 28px rgba(67,179,75,.09);
  transform: translateY(-1px);
}

.wo26-contact-channel__icon {
  flex-shrink: 0;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: linear-gradient(135deg, #e4f9d2, #cef0a0);
  color: var(--wo-green-dark);
}

.wo26-contact-channel__icon svg {
  width: 20px;
  height: 20px;
}

.wo26-contact-channel__body {
  min-width: 0;
}

.wo26-contact-channel__label {
  display: block;
  margin-bottom: 3px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--wo-muted);
}

.wo26-contact-channel__value {
  display: block;
  font-size: clamp(.98rem, 1.7vw, 1.14rem);
  font-weight: 700;
  color: var(--wo-text);
  letter-spacing: -.02em;
  transition: color .18s;
}

.wo26-contact-channel__value:hover {
  color: var(--wo-green-dark);
}

/* ---- Offer / shop block ---- */
.wo26-contact-offer {
  padding: clamp(18px, 3vw, 26px);
  border-radius: var(--wo-radius-sm);
  background: linear-gradient(135deg, #0d0d0d 0%, #17231e 100%);
  color: rgba(255,255,255,.78);
}

.wo26-contact-offer__label {
  margin: 0 0 16px;
  font-size: .92rem;
  line-height: 1.55;
  color: rgba(255,255,255,.68);
}

.wo26-contact-offer .wo26-btn {
  width: 100%;
  justify-content: center;
}

/* ---- Form column card ---- */
.wo26-contact-form-col {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--wo-border);
  border-radius: var(--wo-radius);
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf3 100%);
  box-shadow: var(--wo-shadow-soft);
}

.wo26-contact-form-col h2 {
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  margin-bottom: 8px;
}

.wo26-contact-form-col__sub {
  color: var(--wo-muted);
  margin-bottom: 24px;
  font-size: .96rem;
}

/* ===================================================
   CF7 FORM STYLES — .wo26-cf7-form
   =================================================== */

.wo26-cf7-form .wpcf7-form-control-wrap {
  display: block;
}

.wo26-cf7-row {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}

.wo26-cf7-row--2 {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 540px) {
  .wo26-cf7-row--2 {
    grid-template-columns: 1fr;
  }
}

.wo26-cf7-field {
  display: flex;
  flex-direction: column;
}

.wo26-cf7-field:last-child {
  margin-bottom: 12px;
}

.wo26-cf7-form input[type="text"],
.wo26-cf7-form input[type="email"],
.wo26-cf7-form input[type="tel"],
.wo26-cf7-form textarea {
  border: 1.5px solid var(--wo-border);
  border-radius: 14px;
  padding: 13px 16px;
  background: #fafcf8;
  color: var(--wo-text);
  font-size: .96rem;
  transition: border-color .2s, box-shadow .2s, background .2s;
}

.wo26-cf7-form input[type="text"]:focus,
.wo26-cf7-form input[type="email"]:focus,
.wo26-cf7-form input[type="tel"]:focus,
.wo26-cf7-form textarea:focus {
  border-color: var(--wo-green);
  background: #fff;
  outline: 3px solid rgba(67,179,75,.13);
  box-shadow: 0 4px 16px rgba(67,179,75,.07);
}

.wo26-cf7-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* Consent row */
.wo26-cf7-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 8px 0 18px;
  font-size: .83rem;
  color: var(--wo-muted);
  line-height: 1.6;
}

.wo26-cf7-consent .wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.wo26-cf7-consent input[type="checkbox"] {
  width: 17px;
  height: 17px;
  min-width: 17px;
  margin-top: 2px;
  border-radius: 5px;
  border: 1.5px solid var(--wo-border);
  accent-color: var(--wo-green);
  cursor: pointer;
}

/* Submit */
.wo26-cf7-form input[type="submit"] {
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  border: 0;
  background: linear-gradient(135deg, var(--wo-yellow), var(--wo-orange));
  color: #111;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(198,162,90,.24);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.wo26-cf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #e6c582, #c19b52);
  box-shadow: 0 18px 34px rgba(198,162,90,.32);
}

/* Validation */
.wo26-cf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: .8rem;
  color: #c03535;
}

.wo26-cf7-form span.wpcf7-not-valid input,
.wo26-cf7-form span.wpcf7-not-valid textarea {
  border-color: #e05c5c;
}

/* Response messages */
.wo26-cf7-form .wpcf7-response-output {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: .88rem;
}

.wo26-cf7-form .wpcf7-mail-sent-ok {
  border-color: var(--wo-green) !important;
  background: rgba(67,179,75,.07);
  color: var(--wo-green-dark);
}

.wo26-cf7-form .wpcf7-validation-errors,
.wo26-cf7-form .wpcf7-spam-blocked {
  border-color: #e05c5c !important;
  background: rgba(224,92,92,.06);
  color: #b83030;
}
