body {
  font-family: 'Open Sans', sans-serif;
}

.logo {
  font-family: 'Lato';
  font-weight: 700;
  letter-spacing: .39em;
  display: inline-block;
  position: relative;
  top: 4px;
  color: #58595B;
}

.container .navbar-collapse {
  flex-grow: 0;
}

.wyprodukowano-w-polsce {
  height: 60px;
  top: 2px;
  position: relative;
}

@media (min-width:768px) {
  .logo {
    margin-left: 11px;
    margin-right: 11px;
 }

  .wyprodukowano-w-polsce-header {
    flex-grow: 1;
    text-align: center;
  }
}
/*@media (min-width:768px) and (max-width:992px) { .steps { max-width:  90vw;              } }*/


#navbarActions {
  background: #00333D;
  color: white;
}

#navbarActions a {
  color: white;
}

#contact-small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 292px;
  gap: 20px;
  margin: 10px 14px;
  font-size: 14px;
}

.header-contact-action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(141, 217, 250, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .06);
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease;
}

.header-contact-action:hover {
  border-color: rgba(141, 217, 250, .58);
  background: rgba(255, 255, 255, .12);
}

.header-contact-action i {
  color: #8dd9fa;
  font-size: 14px;
}

.header-contact-action strong {
  font-size: 14px;
  font-weight: 800;
}

#buy-now-small {
  float: right;
  background: #218794;
  height: 37px;
  font-weight: 800;
  padding: 7px 22px;
  margin-top: 18px;
  margin-bottom: 20px;
  margin-right: 16.6px;
}

@media (max-width:767px)                       { .steps { max-width: 520px; width: 90vw; } }
@media (min-width:768px) and (max-width:992px) { .steps { max-width:  90vw;              } }

#steps-bg {
  width: 100vw;
  height: 105vw;
  max-height: 596px;
  margin-top: 13vw;
  background: #6B7D8F;
  left: 0;
  position: absolute;
  z-index:-1;
}

@media (min-width:768px) { #steps-bg { margin-top: 80px; max-height: 545px; } }
@media (min-width:992px) { #steps-bg { height: 250px; } }


@media (max-width:767px){
  #problem1-sleep  { max-width: 520px; width: 90vw; margin-top:   0px; margin-left: 0px; }
  #problem2-flood  { max-width: 520px; width: 90vw; margin-top: -22vw; margin-left: 0px; }
  #problem3-hose   { max-width: 520px; width: 90vw; margin-top: -19vw; margin-left: 0px; }
  #problem4-energy { max-width: 520px; width: 90vw; margin-top: -30vw; margin-left: 0px; }
}

@media (min-width:768px) and (max-width:992px){
  #problem1-sleep  { max-width: 90vw; margin-top:    0px; margin-left:   0px; }
  #problem2-flood  { max-width: 90vw; margin-top: -215px; margin-left: 205px; }
  #problem3-hose   { max-width: 90vw; margin-top: -155px; margin-left: 344px; }
  #problem4-energy { max-width: 90vw; margin-top: -215px; margin-left: 95px; }
}

@media (min-width:992px){
  #problems {
    height: 720px;
    position: relative;
  }

  #problem1-sleep  { position: absolute; top: 253px; left:   0px; }
  #problem2-flood  { position: absolute; top:  45px; left: 280px; }
  #problem3-hose   { position: absolute; top: 113px; left: 611px; z-index: -1;}
  #problem4-energy { position: absolute; top: 431px; left: 462px; }
}

#problems-heading {
  text-align: left;
  margin-left: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width:992px){
  #problems-heading {
    text-align: left;
    margin-left: 25px;
    margin-top: 100px;
    margin-bottom: -125px;
  }
}

.darkgray hr.break {
  background: #fff;
}

.gray hr.break, .darkgray hr.break {
  margin-top: 40px;
}

hr.break {
  height: 6px;
  background: #218794;
  width: 32px;
  margin-top: 50px;
  margin-bottom: 20px;
}

h1 {
  font-weight: 800;
  color: #218794;
  margin-bottom: 70px;
  margin-top: 78px;
}

h2 {
  text-align: center;
  font-weight: 800;
  margin-bottom: 35px;
}

.darkgray h2 {
  color: #D9E6F2;
}

.striked {
  display: inline-block;
  position: relative;
}

.striked::before {
  content: '';
  position: absolute;
  border-top: 2px solid #ED1C24;
  top: 50%;
  left: -15px;
  width: 117px;
  transform:rotate(-8deg);
  pointer-events: none;
}

.price {
  margin: 0 auto;
}

.price-old {
  margin-top: 50px;
  width: 230px;
  font-size: 27px;
  background: #F2F2F2;
  color: #6B7D8F;
}

.price-new {
  position: relative;
  margin-bottom: 50px;
  width: 230px;
  font-size: 50px;
  font-weight: 800;
  background: #00333D;
  color: #fff;
  padding: 5px 0;
}

.netto {
  font-size: 14px;
  position: absolute;
  right: 4px;
  bottom: 1px;
}

.buy-now-big {
  display: block;
  padding: 25px 60px;
  color: #fff;
  background: #218794;
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 50px;
}

.buy-now-big a {
  color: #fff;
}

#product-photo {
  width: 90%;
  /*margin: 5% 20px;*/
}

.full-width-photo {
  width: 90%;
  margin: 5% 20px;
}

.v-photo {
  width: 90%;
  margin: 20px 5%;
}

.app-photo {
  width: 90%;
  margin: 20px 5%;
  border: 2px solid #555;
  border-radius: 8px;
}

@media (min-width:992px){
  .collapsed .v-photo {
    width: 30%;
    margin: 20px 1.5%;
  }
  .collapsed .app-photo {
    width: 30%;
    margin: 20px 9.5%;
  }
}

@media (min-width:992px){
  #product-photo {
    width: 50%;
  }
}

p.bold {
  font-weight: 700;
}

section.narrower {
  padding: 0 7px;
}

@media (min-width:768px) { 
  section.narrower {
    margin: 0 100px;
  }
}

section::after {
  display: block;
  content: "";
  clear: both;
}

section.gray {
  padding-top: 1px;
  position: relative;
  padding-bottom: 35px;
}

section.gray::before {
  background: #F7F7F7;
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  z-index: -1;
}

.video-reference-card {
  max-width: 920px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .85fr);
  margin: 34px auto 58px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(28, 65, 82, .14);
  color: #34444b;
  text-align: left;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.video-reference-card:hover {
  box-shadow: 0 18px 45px rgba(28, 65, 82, .2);
  color: #34444b;
  transform: translateY(-2px);
}

.video-reference-media {
  position: relative;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #dceef7;
}

.video-reference-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-reference-play {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: rgba(9, 148, 220, .9);
  box-shadow: 0 7px 24px rgba(0, 0, 0, .25);
  transform: translate(-50%, -50%);
}

.video-reference-play::after {
  position: absolute;
  top: 50%;
  left: 53%;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 17px solid #fff;
  content: '';
  transform: translate(-50%, -50%);
}

.video-reference-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 32px;
}

.video-reference-label {
  color: var(--wodo-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.video-reference-copy h3 {
  margin: 9px 0 11px;
  color: #2f3c42;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.video-reference-copy p {
  margin: 0;
  color: #657076;
  font-size: 15px;
  line-height: 1.5;
}

.video-reference-link {
  margin-top: 19px;
  color: var(--wodo-blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.video-reference-link span {
  margin-left: 4px;
}

@media (max-width: 767px) {
  .video-reference-card {
    grid-template-columns: 1fr;
    margin-top: 27px;
    margin-bottom: 46px;
    border-radius: 15px;
  }

  .video-reference-play {
    width: 58px;
    height: 58px;
  }

  .video-reference-copy {
    padding: 22px;
  }

  .video-reference-copy h3 {
    font-size: 22px;
  }
}

.testimonial {
  border-top: 1px solid #CCCCCC;
  margin-top: 35px;
  padding-top: 5px;
}

.testimonial-photo {
  margin-left: -7px;
  float: left;
}

@media (min-width:768px) {
  .testimonial {
    margin-left: 68px;
    margin-right: 40px;
  }

  .testimonial-photo {
    margin-left: -68px;
    margin-top: -15px;
  }

  .testimonial-user {
    padding-top: 15px !important;
  }
}

.testimonial-text {
  margin-bottom: 0px;
  font-style: italic;
}

.testimonial-user {
  padding-top: 30px;
}

.testimonial-name {
  font-weight: 700;
}

.section-with-bg {
  position: relative;
}

.section-bg {
  display: block;
  width: 100vw;
  /*height: 100%;*/
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  z-index: -1;
  bottom: 0;
}

.gray-list {
  color: #4D4D4D;
}

h6 {
  font-weight: bold;
}

section.darkgray {
  padding-top: 1px;
  position: relative;
  padding-bottom: 35px;
}

section.darkgray::before {
  background: #6B7D8F;
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  z-index: -1;
}

.darkgray-list {
  color: #fff;
}

@media (min-width:992px) { 
  #contact-form {
    margin: 0 100px;
  }
}


#contact {
  width: 500px;
  max-width: 85vw;
  height: 45px;
  margin-bottom: 5px;
  padding: 10px;
}

#submit {
  display: block;
  margin: 30px auto;
  background: #218794;
  color: #fff;
  font-weight: 800;
  padding: 15px 42px;
  border: none;
}

.im-button {
  display: inline-block;
  color: #fff;
  background: #218794;
  font-weight: 800;
  padding: 7px 22px;
  margin: 5px auto;
}

footer {
  position: relative;
  color: #6B7D8F;
}

footer a {
  color: #6B7D8F;
}

footer::before {
  background: #00333D;
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  z-index: -1;
}

.footer-copyright {
  position: relative;
  color: #ddd;
  text-align: center;
  font-size: 12px;
}

.footer-copyright div {
  padding: 10px 21px;
}

.footer-copyright a {
  color: #ddd;
}

.footer-copyright::before {
  background: #6B7D8F;
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  margin-left: -50vw;
  left: 50%;
  z-index: -1;
}

/* Odświeżenie strony 2026 — zachowuje dotychczasowy układ i ilustracje. */
:root {
  --wodo-blue: #0994dc;
  --wodo-blue-dark: #0876ad;
  --wodo-navy: #12323c;
  --wodo-gray: #918f90;
  --wodo-paper: #f8fafb;
}

.navbar .container {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

.new-brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.new-brand img {
  display: block;
  width: clamp(150px, 18vw, 210px);
  max-width: none;
  height: auto;
}

.mobile-contact {
  display: contents;
}

.mobile-contact-action {
  display: flex;
  align-items: center;
  grid-row: 1;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #c7e6f4;
  border-radius: 999px;
  background: #eff9fd;
  color: #58595b;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color .2s ease, background-color .2s ease;
}

.mobile-contact-action:hover,
.mobile-contact-action:focus {
  border-color: #8ed1ef;
  background: #e3f5fc;
  color: #294b59;
  text-decoration: none;
}

.mobile-contact-phone {
  grid-column: 1;
  justify-self: start;
}

.mobile-contact-messenger {
  grid-column: 3;
  justify-self: end;
}

.mobile-contact-action i {
  color: var(--wodo-blue-dark);
  font-size: 13px;
}

.mobile-contact-action strong {
  font-weight: 800;
}

#navbarActions {
  background: var(--wodo-navy);
}

#buy-now-small,
.buy-now-big,
.im-button,
#submit {
  background: var(--wodo-blue);
}

hr.break,
h1 {
  color: var(--wodo-blue);
}

hr.break {
  background: var(--wodo-blue);
}

.problem-intro {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 26px 0 0 -50vw;
  padding: 88px max(24px, calc((100vw - 930px) / 2)) 80px;
  overflow: hidden;
  background: var(--wodo-navy);
  color: #fff;
}

.problem-intro::after {
  position: absolute;
  right: -120px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
  content: '';
}

.problem-intro-kicker,
.problem-summary-kicker {
  margin-bottom: 18px;
  color: #8dd9fa;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.problem-intro > h1 {
  max-width: 760px;
  margin: 0 0 58px;
  color: #fff;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.06;
  text-align: left;
}

.problem-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.problem-intro-grid article {
  min-height: 225px;
  padding: 28px 32px 24px 0;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.problem-intro-grid article + article {
  padding-left: 32px;
}

.problem-intro-grid article:last-child {
  border-right: 0;
}

.problem-intro-grid span {
  display: block;
  margin-bottom: 55px;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
  font-weight: 800;
}

.problem-intro-grid h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 2.2vw, 29px);
  line-height: 1.18;
  text-align: left;
}

.problem-intro-closing {
  max-width: 720px;
  margin: 42px 0 0 auto;
  color: rgba(255, 255, 255, .68);
  font-size: 18px;
}

#problems-heading {
  color: #252b2e;
}

.problem-summary {
  max-width: 850px;
  margin: 0 auto;
  padding-top: 15px;
}

.problem-summary-kicker {
  color: var(--wodo-blue-dark);
}

.problem-summary h1 {
  margin: 0 auto 28px;
  font-size: clamp(38px, 4.8vw, 64px);
  line-height: 1.08;
}

.problem-summary-lead,
.solution-lead {
  max-width: 750px;
  margin: 0 auto;
  color: #58595b;
  font-size: 19px;
  line-height: 1.65;
}

.problem-costs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.problem-costs span {
  padding: 10px 17px;
  border: 1px solid #d5e9f3;
  border-radius: 100px;
  background: #eef8fd;
  color: var(--wodo-blue-dark);
  font-size: 13px;
  font-weight: 700;
}

.problem-summary .break {
  margin-top: 65px;
}

.solution-heading {
  margin-bottom: 18px;
  color: #252b2e;
  font-size: clamp(29px, 3vw, 42px);
}

.solution-lead {
  margin-bottom: 65px;
}

.footer-new-brand img {
  width: 210px;
  max-width: 52vw;
}

@media (max-width: 767px) {
  .navbar .container {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
  }

  .new-brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .new-brand img {
    width: clamp(108px, 32vw, 130px);
    max-width: none;
  }

  .mobile-contact {
    display: contents;
  }

  .mobile-contact-action {
    display: flex;
    align-items: center;
    grid-row: 1;
    gap: 4px;
    padding: 5px 6px;
    border: 1px solid #c7e6f4;
    border-radius: 999px;
    background: #eff9fd;
    color: #58595b;
    font-size: clamp(10px, 2.9vw, 12px);
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
  }

  .mobile-contact-phone {
    grid-column: 1;
    justify-self: start;
  }

  .mobile-contact-messenger {
    grid-column: 3;
    justify-self: end;
  }

  .mobile-contact-action i {
    color: var(--wodo-blue-dark);
    font-size: 10px;
  }

  .mobile-contact-action strong {
    font-weight: 800;
  }

  .wyprodukowano-w-polsce-header {
    display: none;
  }

  #navbarActions {
    display: flex;
    align-items: center;
  }

  #contact-small {
    display: none;
  }

  #buy-now-small {
    height: auto;
    margin: 10px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .problem-intro {
    margin-top: 12px;
    padding-top: 60px;
    padding-bottom: 58px;
  }

  .problem-intro > h1 {
    margin-bottom: 38px;
    font-size: 42px;
  }

  .problem-intro-grid {
    grid-template-columns: 1fr;
  }

  .problem-intro-grid article,
  .problem-intro-grid article + article {
    min-height: 0;
    padding: 25px 0 28px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
  }

  .problem-intro-grid article:last-child {
    border-bottom: 0;
  }

  .problem-intro-grid span {
    margin-bottom: 22px;
  }

  .problem-intro-grid h2 {
    font-size: 25px;
  }

  .problem-intro-closing {
    margin-top: 34px;
    font-size: 16px;
  }

  #problems-heading {
    margin-top: 58px;
  }

  .problem-summary {
    padding-top: 25px;
  }

  .problem-summary h1 {
    font-size: 40px;
  }

  .problem-summary-lead,
  .solution-lead {
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  .navbar {
    padding-right: 8px;
    padding-left: 8px;
  }

  .new-brand img {
    width: 100px;
  }

  .mobile-contact-action {
    gap: 3px;
    padding: 4px 5px;
    font-size: 9px;
  }

  .mobile-contact-action i {
    font-size: 9px;
  }
}

/* Druga wersja otwarcia — jasna, oparta na krótkim wstępie i trzech pytaniach. */
.page-top-spacer {
  height: 68px;
}

.problem-intro {
  margin-top: 0;
  padding-top: clamp(44px, 5vw, 64px);
  padding-bottom: clamp(40px, 5vw, 60px);
  background: linear-gradient(180deg, #f6fbfe 0%, #fff 100%);
  color: #252b2e;
}

.problem-intro::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: clamp(190px, 19vw, 290px);
  aspect-ratio: 16.04 / 23.25;
  background: url('../img/logo-drop.svg') center / contain no-repeat;
  content: '';
  opacity: .07;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.problem-intro::after {
  display: none;
}

.problem-intro-heading {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
}

.problem-intro-heading h1 {
  max-width: 900px;
  margin: 0;
  color: #294b59;
  font-size: clamp(24px, 2.1vw, 29px);
  font-weight: 500;
  line-height: 1.18;
  text-align: left;
}

.problem-intro-heading p {
  margin: 10px 0 0;
  color: #61737b;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.45;
}

.problem-intro-grid {
  max-width: 900px;
  grid-template-columns: 1fr;
  z-index: 2;
  border-top: 0;
}

.problem-intro-grid article,
.problem-intro-grid article + article {
  min-height: 0;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-right: 0;
  border-bottom: 0;
}

.problem-intro-grid span {
  margin-bottom: 27px;
  color: var(--wodo-blue);
}

.problem-intro-grid h1,
.problem-intro-grid h2 {
  max-width: 820px;
  margin: 0;
  padding-left: 18px;
  border-left: 2px solid rgba(9, 148, 220, .22);
  color: #294b59;
  font-size: clamp(20px, 1.7vw, 24px);
  font-weight: 500;
  line-height: 1.24;
  text-align: left;
}

.problem-transition-photo {
  position: relative;
  left: 50%;
  width: min(1180px, calc(100vw - 32px));
  height: clamp(340px, 38vw, 540px);
  margin: 22px 0 12px;
  overflow: hidden;
  border: 1px solid #d8e7ed;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 50, 60, .11);
  transform: translateX(-50%);
}

.problem-transition-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 50, 60, 0) 72%, rgba(18, 50, 60, .12) 100%);
  content: '';
  pointer-events: none;
}

.problem-transition-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 42%;
}

.problem-summary {
  max-width: 900px;
  padding: clamp(44px, 5vw, 66px) 0 clamp(42px, 5vw, 60px);
}

.problem-summary h2 {
  max-width: 900px;
  margin: 0 0 22px;
  color: #294b59;
  font-size: clamp(24px, 2.1vw, 29px);
  font-weight: 500;
  line-height: 1.18;
  text-align: left;
}

.problem-summary-lead {
  max-width: 820px;
  color: #4d5559;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.62;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 42px;
  max-width: 900px;
  padding: 0;
  margin: 32px auto 0;
  color: #4d5559;
  list-style: none;
  text-align: left;
}

.problem-list li {
  position: relative;
  padding: 12px 0 12px 20px;
  border-top: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.problem-list li::before {
  width: 2px;
  height: calc(100% - 24px);
  position: absolute;
  top: 12px;
  left: 2px;
  border-radius: 2px;
  background: rgba(9, 148, 220, .3);
  content: '';
}

.workflow-steps-section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  padding: 48px max(20px, calc((100vw - 980px) / 2)) 43px;
  background: #edf7fc;
  scroll-margin-top: 108px;
}

.solution-transition {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.solution-transition h2 {
  margin: 0;
  color: var(--wodo-blue-dark);
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 700;
  line-height: 1.16;
}

.solution-transition p {
  max-width: 650px;
  margin: 15px auto 0;
  color: #56666d;
  font-size: 17px;
  line-height: 1.55;
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 38px;
  max-width: 980px;
  margin: 0 auto;
}

.workflow-step {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .66);
  text-align: left;
}

.workflow-step-copy {
  min-width: 0;
}

.workflow-step-copy h3 {
  margin: 0 0 9px;
  color: #34444b;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.workflow-step-copy p {
  margin: 0;
  color: #626b6f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.52;
}

.workflow-step .step-circle {
  flex: 0 0 auto;
}

.step-circle {
  width: 175px;
  height: 175px;
  flex: 0 0 175px;
  background-size: 371px 242px;
}

.step-circle-1,
.step-circle-2 {
  background-image: url('../img/steps-1@2x.png');
}

.step-circle-3,
.step-circle-4 {
  background-image: url('../img/steps-2@2x.png');
}

.step-circle-1,
.step-circle-3 {
  background-position: 0 0;
}

.step-circle-2 {
  background-position: -196px 0;
}

.step-circle-4 {
  background-position: -197px 0;
}

.photo-galleries-section {
  max-width: 900px;
  margin: 0 auto 54px;
  padding-top: 40px;
  scroll-margin-top: 120px;
}

.photo-gallery-block + .photo-gallery-block {
  margin-top: 68px;
}

.photo-gallery-block > h2 {
  margin: 0 0 22px;
  color: var(--wodo-blue);
  font-size: clamp(26px, 2.8vw, 36px);
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.wodostop-carousel {
  overflow: hidden;
  border-radius: 22px;
  background: #dceef7;
  box-shadow: 0 14px 38px rgba(25, 72, 94, .16);
}

.wodostop-carousel .carousel-item {
  height: clamp(390px, 48vw, 560px);
}

.wodostop-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  cursor: zoom-in;
}

.wodostop-carousel--app .carousel-item {
  height: 620px;
}

.wodostop-carousel--app .carousel-item img {
  padding: 22px;
  background: #f4f9fb;
  object-fit: contain;
}

.wodostop-carousel--app .carousel-indicators li {
  background-color: rgba(9, 148, 220, .55);
}

.carousel-photo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, .75), transparent 34%),
    linear-gradient(145deg, #dff1f9, #b9ddeb);
  color: #3c6f86;
  text-align: center;
}

.carousel-photo-placeholder span {
  font-size: 30px;
  font-weight: 700;
}

.carousel-photo-placeholder small {
  margin-top: 5px;
  font-size: 15px;
}

.wodostop-carousel .carousel-indicators {
  margin-bottom: 14px;
}

.wodostop-carousel .carousel-indicators li {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .75);
}

.wodostop-carousel .carousel-control-prev,
.wodostop-carousel .carousel-control-next {
  width: 12%;
}

.wodostop-carousel .carousel-control-prev-icon,
.wodostop-carousel .carousel-control-next-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(11, 67, 93, .62);
  background-size: 48% 48%;
}

body.lightbox-open {
  overflow: hidden;
}

.photo-lightbox {
  position: fixed;
  z-index: 2000;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: rgba(8, 30, 41, .94);
  touch-action: pan-y;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.photo-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.photo-lightbox-content {
  max-width: 100%;
  margin: 0;
  text-align: center;
  transform: scale(.97);
  transition: transform .22s ease;
}

.photo-lightbox.is-open .photo-lightbox-content {
  transform: scale(1);
}

.photo-lightbox-image {
  display: block;
  max-width: min(92vw, 1600px);
  max-height: calc(100vh - 110px);
  margin: 0 auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 70px rgba(0, 0, 0, .42);
  object-fit: contain;
}

.photo-lightbox-caption {
  margin-top: 12px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.4;
}

.photo-lightbox-close {
  position: absolute;
  z-index: 1;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  padding: 0 0 4px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 50%;
  background: rgba(5, 22, 30, .58);
  color: #fff;
  font: 300 38px/1 Arial, sans-serif;
  cursor: pointer;
}

.photo-lightbox-close:hover,
.photo-lightbox-close:focus {
  border-color: #fff;
  background: rgba(9, 148, 220, .9);
  outline: none;
}

.photo-lightbox-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  background: rgba(5, 22, 30, .58);
  color: #fff;
  font: 300 31px/1 Arial, sans-serif;
  cursor: pointer;
  transform: translateY(-50%);
}

.photo-lightbox-prev {
  left: 22px;
}

.photo-lightbox-next {
  right: 22px;
}

.photo-lightbox-nav:hover,
.photo-lightbox-nav:focus {
  border-color: #fff;
  background: rgba(9, 148, 220, .9);
  outline: none;
}

@media (max-width: 767px) {
  .photo-lightbox {
    padding: 18px;
  }

  .photo-lightbox-image {
    max-width: 96vw;
    max-height: calc(100vh - 90px);
    border-radius: 8px;
  }

  .photo-lightbox-caption {
    margin-top: 9px;
    padding: 0 36px;
    font-size: 12px;
  }

  .photo-lightbox-close {
    top: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
  }

  .photo-lightbox-nav {
    top: auto;
    bottom: 16px;
    width: 46px;
    height: 46px;
    background: rgba(5, 22, 30, .72);
    font-size: 27px;
    transform: none;
  }

  .photo-lightbox-prev {
    left: 18px;
  }

  .photo-lightbox-next {
    right: 18px;
  }
}

@media (max-width: 991px) {
  .workflow-steps {
    grid-template-columns: 1fr;
    max-width: 720px;
    row-gap: 24px;
  }
}

@media (max-width: 767px) {
  .page-top-spacer {
    height: 52px;
  }

  .problem-intro {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 18px;
  }

  .problem-intro::before {
    top: 48%;
    left: 50%;
    width: 172px;
    opacity: .065;
  }

  .problem-intro-heading {
    margin-bottom: 14px;
  }

  .problem-intro-heading h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .problem-intro-heading p {
    margin-top: 8px;
    font-size: 16px;
  }

  .problem-intro-grid article,
  .problem-intro-grid article + article {
    min-height: 0;
    padding: 13px 0 14px;
    border-bottom: 0;
  }

  .problem-intro-grid span {
    margin-bottom: 9px;
  }

  .problem-intro-grid h1,
  .problem-intro-grid h2 {
    padding-left: 14px;
    border-left: 2px solid rgba(9, 148, 220, .22);
    font-size: 19px;
  }

  .problem-transition-photo {
    width: calc(100vw - 20px);
    height: 350px;
    margin-top: 12px;
    margin-bottom: 4px;
    border-radius: 16px;
    box-shadow: 0 9px 24px rgba(18, 50, 60, .1);
  }

  .problem-transition-photo img {
    object-position: center 43%;
  }

  .problem-summary {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .problem-summary h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .problem-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }

  .problem-list li {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
  }

  .problem-list li::before {
    top: 11px;
    height: calc(100% - 22px);
  }

  .workflow-steps {
    grid-template-columns: 1fr;
    row-gap: 18px;
  }

  .solution-transition {
    margin-bottom: 28px;
    padding: 0 12px;
  }

  .solution-transition h2 {
    font-size: 25px;
  }

  .solution-transition p {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.48;
  }

  .workflow-steps-section {
    margin-bottom: 0;
    padding-top: 30px;
    padding-right: 8px;
    padding-bottom: 30px;
    padding-left: 8px;
  }

  .workflow-step {
    width: 100%;
    gap: 14px;
    padding: 12px 4px;
    background: rgba(255, 255, 255, .52);
  }

  .workflow-step:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }

  .workflow-step:nth-child(odd) .step-circle {
    margin-left: -8px;
  }

  .workflow-step:nth-child(even) .step-circle {
    margin-right: -8px;
  }

  .step-circle {
    width: 150px;
    height: 150px;
    flex-basis: 150px;
    background-size: 318px 207px;
  }

  .step-circle-2,
  .step-circle-4 {
    background-position: -168px 0;
  }

  .workflow-step-copy h3 {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.25;
  }

  .workflow-step-copy p {
    font-size: 13px;
    line-height: 1.42;
  }

  .photo-galleries-section {
    margin-bottom: 40px;
    padding-top: 28px;
  }

  .photo-gallery-block + .photo-gallery-block {
    margin-top: 48px;
  }

  .photo-gallery-block > h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .wodostop-carousel {
    border-radius: 16px;
  }

  .wodostop-carousel .carousel-item {
    height: 310px;
  }

  .wodostop-carousel--app .carousel-item {
    height: 520px;
  }

  .wodostop-carousel--app .carousel-item img {
    padding: 10px;
  }

  .wodostop-carousel .carousel-control-prev-icon,
  .wodostop-carousel .carousel-control-next-icon {
    width: 36px;
    height: 36px;
  }

  .wodostop-carousel .carousel-indicators li {
    width: 20px;
  }
}

/* Odświeżone dolne sekcje 2026. */
.references-section,
.compatibility-section {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  scroll-margin-top: 108px;
}

.references-section {
  padding: clamp(58px, 6vw, 82px) max(20px, calc((100vw - 1040px) / 2));
  background: linear-gradient(180deg, #f7fbfd 0%, #edf7fc 100%);
}

.lower-section-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.lower-section-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--wodo-blue-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.lower-section-heading h2 {
  margin: 0;
  color: var(--wodo-navy);
  font-size: clamp(30px, 3.3vw, 43px);
  font-weight: 700;
  line-height: 1.14;
}

.lower-section-heading p {
  max-width: 650px;
  margin: 14px auto 0;
  color: #627178;
  font-size: 17px;
  line-height: 1.55;
}

.made-in-poland-badge {
  display: block;
  width: 104px;
  height: auto;
  margin: 22px auto 0;
}

.references-section .video-reference-card {
  margin-top: 34px;
  margin-bottom: 26px;
  border: 1px solid #d9eaf2;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(18, 50, 60, .09);
}

.references-section .video-reference-card:hover {
  box-shadow: 0 16px 36px rgba(18, 50, 60, .14);
}

.testimonials-grid {
  max-width: 920px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}

.references-section .testimonial {
  min-width: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 25px 24px 23px;
  border: 1px solid #d9eaf2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 9px 24px rgba(18, 50, 60, .06);
}

.references-section .testimonial::before {
  display: block;
  height: 30px;
  margin-bottom: 6px;
  color: var(--wodo-blue);
  content: '“';
  font-family: Georgia, serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
}

.references-section .testimonial-text {
  margin: 0;
  color: #4c5a61;
  font-size: 15px;
  font-style: normal;
  line-height: 1.58;
}

.references-section .testimonial-user {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: auto;
  padding-top: 20px;
  color: #55646b;
}

.testimonial-avatar {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e1f3fb;
  color: var(--wodo-blue-dark);
  font-size: 14px;
  font-weight: 800;
}

.references-section .testimonial-user > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.references-section .testimonial-name {
  color: var(--wodo-navy);
  font-size: 14px;
  font-weight: 700;
}

.references-section .testimonial-user small {
  margin-top: 2px;
  color: #7b878c;
  font-size: 12px;
}

.facebook-updates-card {
  max-width: 1040px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin: 18px auto 0;
  padding: 17px 19px;
  border: 1px solid #d2e9f4;
  border-radius: 18px;
  background: rgba(255, 255, 255, .78);
  color: #4c5a61;
  text-align: left;
  text-decoration: none !important;
  transition: border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.facebook-updates-card:hover {
  border-color: #abd9ee;
  background: #fff;
  color: #4c5a61;
  transform: translateY(-1px);
}

.facebook-updates-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wodo-blue);
  color: #fff;
  font-size: 17px;
}

.facebook-updates-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.facebook-updates-copy strong {
  color: var(--wodo-navy);
  font-size: 16px;
  font-weight: 700;
}

.facebook-updates-copy small {
  margin-top: 3px;
  color: #6e7b81;
  font-size: 13px;
  line-height: 1.4;
}

.facebook-updates-action {
  color: var(--wodo-blue-dark);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.compatibility-section {
  z-index: 0;
  overflow: hidden;
  padding: clamp(58px, 6vw, 78px) max(20px, calc((100vw - 940px) / 2)) 205px;
  background: linear-gradient(180deg, #fff 0%, #f7fbfd 72%, #eef8f3 100%);
}

.compatibility-section::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190px;
  background: url('../img/sprinkler-in-a-field.png') center bottom / auto 100% no-repeat;
  content: '';
  filter: saturate(.75);
  opacity: .46;
  pointer-events: none;
}

.compatibility-inner {
  max-width: 940px;
  margin: 0 auto;
}

.compatibility-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.compatibility-card {
  padding: 27px 28px 24px;
  border: 1px solid #d9eaf2;
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 9px 24px rgba(18, 50, 60, .055);
}

.compatibility-card h3 {
  margin: 0 0 14px;
  color: var(--wodo-navy);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.compatibility-card ul {
  margin: 0;
  padding: 0;
  color: #4f5d63;
  list-style: none;
}

.compatibility-card li {
  position: relative;
  padding: 11px 0 11px 27px;
  border-top: 1px solid #e1edf2;
  font-size: 15px;
  line-height: 1.45;
}

.compatibility-card li::before {
  position: absolute;
  top: 12px;
  left: 2px;
  color: var(--wodo-blue);
  content: '✓';
  font-size: 15px;
  font-weight: 800;
}

.site-footer {
  position: relative;
  width: 100%;
  padding: 17px 20px;
  background: var(--wodo-navy);
  color: rgba(255, 255, 255, .7);
}

.site-footer::before,
.site-footer .footer-copyright::before {
  display: none;
  content: none;
}

.site-footer .footer-copyright {
  position: static;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  line-height: 1.4;
}

.site-footer .footer-copyright div {
  padding: 0;
}

.site-footer .footer-copyright a {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .references-section,
  .compatibility-section {
    scroll-margin-top: 52px;
  }

  .references-section {
    padding: 46px 16px 50px;
  }

  .lower-section-kicker {
    margin-bottom: 8px;
    font-size: 10px;
  }

  .lower-section-heading h2 {
    font-size: 28px;
  }

  .lower-section-heading p {
    margin-top: 10px;
    font-size: 15px;
  }

  .made-in-poland-badge {
    width: 86px;
    margin-top: 18px;
  }

  .references-section .video-reference-card {
    margin-top: 25px;
    margin-bottom: 16px;
    border-radius: 17px;
  }

  .references-section .testimonial {
    padding: 22px 20px 20px;
  }

  .facebook-updates-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    padding: 15px 16px;
  }

  .facebook-updates-icon {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }

  .facebook-updates-copy strong {
    font-size: 14px;
  }

  .facebook-updates-copy small {
    font-size: 12px;
  }

  .facebook-updates-action {
    grid-column: 2;
    font-size: 13px;
  }

  .compatibility-section {
    padding: 48px 16px 122px;
  }

  .compatibility-section::after {
    height: 105px;
    background-size: auto 100%;
    opacity: .36;
  }

  .compatibility-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .compatibility-card {
    padding: 22px 20px 18px;
  }

  .compatibility-card h3 {
    font-size: 18px;
  }

  .compatibility-card li {
    font-size: 14px;
  }

  .site-footer {
    padding: 15px 14px;
  }
}
