@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=Nunito:wght@400;600;700;800;900&display=swap');

/* === CSS Variables === */
:root {
  --cream: #FDF6EE;
  --dark: #1C1208;
  --orange: #E8722A;
  --orange-dark: #C4581A;
  --warm-gray: #7A6A52;
  --warm-light: #F5E6D0;
  --white: #ffffff;
  --shadow-soft: 0 8px 32px rgba(28, 18, 8, 0.12);
  --shadow-card: 0 4px 20px rgba(28, 18, 8, 0.08);
  --radius-card: 20px;
  --radius-pill: 50px;
}

/* === Reset & Base === */
html { scroll-behavior: smooth; }

body {
  font-family: 'Nunito', sans-serif !important;
  color: var(--dark);
  font-size: 16px;
  font-weight: 400;
  background-color: var(--cream);
}

textarea:focus, input:focus, select:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

a { text-decoration: none !important; }
a:link { text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}

h2 {
  margin: 0 auto;
  color: var(--dark);
  font-size: 42px;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;
  line-height: 1.2;
  position: relative;
  text-align: center;
  padding-bottom: 39px;
  margin-bottom: 74px;
}

h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
  pointer-events: none;
  background: var(--orange);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* === Splide Slider === */
.splide .splide__pagination { display: none; }
.splide .splide__arrow svg { fill: var(--white); height: 2.3em; width: 2.3em; }
.splide .splide__arrow { background: rgba(28,18,8,0.3); height: 3em; width: 3em; border-radius: 50%; }

/* ======================================
   HERO — .top
====================================== */
.top {
  width: 100%;
  padding-top: 0;
  position: relative;
}

.top .top-wrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  justify-content: center;
  background-color: #1C1208;
  background-image: url(../img/hero-dog.jpg);
  background-size: cover;
  background-position: center 25%;
  border-radius: 0;
  min-height: 100vh;
  padding-top: 60px;
  padding-bottom: 80px;
}

.top .top-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(18, 8, 2, 0.88);
  pointer-events: none;
  z-index: 0;
}

.top::before {
  display: none;
}

.top .top-wrap .top-text {
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  position: relative;
  max-width: 1170px;
  width: 100%;
  gap: 48px;
  z-index: 1;
  padding: 0 20px;
}

/* Hero left column — tekst + licznik + progress */
.top .hero-left {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

/* Hero right column — formularz */
.top .hero-right {
  flex: 0 0 360px;
  width: 360px;
  display: flex;
  align-items: center;
}

/* Animate children of hero-left */
.top .hero-left > * {
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}
.top .hero-left > *:nth-child(1) { animation-delay: 0.1s; }
.top .hero-left > *:nth-child(2) { animation-delay: 0.25s; }
.top .hero-left > *:nth-child(3) { animation-delay: 0.4s; }
.top .hero-left > *:nth-child(4) { animation-delay: 0.55s; }
.top .hero-left > *:nth-child(5) { animation-delay: 0.7s; }
.top .hero-right {
  animation: fadeInUp 0.8s ease 0.5s forwards;
  opacity: 0;
}

.top .logo {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 16px;
}

.top .logo img {
  max-width: 180px;
  height: auto;
  filter: brightness(0) invert(1);
}

/* Shelter badge — social proof */
.top .shelter-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50px;
  padding: 8px 18px 8px 10px;
  width: 100%;
  max-width: fit-content;
  margin-bottom: 24px;
}

.top .shelter-badge img {
  height: 36px;
  width: auto;
  opacity: 0.9;
}

.top .shelter-badge span {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Licznik odliczający (timer) — na dole hero-left */
.top .licznik {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top .licznik strong {
  color: rgba(255,255,255,0.5);
  display: block;
  font-size: 11px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  line-height: 1.1;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
}

.top .licznik .licz {
  border-radius: 12px;
  background-color: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 11px;
  color: var(--orange);
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px 6px;
  backdrop-filter: blur(8px);
  gap: 4px;
}

.top .licznik .licz b {
  font-size: 32px;
  color: var(--orange);
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  margin: 0 2px;
}

.top .slogan {
  width: 100%;
  max-width: 100%;
  padding-top: 35px;
}

/* Tekst hero */
.top .tekst {
  width: 100%;
  padding-top: 41px;
  margin-bottom: 32px;
}

.top .tekst h1 {
  color: #fff;
  font-size: 52px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.top .tekst p {
  color: rgba(255,255,255,0.88);
  font-size: 18px;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0px;
  max-width: 600px;
}

.top .tekst .tekst-cta-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 0.3px;
  font-family: 'Nunito', sans-serif;
  margin-top: 8px;
}

/* ======================================
   LICZNIK — counter card
====================================== */
.top .jest {
  width: 100%;
  color: #fff;
  margin-right: 0;
  margin-top: 12px;
  margin-bottom: 0;
}

.top .cel {
  width: 100%;
  max-width: 100%;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 20px 28px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.top .cel-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top .cel-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.top .jest p {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin: 0 0 2px 0;
  line-height: 1;
}

.top .jest em {
  font-family: 'Playfair Display', serif;
  font-size: 96px;
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  color: var(--orange);
  text-shadow: 0 0 48px rgba(232,114,42,0.45);
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
}

.top .jest strong {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,255,255,0.35);
  display: block;
}

/* Progress bar */
.top .progressbar {
  height: 52px;
  width: 100%;
  position: relative;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255,255,255,0.06);
  margin-bottom: 8px;
}

.top .progressbarwhite {
  height: 100%;
  min-width: 64px;
  position: absolute;
  top: 0; left: 0;
  background: linear-gradient(90deg, var(--orange-dark) 0%, var(--orange) 60%, #F59542 100%);
  border-radius: 30px;
  animation: progressGlow 3s ease-in-out infinite;
}

.top .progressbar::after {
  content: attr(data-pct);
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.5px;
  pointer-events: none;
}

@keyframes progressGlow {
  0%   { box-shadow: 0 0 12px rgba(232,114,42,0.35); }
  50%  { box-shadow: 0 0 28px rgba(232,114,42,0.65), 0 0 50px rgba(232,114,42,0.2); }
  100% { box-shadow: 0 0 12px rgba(232,114,42,0.35); }
}

@keyframes floatQuote {
  0%, 100% { transform: translateY(0); opacity: 0.22; }
  50%       { transform: translateY(-6px); opacity: 0.32; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes shimmerBtn {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* ======================================
   FORMULARZ — kompaktowa karta
====================================== */
.top .wybierz {
  width: 100%;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 24px;
  padding: 28px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.top .wybierz-kwote {
  margin-bottom: 16px;
}

.top .wybierz p {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 4px;
  margin-top: 0;
}

.top .custom-select {
  justify-content: center;
  align-items: center;
}

.top .custom-select__button {
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  color: #fff;
  background: none;
  border: none;
  line-height: 1;
  padding: 0 8px;
  cursor: pointer;
}

.top .custom-select__suffix-text {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 700;
  color: rgba(255,255,255,0.45);
}

.top .custom-select__arrow-top::after,
.top .custom-select__arrow-down::after {
  border-color: rgba(255,255,255,0.6);
}

.top .custom-select__dropdown {
  background: rgba(20, 12, 4, 0.97);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 16px;
  padding: 8px;
  min-width: 180px;
}

.top .custom-select__dropdown-item {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  list-style: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.top .custom-select__dropdown-item:hover {
  background: var(--orange);
  color: #fff;
}

/* Divider */
.top .wybierz-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.12);
  margin: 16px 0;
}

/* Custom amount input */
.top .custom-amount-wrap {
  margin-top: 8px;
  margin-bottom: 4px;
  text-align: center;
}

.top .custom-amount-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  width: 160px;
  outline: none;
  padding: 0 8px;
  transition: border-color 0.2s;
  -moz-appearance: textfield;
}

.top .custom-amount-input::-webkit-outer-spin-button,
.top .custom-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.top .custom-amount-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  font-size: 36px;
}

.top .custom-amount-input:focus {
  border-bottom-color: var(--orange);
}

.top .custom-amount-label {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
}

@media (max-width: 640px) {
  .top .custom-amount-input {
    font-size: 52px;
    width: 130px;
  }
}

/* CTA Button */
.top .cta-button,
.top .wybierz .link a {
  display: block;
  width: 100%;
  background: linear-gradient(110deg, var(--orange) 0%, var(--orange-dark) 40%, var(--orange) 60%, var(--orange-dark) 100%);
  background-size: 200% auto;
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border: 0;
  border-radius: 14px;
  padding: 18px 20px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 20px rgba(232,114,42,0.45);
  text-align: center;
  animation: shimmerBtn 3s linear infinite;
}

.top .cta-button:hover,
.top .wybierz .link a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(232,114,42,0.6);
  animation-play-state: paused;
}

.top .wybierz-note {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

/* ======================================
   SECTION 01 — Dlaczego warto
====================================== */
.section01 {
  width: 100%;
  background-color: var(--cream);
  position: relative;
  padding-top: 100px;
  padding-bottom: 88px;
}

.section01::before { pointer-events: none; }

.section01 .section01-wrap {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.section01 .section01-wrap h3 {
  color: var(--dark);
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 30px;
}

.section01 .section01-wrap .boxy {
  display: flex;
  flex-direction: row;
  padding-top: 0px;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  justify-content: center;
}

.section01 .section01-wrap .boxy strong {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: var(--orange);
  text-transform: none;
  letter-spacing: 0.2px;
  line-height: 1.25;
  padding-bottom: 6px;
  padding-top: 1px;
  display: inline-block;
}

.section01 .section01-wrap .boxy p {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color: var(--warm-gray);
  line-height: 1.7;
  letter-spacing: 0.2px;
}

.section01 .section01-wrap .boxy .img2 { margin-bottom: 20px; }
.section01 .section01-wrap .boxy .img2 img { max-width: 100%; height: auto; }

.section01 .section01-wrap .box-wew {
  width: 31%;
  background: #FFFAF5;
  border: 1.5px solid #F0E0CC;
  margin: 1%;
  border-radius: 24px;
  padding: 32px 36px 28px;
  box-shadow: 0 2px 16px rgba(28, 18, 8, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section01 .section01-wrap .box-wew:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}

/* 3-column equal layout (used on front page) */
.section01 .section01-wrap .boxy--3col .box-wew {
  flex: 1 1 0;
  width: auto;
  min-width: 240px;
  max-width: 380px;
  border-left: 3px solid var(--orange);
}

/* Icon in benefit card */
.box-icon {
  width: 44px;
  height: 44px;
  background-color: var(--warm-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  flex-shrink: 0;
}

.box-icon svg {
  width: 22px;
  height: 22px;
  color: var(--orange);
}

/* ======================================
   SECTION 02 — Slider
====================================== */
.section02 {
  width: 100%;
  background-color: var(--cream);
  position: relative;
  padding: 0;
  color: var(--dark);
}

.section02 .section02-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}

.section02 .splide {
  height: 420px;
}

.section02 .splide__slide {
  overflow: hidden;
}

.section02 .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
  display: block;
}

.section02 #slider1m { display: none; }

@media (max-width: 640px) {
  .section02 .splide { height: 260px; }
}

/* ======================================
   SECTION 03 — Jak działa
====================================== */
.section03 {
  width: 100%;
  background-color: #FFF8F2;
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section03 .section03-wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  max-width: 1270px;
  justify-content: space-between;
}

.section03 .section03-wrap .boxy strong { text-transform: none; }
.section03 .section03-wrap .boxy p { text-transform: none; font-family: 'Nunito', sans-serif; }
.section03 .section03-wrap .boxy img { max-width: 100%; height: auto; }

.section03 .section03-wrap .boxy .ht {
  background: #fff;
  border-left: 4px solid var(--orange);
  width: 100%;
  padding: 35px 70px;
  border-radius: var(--radius-card);
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 25px;
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.section03 .section03-wrap .boxy .ht::before {
  content: attr(data-step);
  position: absolute;
  right: -10px;
  top: -10px;
  font-family: 'Playfair Display', serif;
  font-size: 120px;
  font-weight: 900;
  color: var(--warm-light);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.section03 .section03-wrap .boxy .ht p { text-align: left; font-family: 'Nunito', sans-serif; color: var(--warm-gray); }

.section03 .section03-wrap .boxy .ht strong {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--dark);
  text-transform: none;
  letter-spacing: 0.2px;
  line-height: 1.3;
  padding-bottom: 20px;
  padding-top: 3px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.section03 .section03-wrap .boxy .ht em {
  text-transform: none;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.3px;
  font-style: normal;
  font-weight: 600;
  font-family: 'Nunito', sans-serif;
  color: var(--warm-gray);
  position: relative;
  z-index: 1;
}

.section03 .section03-wrap .boxy .im {
  background: var(--cream);
  width: 31%;
  margin: 1%;
  border-radius: var(--radius-card);
}

.section03 .section03-wrap .boxy .hh1 {
  width: 65%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section03 .section03-wrap .boxy .hh2 {
  width: 65%;
  margin: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section03 .section03-wrap .boxy .html5 {
  width: 31%;
  margin: 1%;
  background: var(--dark);
  color: #fff;
  position: relative;
  height: auto;
  padding-right: 30px;
  border-radius: var(--radius-card);
}

.section03 .section03-wrap .boxy .html5 strong {
  font-size: 23px;
  font-family: 'Playfair Display', serif;
  text-transform: none;
  line-height: 1.4;
  letter-spacing: 0.4px;
  padding-top: 25px;
}

.section03 .section03-wrap .boxy .html5 em {
  letter-spacing: 0;
  line-height: 1.7;
  font-family: 'Nunito', sans-serif;
}

.section03 .section03-wrap .boxy .img1 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section03 .section03-wrap .boxy .img2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section03 .section03-wrap .boxy .img3 {
  width: 65%;
  margin: 1%;
  background: var(--cream);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section03 .section03-wrap .boxy .html5::before {
  content: "";
  background-color: transparent;
  position: absolute;
  background-image: url(/wp-content/uploads/2025/11/strz9.png) !important;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
  z-index: 1;
  width: 50px;
  height: 50px;
  top: 64px;
  right: 70px;
  background-size: contain;
  opacity: 0.99;
}

.section03 .section03-wrap .boxy .html1 {
  background-color: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  margin-bottom: 20px;
  border-radius: var(--radius-card);
}

.section03 .section03-wrap .boxy .html2 {
  background-color: #ffffff;
  color: var(--dark);
  border: 2px solid var(--warm-light);
  border-radius: var(--radius-card);
}

.section03 .section03-wrap .boxy .html3 {
  background-color: var(--orange);
  color: #fff;
  border: 2px solid var(--orange);
  margin-bottom: 20px;
  border-radius: var(--radius-card);
}

.section03 .section03-wrap .boxy .html4 {
  background-color: #ffffff;
  color: var(--dark);
  border: 2px solid var(--warm-light);
  border-radius: var(--radius-card);
}

.section03 .section03-wrap .boxy {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1170px;
  text-align: center;
  max-width: 1194px;
}

/* ======================================
   SECTION 04 — O schronisku
====================================== */
.section04 {
  width: 100%;
  position: relative;
  background-color: var(--cream);
  padding-top: 20px;
  padding-bottom: 0px;
}

.section04 .section04-wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

/* Stats bar */
.section04 .stats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--dark);
  border-radius: 20px;
  padding: 28px 40px;
  margin: 32px 0 48px;
  flex-wrap: wrap;
}

.section04 .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 40px;
  flex: 1 1 auto;
}

.section04 .stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}

.section04 .stat-label {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: center;
}

.section04 .stat-divider {
  width: 1px;
  height: 48px;
  background: rgba(255,255,255,0.15);
  flex-shrink: 0;
}

.section04 .section04-wrap h3 {
  color: var(--dark);
  background-color: transparent;
  text-align: left;
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 12px;
  display: block;
  border-radius: 0;
  margin-top: 0;
}

.section04 .section04-wrap .opis {
  text-align: left;
  max-width: 100%;
  margin: 0;
  padding: 28px 32px;
  background: #fff;
  border-radius: 16px;
  flex: 1 1 280px;
}

.section04 .section04-wrap .boxy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.section04 .section04-wrap .opis p {
  text-align: left;
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
  line-height: 1.75;
  font-weight: 400;
  color: var(--warm-gray);
  margin-bottom: 0;
}

.section04 .section04-wrap .opis strong {
  font-weight: 700;
  color: var(--dark);
}

/* ======================================
   SECTION 05 — Video
====================================== */
.section05 {
  width: 100%;
  background-color: var(--cream);
  padding-top: 0px;
  padding-bottom: 0px;
}

.section05 .section05-wrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0px;
  overflow: hidden;
}

.section05 .one-video {
  width: 100%;
  max-width: 100%;
  background: #f2f2f2;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
  border-radius: 0px;
  overflow: hidden;
  background-image: url(../img/loader.gif);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  min-height: 100px;
}

.section05 .one-video video {
  height: auto;
  position: relative;
  width: inherit;
  height: inherit;
  object-fit: cover;
  max-width: 100%;
  border-radius: 0px;
  overflow: hidden;
  display: block;
}

/* ======================================
   SECTION 06 — FAQ dark accordion
====================================== */
.section06 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FDF6EE;
}

.section06 .section06-wrap {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.section06 .section06-wrap h2 {
  color: #1C1208;
  margin-bottom: 48px;
}

.section06 .section06-wrap h2::before {
  background: var(--orange);
}

/* FAQ accordion */
.faq-accordion {
  text-align: left;
}

.faq-item {
  border-bottom: 1px solid #E8D0B8;
}

.faq-item:first-child {
  border-top: 1px solid #E8D0B8;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 4px;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1C1208;
  list-style: none;
  gap: 16px;
  transition: color 0.2s;
  user-select: none;
}

.faq-question::-webkit-details-marker { display: none; }

.faq-question::after {
  content: '+';
  font-family: 'Nunito', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: var(--orange);
  flex-shrink: 0;
  line-height: 1;
  min-width: 20px;
  text-align: center;
}

details[open] > .faq-question::after {
  content: '−';
}

details[open] > .faq-question {
  color: var(--orange);
}

.faq-answer {
  padding: 0 4px 22px;
  animation: faqOpen 0.25s ease;
}

.faq-answer p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #5C4A38;
  margin: 0;
}

@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .section06 { padding: 56px 0; }
  .faq-question { font-size: 15px; padding: 18px 4px; }
}

/* ======================================
   SECTION 07 — Final CTA (2-col editorial)
====================================== */
.section07 {
  padding: 48px 20px;
  background: var(--cream);
}

.section07 .section07-wrap {
  background-color: #5C3010;
  background-image: url(../img/impact3.jpg);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center 40%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 56px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  border-radius: 28px;
  overflow: hidden;
}

/* warm dark overlay */
.section07 .section07-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(18,8,2,0.55) 0%, rgba(28,18,8,0.25) 100%);
  pointer-events: none;
  z-index: 0;
}

/* vertical divider */
.section07 .section07-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: 48px;
  width: 1px;
  background: rgba(255,255,255,0.15);
  z-index: 1;
  transform: translateX(-50%);
}

.section07 .section07-wrap > * {
  position: relative;
  z-index: 2;
}

/* Left column */
.s07-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 48px;
}

.section07 .section07-wrap h2 {
  font-family: 'Playfair Display', serif;
  font-size: 44px;
  line-height: 1.15;
  letter-spacing: 0.3px;
  color: #fff;
  margin: 0 0 20px;
  text-align: left;
  font-weight: 900;
}

.section07 .section07-wrap h2::before { display: none; }

.section07 .s07-intro {
  color: rgba(255,255,255,0.68);
  font-size: 16px;
  margin-bottom: 36px;
  font-family: 'Nunito', sans-serif;
  line-height: 1.65;
  text-align: left;
}

.section07 .link {
  text-align: left;
  margin: 0;
  position: relative;
  z-index: 2;
}

.section07 .link a {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  background: linear-gradient(110deg, var(--orange) 0%, var(--orange-dark) 40%, var(--orange) 60%, var(--orange-dark) 100%);
  background-size: 200% auto;
  border-radius: var(--radius-pill);
  padding: 16px 40px;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 24px rgba(232, 114, 42, 0.45);
  animation: shimmerBtn 3s linear infinite;
}

.section07 .link a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(232, 114, 42, 0.6);
  animation-play-state: paused;
}

/* Right column */
.s07-right {
  padding-left: 48px;
}

.section07 .s07-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.section07 .s07-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: static;
}

.section07 .s07-list li:first-child {
  border-top: 1px solid rgba(255,255,255,0.1);
}

.section07 .s07-list li::before { display: none; }

.s07-num {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 900;
  font-style: normal;
  color: var(--orange);
  line-height: 1;
  min-width: 52px;
  opacity: 0.85;
}

.s07-text {
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  color: rgba(255,255,255,0.88);
  line-height: 1.4;
  flex: 1;
}

/* Responsive */
@media (max-width: 860px) {
  .section07 .section07-wrap {
    grid-template-columns: 1fr;
    padding: 48px 32px;
    gap: 40px;
  }
  .section07 .section07-wrap::before { display: none; }
  .s07-left { padding-right: 0; }
  .s07-right { padding-left: 0; }
  .section07 .section07-wrap h2 { font-size: 34px; }
  .section07 .link { text-align: center; }
  .section07 .section07-wrap h2 { text-align: center; }
  .section07 .s07-intro { text-align: center; }
}

@media (max-width: 480px) {
  .section07 .section07-wrap { padding: 40px 24px; border-radius: 20px; }
  .section07 .section07-wrap h2 { font-size: 28px; }
  .s07-num { font-size: 30px; min-width: 40px; }
  .s07-text { font-size: 15px; }
}

/* ======================================
   SECTION STORY — duże alternujące bloki
====================================== */
.section-story {
  width: 100%;
  background-color: var(--cream);
  padding: 60px 20px;
}

.story-wrap {
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(28, 18, 8, 0.18);
}

.story-block {
  display: flex;
  flex-direction: row;
  min-height: 260px;
}

.story-block--flip {
  flex-direction: row-reverse;
}

.story-text {
  flex: 0 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 44px 52px;
}

.story-text--dark {
  background-color: #1C1208;
}

.story-text--light {
  background-color: #fff;
}

.story-eyebrow {
  font-family: 'Nunito', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 14px;
  display: block;
}

.story-eyebrow--dark {
  color: var(--orange-dark);
}

.story-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 16px 0;
  padding: 0;
  text-align: left;
  letter-spacing: 0.2px;
}

.story-heading::before {
  display: none;
}

.story-heading--dark {
  color: var(--dark);
}

.story-body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
  margin: 0;
}

.story-body--dark {
  color: var(--warm-gray);
}

.story-photo {
  flex: 1;
  overflow: hidden;
}

.story-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
  filter: saturate(0.88) contrast(1.05) brightness(0.97);
}

@media (max-width: 860px) {
  .section-story { padding: 40px 16px; }
  .story-wrap { border-radius: 16px; }
  .story-block,
  .story-block--flip {
    flex-direction: column;
  }
  .story-text {
    flex: none;
    padding: 32px 24px;
  }
  .story-photo {
    height: 240px;
    flex: none;
  }
  .story-heading { font-size: 24px; }
  .story-body { font-size: 15px; }
}

@media (max-width: 480px) {
  .section-story { padding: 28px 12px; }
  .story-text { padding: 28px 18px; }
  .story-heading { font-size: 20px; }
  .story-photo { height: 200px; }
}

/* ======================================
   SECTION IMPACT — 3 portrait cards
====================================== */
.section-impact {
  width: 100%;
  background-color: var(--cream);
  padding: 40px 20px;
}

.impact-wrap {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.impact-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.impact-photo {
  height: 260px;
  overflow: hidden;
  flex-shrink: 0;
}

.impact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.impact-stat {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.impact-stat--orange {
  background-color: var(--orange);
}

.impact-stat--dark {
  background-color: #1C1208;
}

.impact-num {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.5px;
}

.impact-sublabel {
  font-family: 'Nunito', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {
  .impact-wrap { gap: 8px; }
  .impact-num { font-size: 20px; }
  .impact-stat { padding: 12px 12px; }
  .impact-sublabel { font-size: 8px; letter-spacing: 1.5px; }
}

/* ======================================
   SECTION CTA STRIP
====================================== */
.section-cta-strip {
  width: 100%;
  background: linear-gradient(135deg, #FFF0DC 0%, #FFE4C0 100%);
  padding: 56px 20px;
  text-align: center;
  border-top: none;
  border-bottom: none;
}

.section-cta-strip--dark {
  background-color: #1C1208;
  border-top: none;
  border-bottom: none;
}

.cta-strip-inner {
  max-width: 620px;
  margin: 0 auto;
}

.cta-strip-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin: 0 0 24px 0;
  line-height: 1.35;
}

.cta-strip-title--light {
  color: rgba(255, 255, 255, 0.9);
}

.cta-strip-btn {
  display: inline-block;
  background-color: var(--orange);
  color: #fff !important;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 18px 44px;
  border-radius: var(--radius-pill);
  transition: background-color 0.2s, transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 6px 24px rgba(232, 114, 42, 0.4);
  text-decoration: none !important;
}

.cta-strip-btn:hover {
  background-color: var(--orange-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(232, 114, 42, 0.5);
}

@media (max-width: 640px) {
  .section-cta-strip { padding: 36px 16px; }
  .cta-strip-title { font-size: 18px; }
  .cta-strip-btn { font-size: 14px; padding: 16px 28px; letter-spacing: 0.8px; }
}

/* ======================================
   SECTION CONTACT
====================================== */
.section-contact {
  background-color: #1C1208;
  padding: 64px 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.section-contact-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
}

.contact-col {
  flex: 1;
}

.contact-col--brand {
  flex: 0 0 220px;
}

.contact-logo {
  width: 160px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  display: block;
  margin-bottom: 16px;
}

.contact-tagline {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
  margin: 0;
}

.contact-col h4 {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--orange);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.contact-col p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0 0 10px 0;
}

.contact-hours {
  color: rgba(255,255,255,0.55) !important;
  font-size: 14px !important;
}

.contact-hours strong {
  color: rgba(255,255,255,0.8);
}

.contact-link {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.2s;
  padding-left: 22px;
  position: relative;
}

.contact-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.55;
}

.contact-link--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.6 10.8c1.4 2.8 3.8 5.1 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.3 0 .7-.2 1L6.6 10.8z'/%3E%3C/svg%3E");
}

.contact-link--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E");
}

.contact-link--web::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z'/%3E%3C/svg%3E");
}

.contact-link:hover {
  color: var(--orange);
}

/* ======================================
   FOOTER — IT ART credit
====================================== */
.footer {
  background-color: #110C05;
  padding: 16px 24px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer-credit {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  margin: 0;
  letter-spacing: 0.3px;
}

.footer-credit a {
  color: rgba(255,255,255,0.45);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-credit a:hover {
  color: var(--orange);
}

/* ======================================
   FOOTER
====================================== */
.foot {
  padding-bottom: 30px;
  background-color: var(--cream);
}

.foot a { color: var(--dark); }
.foot a:hover { opacity: 0.7; }

.foot .foot-wrap {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.foot .foot-wrap .box1 {
  width: 50%;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding-top: 20px;
  color: var(--warm-gray);
}

.foot .foot-wrap .box2 {
  width: 49%;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  padding-top: 20px;
  color: var(--warm-gray);
}

/* ======================================
   MODAL
====================================== */
.modal00 { background-color: rgba(0, 0, 0, 0.75); }
.modal00 .modal-dialog { width: 98%; max-width: 98%; }
.modal00 .modal-content { position: relative; border-radius: 0; margin-left: auto; margin-right: auto; width: auto; }
.modal00 .modal-body {
  text-align: center;
  padding: 5px;
  min-height: 250px;
  min-width: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px;
  background-image: url('../img/loader.gif');
}
.modal00 .modal-content img { max-width: 100%; height: auto; width: 100%; max-height: 88vh; overflow: hidden; width: auto; }
.modal00 .closexx {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  top: 15px;
  right: 10px;
  opacity: 0.99;
  top: 4px;
  right: 4px;
  padding: 10px;
}
.modal00 .closexx:hover { opacity: 1; }
.modal00 .closexx i { font-size: 32px; color: #fff; }
.modal00 #show-previous-image {
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 3;
  background: transparent;
  border: 0;
  opacity: 0.7;
  transform: translate(-0%, -50%);
}
.modal00 #show-previous-image:hover { opacity: 1; }
.modal00 #show-previous-image i { font-size: 50px; }
.modal00 #show-next-image {
  position: absolute;
  top: 50%;
  right: 50px;
  z-index: 3;
  background: transparent;
  border: 0;
  opacity: 0.7;
  transform: translate(-0%, -50%);
}
.modal00 #show-next-image:hover { opacity: 1; }
.modal00 #show-next-image i { font-size: 50px; }

/* ======================================
   INNER PAGES
====================================== */
main.pod {
  position: relative;
  padding-top: 265px;
  padding-bottom: 100px;
  padding-top: 150px;
}

main.pod::before {
  background-color: var(--dark);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0px;
  right: 0;
  width: 100%;
  height: 265px;
  pointer-events: none;
  height: 0;
}

.name-page { padding-top: 0px; padding-bottom: 0px; }
.name-page .name-page-wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px; max-width: 930px; }
.name-page .name-page-text {
  position: relative;
  text-align: left;
  height: 286px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -56px;
}
.name-page .name-page-text::before {
  background-color: var(--warm-light);
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0px;
  width: 380px;
  height: 286px;
  pointer-events: none;
}
.name-page .name-page-text strong { color: var(--orange); font-weight: 700; font-family: 'Playfair Display', serif; font-size: 48px; letter-spacing: 1px; line-height: 1.2; }
.name-page .name-page-text span { color: #c0c0c0; font-weight: 200; letter-spacing: 3px; font-size: 48px; line-height: 1.2; }
.name-page .name-page-text em { font-style: normal; color: #c0c0c0; font-weight: 200; letter-spacing: 3px; font-size: 48px; line-height: 1.2; }
.name-page .name-page-text i { font-style: normal; color: #c0c0c0; font-weight: 200; letter-spacing: 3px; font-size: 48px; line-height: 1.2; }
.name-page .name-page-text-ins { position: relative; padding-left: 190px; padding-top: 38px; }

.section-title { padding-top: 50px; padding-bottom: 0px; }
.section-title .section-title-wrap { margin: 0 auto; padding: 0 20px; max-width: 1120px; text-align: center; }
.section-title .section-title-wrap h1 {
  color: #fff;
  background-color: var(--orange);
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.1;
  padding: 8px 17px;
  margin-bottom: 48px;
  display: inline-block;
  border-radius: 30px;
  margin-top: 65px;
  margin: 0 auto;
}

.section-content { padding-top: 47px; padding-bottom: 0px; }
.section-content .section-content-wrap { margin: 0 auto; padding: 0 20px; max-width: 1120px; }
.section-content .section-content-wrap .page-html {
  padding-left: 0px;
  font-size: 17px;
  font-family: 'Nunito', sans-serif;
  color: var(--dark);
  line-height: 1.8;
  margin-bottom: 28px;
  font-weight: 400;
}

.page-html strong { font-weight: 600; }
.page-html b { font-weight: 600; }
.page-html p { font-size: 17px; font-family: 'Nunito', sans-serif; color: var(--dark); line-height: 1.8; margin-bottom: 28px; font-weight: 400; }
.page-html a { color: var(--orange); display: inline-block; font-weight: 400; }
.page-html a:hover { color: var(--orange-dark); text-decoration: underline !important; }

.page-template-p-oferta .section02 { background-color: var(--cream); padding-top: 70px; padding-bottom: 90px; }
.page-template-p-oferta .section02 h2 { display: none; }
.page-template-p-oferta .section02 .section02-wrap .box-a h3 { color: var(--dark); }
.page-template-p-oferta .section02 .section02-wrap .box-a:first-of-type h3 { margin-top: 0; }
.page-template-p-oferta .section02 .section02-wrap .box2 { padding-top: 0px; }
.page-template-p-oferta .section02 .section02-wrap .box1 { padding-right: 65px; }

.page-html li { color: var(--dark); font-size: 16px; font-weight: 400; line-height: 1.8; }
.page-html ul { margin-bottom: 3rem; }
.page-html ul > li { list-style: disc; }
.page-html ol ul > li { list-style: disc; }

.page-html h2 {
  color: var(--orange);
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-bottom: 20px;
  padding-top: 10px;
}

/* ======================================
   HIDDEN ADDRESS FIELD
====================================== */
.hidden-address-field { display: none !important; }

/* ======================================
   ANIMATIONS
====================================== */
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ======================================
   MEDIA QUERIES
====================================== */

/* --- Tablet wide --- */
@media (max-width: 1100px) {
  .top .hero-right { flex: 0 0 320px; width: 320px; }
  .top .top-wrap .top-text { gap: 32px; }
  .section04 .stat-item { padding: 0 24px; }
  .section04 .stat-num { font-size: 34px; }
}

/* --- Tablet --- */
@media (max-width: 900px) {
  /* Hero — stack columns */
  .top .top-wrap { min-height: auto; padding-top: 48px; padding-bottom: 48px; }
  .top .top-wrap .top-text { flex-direction: column; gap: 20px; padding: 0 20px; }
  .top .hero-left { width: 100%; }
  .top .hero-right { flex: 0 0 auto; width: 100%; max-width: 100%; }
  .top .tekst h1 { font-size: 34px; }
  .top .tekst p { font-size: 16px; }
  .top .jest em { font-size: 72px; }
  .top .jest strong { font-size: 36px; }
  .top .progressbar { height: 40px; }
  .top .custom-select__button { font-size: 56px; }
  .top .custom-select__suffix-text { font-size: 30px; }

  /* Section01 cards — 2 columns */
  .section01 .section01-wrap .boxy { gap: 12px; }
  .section01 .section01-wrap .box-wew { width: calc(50% - 6px) !important; }

  /* Section03 steps — handled by own breakpoints */

  /* Section04 stats */
  .section04 .stats-bar { padding: 20px 16px; gap: 0; }
  .section04 .stat-item { padding: 0 16px; }
  .section04 .stat-num { font-size: 28px; }
  .section04 .stat-label { font-size: 11px; }
  .section04 .section04-wrap .boxy { gap: 12px; }

  /* Section07 */
  .section07 .section07-wrap .opis { flex-direction: column; }
  .section07 .section07-wrap .opis .text2 { width: 100%; max-width: 100%; padding-left: 20px; padding-right: 20px; text-align: center; }
  .section07 .section07-wrap .opis .img2 { width: 70%; max-width: 70%; text-align: center; }
  .section07 .link { margin-top: 32px; margin-bottom: 48px; }
  .section07 .section07-wrap h2 { font-size: 32px; }
}

/* --- Mobile --- */
@media (max-width: 640px) {
  /* Global */
  h2 { font-size: 28px !important; }

  /* Hero */
  .top .top-wrap { padding: 36px 16px 40px; }
  .top .top-wrap .top-text { padding: 0; gap: 16px; }
  .top .logo img { max-width: 150px; }
  .top .shelter-badge { padding: 6px 12px 6px 8px; }
  .top .shelter-badge img { height: 26px; }
  .top .shelter-badge span { font-size: 10px; letter-spacing: 0.5px; }
  .top .tekst { padding-top: 8px; margin-bottom: 16px; }
  .top .tekst h1 { font-size: 28px; line-height: 1.25; }
  .top .tekst p { font-size: 15px; line-height: 1.6; }

  /* Counter */
  .top .cel { padding: 14px 16px; gap: 8px; }
  .top .cel-left, .top .cel-right { align-items: center; }
  .top .jest em { font-size: 60px; }
  .top .jest p { font-size: 10px; }
  .top .jest strong { font-size: 28px; }
  .top .progressbar { height: 36px; }
  .top .progressbar::after { font-size: 11px; right: 10px; }

  /* Timer */
  .top .licznik { margin-top: 12px; align-items: center; }
  .top .licznik strong { font-size: 10px; text-align: center; }
  .top .licznik .licz b { font-size: 26px; }

  /* Form */
  .top .wybierz { padding: 20px 16px; border-radius: 16px; }
  .top .custom-select__button { font-size: 52px; }
  .top .custom-select__suffix-text { font-size: 28px; }
  .top .cta-button, .top .wybierz .link a { font-size: 14px; padding: 16px 16px; letter-spacing: 0.5px; }

  /* Section01 — 1 column */
  .section01 { padding-top: 48px; padding-bottom: 32px; }
  .section01 .section01-wrap { padding: 0 16px; }
  .section01 .section01-wrap .boxy { flex-direction: column; gap: 10px; }
  .section01 .section01-wrap .box-wew { width: 100% !important; }
  .section01 .section01-wrap .box-wew { padding: 24px 20px; }
  .section01 .section01-wrap .boxy strong { font-size: 20px; }

  /* Section02 slider */
  .section02 { padding: 20px 12px; }
  .section02 .splide { height: 280px; }
  .section02 .section02-wrap { border-radius: 14px; }

  /* Section04 stats — 2x2 grid */
  .section04 { padding-top: 10px; }
  .section04 .section04-wrap { padding: 0 16px; }
  .section04 .stats-bar { flex-wrap: wrap; border-radius: 14px; padding: 16px; gap: 12px; }
  .section04 .stat-item { flex: 0 0 calc(50% - 6px); padding: 8px 0; }
  .section04 .stat-divider { display: none; }
  .section04 .stat-num { font-size: 26px; }
  .section04 .section04-wrap .boxy { flex-direction: column; }
  .section04 .section04-wrap .opis { padding: 20px 18px; }
  .section04 .section04-wrap h3 { font-size: 18px; }
  .section04 .section04-wrap .opis p { font-size: 14px; }

  /* Section06 FAQ */
  .section06 { padding-top: 40px; padding-bottom: 40px; }
  .section06 .section06-wrap { padding: 0 16px; }
  .section06 .section06-wrap .boxy { grid-template-columns: 1fr; gap: 10px; }
  .section06 .section06-wrap .opis { padding: 16px 18px; }
  .section06 .section06-wrap h3 { font-size: 15px; }
  .section06 .section06-wrap .opis p { font-size: 14px; }

  /* Section03 Steps */
  .section03 { padding-top: 52px; padding-bottom: 36px; }
  .section03 h2 { margin-bottom: 40px; }
  .steps-row { gap: 12px; }
  .step-card { padding: 24px 18px; }
  .step-num { font-size: 56px; }
  .steps-conclusion { margin-top: 24px; }

  /* Section07 CTA */
  .section07 { padding: 32px 12px; }
  .section07 .section07-wrap { border-radius: 20px; padding: 52px 24px; min-height: auto; }
  .section07 .section07-wrap h2 { font-size: 26px; }
  .section07 .section07-wrap .opis { padding: 24px 16px; }
  .section07 .section07-wrap .opis .text2 { padding-left: 0; padding-right: 0; }
  .section07 .section07-wrap .opis .img2 { width: 100%; max-width: 100%; }
  .section07 .link a { font-size: 14px; padding: 16px 20px; }

  /* Footer */
  .foot .foot-wrap .box1 { width: 100%; display: block; }
  .foot .foot-wrap .box2 { width: 100%; display: block; text-align: left; }

  /* Contact section */
  .section-contact { padding: 48px 20px; }
  .section-contact-wrap { flex-direction: column; gap: 32px; }
  .contact-col--brand { flex: none; }
  .contact-logo { width: 130px; }
}

/* --- Small mobile --- */
@media (max-width: 380px) {
  .top .tekst h1 { font-size: 24px; }
  .top .jest em { font-size: 52px; }
  .top .jest strong { font-size: 24px; }
  .top .custom-select__button { font-size: 44px; }
  .top .custom-select__suffix-text { font-size: 24px; }
  .section04 .stat-num { font-size: 22px; }
}

/* ======================================
   SECTION 03 REDESIGN — Steps
   2026-02-22
====================================== */

/* Override original section03-wrap flex layout */
.section03 .section03-wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  flex-direction: unset;
  flex-wrap: unset;
  justify-content: unset;
}

/* Steps row — 4 cards horizontal */
.steps-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: nowrap;
}

/* Individual step card */
.step-card {
  flex: 1;
  text-align: center;
  padding: 40px 24px;
  background: #FFF8F2;
  border-radius: 24px;
  border: 1.5px solid #F0E0CC;
  box-shadow: 0 2px 16px rgba(28, 18, 8, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  min-width: 180px;
  max-width: 260px;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
  border-color: var(--orange);
}

/* Big step number */
.step-num {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 16px;
}

/* Step title */
.step-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Step description */
.step-desc {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--warm-gray);
  font-weight: 400;
  margin: 0;
}

/* Arrow between steps */
.step-arrow {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 36px;
  color: var(--orange);
  opacity: 0.4;
  flex-shrink: 0;
  align-self: center;
  font-family: 'Nunito', sans-serif;
  line-height: 1;
}

/* Conclusion bar below steps */
.steps-conclusion {
  margin-top: 40px;
  background: linear-gradient(135deg, #1C1208 0%, #2D1A0A 100%);
  border-radius: 20px;
  padding: 32px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.steps-conclusion strong {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

.steps-conclusion span {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  max-width: 600px;
}

/* Tablet: 2x2 grid, arrows hidden */
@media (max-width: 1000px) {
  .steps-row {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .step-card {
    min-width: 220px;
    max-width: calc(50% - 16px);
    flex: 0 1 calc(50% - 16px);
  }

  .step-arrow {
    display: none;
  }
}

/* Mobile: single column */
@media (max-width: 600px) {
  .step-card {
    max-width: 100%;
    flex: 0 1 100%;
  }

  .step-num {
    font-size: 64px;
  }

  .steps-conclusion {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }

  .steps-conclusion strong {
    white-space: normal;
    font-size: 24px;
  }
}


/* ======================================
   HERO — subtitle & cta-text (nowe teksty)
====================================== */
.top .tekst-subtitle {
  color: rgba(255,255,255,0.75);
  font-size: 20px;
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  margin-bottom: 16px;
  max-width: 600px;
}

.top .tekst-cta-text {
  color: rgba(255,255,255,0.95);
  font-size: 17px;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  margin-top: 8px;
  max-width: 600px;
}


/* ======================================
   SECTION WHY — historia schroniska
====================================== */
.section-why {
  padding: 80px 24px;
  background: var(--cream);
}

.section-why-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.section-why-intro {
  font-size: 18px;
  line-height: 1.8;
  color: var(--dark);
  margin-bottom: 24px;
  font-family: 'Nunito', sans-serif;
}

.section-why-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.section-why-list li {
  font-size: 17px;
  line-height: 1.7;
  color: var(--dark);
  padding: 12px 0 12px 44px;
  position: relative;
  border-bottom: 1px solid rgba(28,18,8,0.07);
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.section-why-list li:hover {
  color: var(--orange);
  padding-left: 52px;
}

.section-why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 24px;
  height: 24px;
  background: var(--orange);
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 10l3.5 3.5L15 7' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.section-why-closing {
  font-size: 20px;
  line-height: 1.75;
  color: var(--dark);
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: 700;
  border-left: 4px solid var(--orange);
  background: rgba(232,114,42,0.06);
  border-radius: 0 12px 12px 0;
  padding: 20px 28px;
  margin-top: 40px;
}


/* ======================================
   SECTION BENEFITS — ciemna siatka kart
====================================== */
.section-benefits {
  padding: 80px 24px;
  background: var(--cream);
}

.section-benefits-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.section-benefits-wrap h2 {
  color: var(--dark);
}

.section-benefits-wrap h2::before {
  background: var(--orange);
}

.benefits-mosaic {
  display: none;
}

.benefits-lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: var(--warm-gray);
  max-width: 700px;
  margin: -40px auto 52px;
  font-family: 'Nunito', sans-serif;
}

.benefits-manifesto {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.benefits-manifesto__item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: var(--white);
  border: 1px solid rgba(28,18,8,0.09);
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 2px 12px rgba(28,18,8,0.05);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.benefits-manifesto__item:hover {
  box-shadow: 0 8px 32px rgba(28,18,8,0.1);
  border-color: rgba(232,114,42,0.3);
  transform: translateY(-3px);
}

.benefits-manifesto__item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  max-width: 580px;
  margin: 0 auto;
  width: 100%;
}

.benefits-manifesto__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  background: rgba(232,114,42,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  margin-top: 2px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.benefits-manifesto__item:hover .benefits-manifesto__icon {
  background: rgba(232,114,42,0.18);
  transform: scale(1.08);
}

.benefits-manifesto__icon .icon-paw {
  width: 24px;
  height: 24px;
}

.benefits-manifesto__content strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.3;
}

.benefits-manifesto__content p {
  font-family: 'Nunito', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: var(--warm-gray);
  margin: 0;
}

.section01 .boxy--2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.section01 .boxy--2col .box-wew {
  width: 100% !important;
}

.section01 .boxy--2col .box-wew--full {
  grid-column: 1 / -1;
}

.section01 .boxy--2col .box-icon {
  font-size: 28px;
  margin-bottom: 12px;
  line-height: 1;
}


/* ======================================
   SECTION NASZA PRACA — pull-quote
====================================== */
.section-nasza-praca {
  padding: 48px 24px;
  background: var(--cream);
  text-align: center;
}

.section-nasza-praca-wrap {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.section-nasza-praca .quote-mark {
  width: 40px;
  height: auto;
  fill: var(--orange);
  opacity: 0.22;
  display: block;
  margin: 0 auto 14px;
  animation: floatQuote 4s ease-in-out infinite;
}

.section-nasza-praca h3 {
  font-size: 26px;
  font-family: 'Playfair Display', serif;
  color: var(--dark);
  margin-bottom: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
}

.section-nasza-praca p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--warm-gray);
  font-family: 'Nunito', sans-serif;
}

.section-nasza-praca .nasza-praca-closing {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 700;
  color: var(--orange);
  font-style: normal;
  margin-top: 16px;
}




/* ======================================
   RESPONSIVE — nowe sekcje
====================================== */
@media (max-width: 768px) {
  .section01 .boxy--2col {
    grid-template-columns: 1fr;
  }

  .section01 .boxy--2col .box-wew--full {
    grid-column: 1;
  }

  /* Section WHY */
  .section-why {
    padding: 56px 16px;
  }

  .section-why-intro,
  .section-why-closing {
    font-size: 16px;
  }

  .section-why-closing {
    font-size: 17px;
    padding: 16px 20px;
  }

  /* Section BENEFITS */
  .section-benefits {
    padding: 56px 16px;
  }

  .benefits-manifesto {
    grid-template-columns: 1fr;
  }

  .benefits-manifesto__item:last-child:nth-child(odd) {
    grid-column: auto;
    max-width: 100%;
  }

  .benefits-manifesto__content strong {
    font-size: 16px;
  }

  .benefits-lead {
    font-size: 16px;
    margin-bottom: 36px;
  }

  /* Section NASZA PRACA */
  .section-nasza-praca {
    padding: 56px 16px;
  }

  .section-nasza-praca h3 {
    font-size: 24px;
  }

  .section-nasza-praca p,
  .section-nasza-praca .nasza-praca-closing {
    font-size: 16px;
  }

  /* Section07 */
  .section07 .s07-list li {
    font-size: 14px;
    padding: 8px 18px;
  }

  .top .tekst-subtitle {
    font-size: 17px;
  }
}
