/* ============================================
   OWP OVERRIDE CSS — V10
   Wchodzi ostatni w hierarchii, nadpisuje wszystko
   ============================================ */

/* ========== ZMIANA 1: AGRESYWNE ZEROWANIE ODSTĘPÓW ========== */
body.home section, body.home main section, body.home main > section, body.home main > .section {
  padding-top: clamp(32px, 4vw, 56px) !important;
  padding-bottom: clamp(32px, 4vw, 56px) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.home .hero-section { padding-top: clamp(66px, 7vw, 90px) !important; padding-bottom: clamp(70px, 8vw, 110px) !important; }
body.home .office-wisdom-section { padding-top: clamp(48px, 6vw, 80px) !important; padding-bottom: clamp(48px, 6vw, 80px) !important; }
body.home main > section + section { margin-top: 0 !important; }
body.home .section-header { margin-bottom: 32px !important; }
body.home div[class*="space"]:empty:not([class*="social"]), body.home .section-inner > div:empty { display: none !important; height: 0 !important; }

:root {
  --owp-mustard: #E8A838;
  --owp-mustard-dark: #D4952E;
  --owp-mustard-light: #FFF8E7;
  --owp-navy: #1A2744;
  --owp-navy-light: #2A3B5F;
  --owp-coral: #E74C3C;
  --owp-cream: #FDF6EC;
  --owp-white: #FFFFFF;
  --owp-text: #1A1A2E;
  --owp-text-secondary: #6B7280;
  --owp-border: #E8E2D8;
}

/* ========== FIX 3: RESET PADDING — zeruj stary motyw, potem nasz ========== */
body section,
body main section,
body main > section,
body main > .section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body section,
body main > section,
body main > .section {
  padding-top: clamp(48px, 6vw, 72px) !important;
  padding-bottom: clamp(48px, 6vw, 72px) !important;
}
body .hero-section {
  padding-bottom: clamp(60px, 7vw, 80px) !important;
}
body section + section,
body .section + .section {
  margin-top: 0 !important;
}
section:empty, div.container:empty, .section:empty { display: none !important; }
div[style*="min-height"]:empty { display: none !important; }

/* ========== GLOBALNE ========== */
body { font-family: 'Inter', sans-serif !important; color: var(--owp-text); background: var(--owp-cream); overflow-x: hidden; scrollbar-width: none !important; }
body::-webkit-scrollbar { width: 0px !important; background: transparent !important; }

/* Suwak widoczny tylko po najechaniu na prawą krawędź */
html { scrollbar-width: none !important; }
html::-webkit-scrollbar { width: 8px !important; background: transparent !important; }
html::-webkit-scrollbar-thumb { background: transparent !important; border-radius: 4px !important; transition: background 0.3s !important; }
html:hover::-webkit-scrollbar-thumb { background: rgba(26, 39, 68, 0.2) !important; }
html:hover::-webkit-scrollbar-thumb:hover { background: rgba(26, 39, 68, 0.4) !important; }

/* ========== NAV ========== */
.site-header .social-icon { width: 40px !important; height: 40px !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; border-radius: 10px !important; color: var(--owp-navy) !important; background: transparent !important; }
.site-header .social-icon svg { width: 22px !important; height: 22px !important; stroke: currentColor !important; fill: none !important; }
.site-header .social-icon:hover { background: var(--owp-mustard-light) !important; color: var(--owp-mustard-dark) !important; transform: translateY(-2px) !important; }
.site-header { position: sticky !important; top: 0 !important; z-index: 1000 !important; background: var(--owp-cream) !important; transition: all 0.3s ease !important; }
.site-header.scrolled { background: rgba(253, 246, 236, 0.95) !important; backdrop-filter: blur(16px) !important; box-shadow: 0 2px 20px rgba(26, 39, 68, 0.08) !important; }

/* ========== ALTERNACJA TŁA — WYŁĄCZONA NA HOMEPAGE (gradient) ========== */
main > section { position: relative !important; overflow: visible !important; }
main > section > * { position: relative; z-index: 1; }

/* ========== DIVIDERY — WYŁĄCZONE NA HOMEPAGE (gradient) ========== */
body.home main > section::after,
body.home main > .section::after,
body.home main > section.hero-section::after,
body.home section.hero-section:first-of-type::after,
body.home main > section.b2b-section::after {
  display: none !important;
  content: none !important;
}
.hero-section { position: relative !important; overflow: visible !important; }
/* Wisdom → cream */
body main > section.office-wisdom-section::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 20' preserveAspectRatio='none'><path d='M0,0 C480,20 960,0 1440,14 L1440,20 L0,20 Z' fill='%23FDF6EC'/></svg>") !important;
}
/* Ostatnia sekcja → mustard (footer) */
body main > section:last-of-type::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 20' preserveAspectRatio='none'><path d='M0,0 C480,20 960,0 1440,14 L1440,20 L0,20 Z' fill='%23E8A838'/></svg>") !important;
}

/* ========== HERO LICZNIKI ========== */
.hero-section .mini-stat .count, .hero-stats .count { font-family: 'Space Grotesk', sans-serif !important; font-weight: 700 !important; font-size: 2rem !important; color: var(--owp-navy) !important; display: inline-block !important; min-width: 40px !important; }

/* ========== STEP NUMS ========== */
.step-num { font-family: 'Space Grotesk', sans-serif !important; font-weight: 700 !important; font-size: 1.3rem !important; color: white !important; }
.step-num .count, .step-card .count { all: unset !important; color: white !important; }

/* ========== KANAPKAMAN ========== */
.kanapkaman-section, [class*="kanapkaman"], [id*="kanapkaman"], [class*="KanapkaMan"], .qr-code-section, .app-download-section { display: none !important; }

/* ========== FIX 9: BESTSELLERY — 3 kolumny, tytuł nie łamie się ========== */
.bestsellers-grid { display: grid !important; grid-template-columns: 1fr 1.1fr 1fr !important; gap: 20px !important; max-width: 1100px !important; margin: 0 auto !important; }
.bestseller-card h3 {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem) !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
  min-height: 2.5em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.card-bestseller h3 { font-size: clamp(1.05rem, 1.5vw, 1.25rem) !important; }
@media (max-width: 900px) { .bestsellers-grid { grid-template-columns: 1fr !important; max-width: 400px !important; } .card-bestseller { transform: scale(1) !important; } .bestseller-card h3 { min-height: auto !important; } }
.card-bestseller { transform: scale(1.02) !important; z-index: 2 !important; border: 2px solid var(--owp-mustard) !important; box-shadow: 0 20px 60px rgba(232, 168, 56, 0.3), 0 0 0 6px rgba(232, 168, 56, 0.08) !important; position: relative !important; overflow: visible !important; }
.card-bestseller::before { content: '' !important; position: absolute !important; top: 0 !important; left: -100% !important; width: 60% !important; height: 100% !important; background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.4) 50%, transparent 70%) !important; animation: premiumShineV9 5s ease-in-out infinite !important; z-index: 1 !important; pointer-events: none !important; }
@keyframes premiumShineV9 { 0%, 90%, 100% { left: -100%; } 45% { left: 130%; } }

/* ========== B2B NAVY ========== */
.b2b-section { background: var(--owp-navy) !important; color: white !important; }
.b2b-section h2, .b2b-section h3 { color: white !important; }
.b2b-section p { color: rgba(255,255,255,0.8) !important; }
.b2b-feature { background: rgba(255,255,255,0.04) !important; border: 1px solid rgba(255,255,255,0.1) !important; border-radius: 18px !important; padding: 28px 24px !important; transition: all 0.3s ease !important; }
.b2b-feature:hover { background: rgba(255,255,255,0.07) !important; border-color: var(--owp-mustard) !important; transform: translateY(-4px) !important; }

/* FIX 5: B2B IKONY — MUSTARDOWE KÓŁKA — brutalne przejęcie */
.b2b-icon,
body .b2b-section .b2b-feature > :first-child,
body .b2b-section .b2b-feature [class*="icon"] {
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  background: rgba(232, 168, 56, 0.18) !important;
  background-color: rgba(232, 168, 56, 0.18) !important;
  border-radius: 50% !important;
  border: 2px solid rgba(232, 168, 56, 0.35) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  font-size: 1.5rem !important;
  color: #E8A838 !important;
  box-shadow: 0 4px 12px rgba(232, 168, 56, 0.15) !important;
  line-height: 1 !important;
}
body .b2b-section .b2b-feature svg { width: 26px !important; height: 26px !important; color: #E8A838 !important; stroke: #E8A838 !important; fill: none !important; }

.count-dark, .b2b-section .count { color: var(--owp-mustard) !important; font-family: 'Space Grotesk', sans-serif !important; font-weight: 700 !important; }

/* B2B KROKI — CSS counter */
.b2b-steps-list, .b2b-section ol { list-style: none !important; padding: 0 !important; counter-reset: b2b-steps !important; margin: 0 auto 28px !important; max-width: 560px !important; text-align: left !important; }
.b2b-steps-list li, .b2b-section ol li { counter-increment: b2b-steps !important; padding: 12px 0 12px 52px !important; position: relative !important; color: rgba(255,255,255,0.9) !important; font-size: 0.95rem !important; line-height: 1.6 !important; list-style: none !important; }
.b2b-steps-list li::before, .b2b-section ol li::before { content: counter(b2b-steps) !important; position: absolute !important; left: 0 !important; top: 10px !important; width: 36px !important; height: 36px !important; background: var(--owp-mustard) !important; color: var(--owp-navy) !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; font-family: 'Space Grotesk', sans-serif !important; font-weight: 700 !important; font-size: 1rem !important; }
.b2b-steps-list strong { color: white !important; }

/* ========== O NAS LICZNIKI ========== */
.about-stats .count.big, .about-stats .count, .big-stat .count { font-family: 'Space Grotesk', sans-serif !important; font-weight: 700 !important; font-size: 2.4rem !important; color: var(--owp-mustard-dark) !important; display: inline-block !important; min-width: 30px !important; }

/* ========== FIX 2: OPINIE PŁYWAJĄCE — poprawne ========== */
.testimonials-section { overflow: visible !important; padding: clamp(48px, 6vw, 72px) 0 !important; }
.testimonials-section .section-inner, .testimonials-section .section-header { padding: 0 clamp(20px, 5vw, 40px) !important; }
.testimonials-scroll-wrap { margin-top: 40px !important; overflow: visible !important; padding: 20px 0 !important; width: 100% !important; max-width: 100vw !important; }
.testimonial-row { overflow: visible !important; padding: 12px 0 !important; width: 100% !important; mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent) !important; -webkit-mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent) !important; }
.testimonial-row + .testimonial-row { margin-top: 16px !important; }
.testimonial-track { display: flex !important; gap: 20px !important; width: max-content !important; animation-duration: 60s !important; animation-timing-function: linear !important; animation-iteration-count: infinite !important; will-change: transform !important; padding-left: 20px !important; }
.row-right .testimonial-track { animation-name: owpScrollRight !important; }
.row-left .testimonial-track { animation-name: owpScrollLeft !important; }
@keyframes owpScrollRight { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes owpScrollLeft { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }
.testimonial-row:hover .testimonial-track { animation-play-state: paused !important; }
.testimonial-card { flex: 0 0 340px !important; background: white !important; border: 1px solid var(--owp-border) !important; border-radius: 18px !important; padding: 24px !important; box-shadow: 0 4px 16px rgba(26, 39, 68, 0.05) !important; }
.testimonials-section .testimonial-card::before { content: '\201C'; display: block; font-family: Georgia, serif; font-size: 3rem; line-height: 0.5; color: #E8A838; margin-bottom: 12px; opacity: 0.5; }
.testimonials-grid { display: none !important; }
@media (max-width: 600px) { .testimonial-card { flex: 0 0 280px !important; } }

/* ========== MĄDROŚĆ DNIA ========== */
.office-wisdom-section { padding: 48px 20px !important; background: var(--owp-mustard-light) !important; min-height: unset !important; }
.wisdom-quote, #wisdomQuote, #officeWisdom { transition: opacity 0.4s ease !important; }
.wisdom-quote.fading, #wisdomQuote.fading, #officeWisdom.fading { opacity: 0 !important; }

/* ========== KONTAKT ========== */
.contact-info-cards { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.info-item { display: flex; gap: 16px; padding: 16px 20px; background: white; border: 1px solid var(--owp-border); border-radius: 14px; transition: all 0.2s ease; align-items: center; }
.info-item:hover { border-color: var(--owp-mustard); transform: translateX(4px); }
.info-icon { font-size: 1.4rem; width: 44px; height: 44px; background: var(--owp-mustard-light); border-radius: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-label { font-size: 0.75rem; color: var(--owp-text-secondary); margin-bottom: 2px; font-weight: 500; }
.info-value { font-size: 0.95rem; font-weight: 600; color: var(--owp-navy); text-decoration: none; display: block; }
a.info-value:hover { color: var(--owp-mustard-dark); }

/* ========== TRAMPOLINA ========== */
.trampoline-wrap { background: var(--owp-cream) !important; padding: 40px 20px 60px !important; text-align: center !important; border-top: 1px dashed var(--owp-border) !important; position: relative !important; z-index: 10 !important; margin: 0 !important; }
.trampoline-wrap::after { content: '' !important; position: absolute !important; bottom: -1px !important; left: 0 !important; right: 0 !important; height: 20px !important; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 20' preserveAspectRatio='none'><path d='M0,0 C480,20 960,0 1440,14 L1440,20 L0,20 Z' fill='%23E8A838'/></svg>") !important; background-repeat: no-repeat !important; background-size: 100% 100% !important; }
/* Trampolina — patyczak z głową skaczący na trampolinie */
.trampoline {
  width: auto !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  box-shadow: none !important;
  padding: 10px !important;
  animation: none !important;
}
.trampoline:hover { transform: none !important; background: transparent !important; }
.trampoline:hover .trampoline-text { color: var(--owp-mustard-dark) !important; }
.trampoline-icon { display: none !important; }
.trampoline-scene { display: none !important; }
.trampoline-face { display: none !important; }
.trampoline-pad { display: none !important; }

/* SVG patyczak */
.trampoline-stickman {
  width: 180px !important;
  height: 280px !important;
  display: block !important;
  overflow: visible !important;
}

/* Patyczak podskakuje */
.stickman-body {
  animation: stickBounce 1.6s ease-in-out infinite;
  transform-origin: 100px 220px;
}

/* Ręce — w dół przy opadaniu, w górę przy skoku */
.arm-left {
  animation: armLeftWave 1.6s ease-in-out infinite;
  transform-origin: 100px 115px;
}
.arm-right {
  animation: armRightWave 1.6s ease-in-out infinite;
  transform-origin: 100px 115px;
}

/* Nogi — rozszerzają się przy lądowaniu, zwijają przy skoku */
.leg-left {
  animation: legLeftMove 1.6s ease-in-out infinite;
  transform-origin: 100px 170px;
}
.leg-right {
  animation: legRightMove 1.6s ease-in-out infinite;
  transform-origin: 100px 170px;
}

/* Deska trampoliny ugina się */
.tramp-pad {
  animation: trampolineFlex 1.6s ease-in-out infinite;
  transform-origin: 100px 260px;
}

/* === ANIMACJE === */

/* Ciało skacze w górę */
@keyframes stickBounce {
  0%   { transform: translateY(0); }
  10%  { transform: translateY(10px) scaleY(0.92); }
  35%  { transform: translateY(-60px) scaleY(1.05); }
  55%  { transform: translateY(-35px); }
  80%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* Lewa ręka: dół → góra → dół */
@keyframes armLeftWave {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(15deg); }
  35%  { transform: rotate(-70deg); }
  55%  { transform: rotate(-40deg); }
  80%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* Prawa ręka: lustro lewej */
@keyframes armRightWave {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(-15deg); }
  35%  { transform: rotate(70deg); }
  55%  { transform: rotate(40deg); }
  80%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* Lewa noga: szeroko przy lądowaniu, zwija się w skoku */
@keyframes legLeftMove {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(10deg); }
  35%  { transform: rotate(-20deg); }
  55%  { transform: rotate(-10deg); }
  80%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* Prawa noga: lustro */
@keyframes legRightMove {
  0%   { transform: rotate(0deg); }
  10%  { transform: rotate(-10deg); }
  35%  { transform: rotate(20deg); }
  55%  { transform: rotate(10deg); }
  80%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

/* Deska ugina się przy kontakcie */
@keyframes trampolineFlex {
  0%   { transform: scaleX(1) scaleY(1); }
  10%  { transform: scaleX(1.12) scaleY(0.4); }
  25%  { transform: scaleX(0.95) scaleY(1.3); }
  40%  { transform: scaleX(1) scaleY(1); }
  100% { transform: scaleX(1) scaleY(1); }
}

/* Hover = szybciej */
.trampoline:hover .stickman-body { animation-duration: 0.9s; }
.trampoline:hover .arm-left,
.trampoline:hover .arm-right { animation-duration: 0.9s; }
.trampoline:hover .leg-left,
.trampoline:hover .leg-right { animation-duration: 0.9s; }
.trampoline:hover .tramp-pad { animation-duration: 0.9s; }

.trampoline-text { font-size: 0.75rem !important; font-weight: 700 !important; color: var(--owp-navy) !important; text-transform: uppercase !important; letter-spacing: 1px !important; line-height: 1.3 !important; margin-top: 8px !important; }

/* ============================================================
   HERO — nowy pattern + szybszy drift + drugie zdjęcie
   ============================================================ */

/* ============================================================
   HERO — ściśnięty, odważna fala, wyraziste przyciski
   ============================================================ */

/* Ściśnij hero — wszystko do góry, zero zbędnych przerw */
body .hero-section {
  padding-top: clamp(8px, 1.5vw, 16px) !important;
  padding-bottom: clamp(50px, 6vw, 70px) !important;
}
body .hero-inner {
  gap: clamp(16px, 2.5vw, 28px) !important;
}
body .hero-eyebrow {
  margin-bottom: 6px !important;
  padding: 4px 14px !important;
}
body .hero-section h1 {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}
body .hero-subtitle {
  margin-bottom: 14px !important;
}
body .hero-cta {
  margin-bottom: 16px !important;
}
body .hero-stats {
  margin-bottom: 0 !important;
}
body .hero-visual {
  margin-top: -16px !important;
}

/* PRZYCISKI — wyraziste, nie zlewają się z tłem */
body .hero-section .btn-primary,
body .hero-section a.btn-primary {
  background: var(--owp-navy) !important;
  color: #FFFFFF !important;
  border: 2px solid var(--owp-navy) !important;
  padding: 14px 32px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  box-shadow: 0 6px 20px rgba(26, 39, 68, 0.3) !important;
  transition: all 0.25s ease !important;
}
body .hero-section .btn-primary:hover {
  background: var(--owp-navy-light) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(26, 39, 68, 0.4) !important;
}

body .hero-section .btn-secondary,
body .hero-section a.btn-secondary {
  background: #FFFFFF !important;
  color: var(--owp-navy) !important;
  border: 2px solid var(--owp-navy) !important;
  padding: 14px 32px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  box-shadow: 0 4px 12px rgba(26, 39, 68, 0.1) !important;
  transition: all 0.25s ease !important;
}
body .hero-section .btn-secondary:hover {
  background: var(--owp-navy) !important;
  color: #FFFFFF !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(26, 39, 68, 0.3) !important;
}

/* ODWAŻNA FALA na końcu hero — wyższa, bardziej dramatyczna */
body main > section.hero-section::after,
body section.hero-section:first-of-type::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'><path d='M0,0 C320,50 720,10 1080,40 C1200,48 1360,15 1440,30 L1440,50 L0,50 Z' fill='%23FDF6EC'/></svg>") !important;
  height: 50px !important;
}

/* HERO RATING — gwiazdka złota */
body .hero-rating {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  font-size: 2rem !important;
  color: var(--owp-navy) !important;
  line-height: 1 !important;
  display: block !important;
}
body .hero-rating .star {
  color: var(--owp-navy) !important;
  font-size: 1.6rem !important;
  vertical-align: middle !important;
}

/* Pattern: autka navy (#1A2744) jak poprzedni OWP napis, subtelnie powtarzany */
body .hero-pattern {
  position: absolute !important;
  inset: 0 !important;
  background-image: url('../images/foodtruck-tile-navy.png') !important;
  background-size: 140px 140px !important;
  background-repeat: repeat !important;
  opacity: 0.1 !important;
  pointer-events: none !important;
  animation: patternDrift 30s linear infinite !important;
  z-index: 0 !important;
}
body .hero-section .hero-inner { position: relative !important; z-index: 1 !important; }

/* 2.5x szybszy drift (60s → 24s) */
@keyframes patternDrift {
  0% { background-position: 0 0; }
  100% { background-position: 160px 160px; }
}

/* DRUGIE ZDJĘCIE — wystaje za głównym */
body .hero-visual {
  position: relative !important;
}

body .hero-img-main {
  position: relative !important;
  z-index: 2 !important;
  border-radius: 24px !important;
  border: 4px solid white !important;
  box-shadow: 0 30px 80px rgba(26, 39, 68, 0.25) !important;
  transform: rotate(-1deg) !important;
  transition: transform 0.4s ease !important;
}

body .hero-img-main:hover {
  transform: rotate(0deg) !important;
}

body .hero-img-secondary {
  position: absolute !important;
  z-index: 1 !important;
  bottom: -30px !important;
  right: -25px !important;
  width: 55% !important;
  height: auto !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 50px rgba(26, 39, 68, 0.2) !important;
  transform: rotate(4deg) !important;
  border: 4px solid white !important;
  transition: transform 0.4s ease !important;
  object-fit: cover !important;
  aspect-ratio: 4/3 !important;
}

body .hero-img-secondary:hover {
  transform: rotate(1deg) scale(1.03) !important;
}

@media (max-width: 768px) {
  body .hero-img-secondary {
    display: none !important;
  }
}

/* ========== NEWSLETTER ========== */
.newsletter-card { background: var(--owp-navy) !important; color: white !important; border-radius: 24px !important; padding: 40px !important; display: grid !important; grid-template-columns: 1fr 1.2fr !important; gap: 32px !important; align-items: center !important; margin-top: 48px !important; }
.newsletter-card h3 { color: white !important; }
.newsletter-card strong { color: var(--owp-mustard) !important; }
.newsletter-form input { padding: 13px 16px !important; border: 1.5px solid rgba(255,255,255,0.2) !important; border-radius: 10px !important; background: rgba(255,255,255,0.1) !important; color: white !important; }
.newsletter-form input::placeholder { color: rgba(255,255,255,0.5) !important; }
.newsletter-form input:focus { border-color: var(--owp-mustard) !important; }
.newsletter-form .btn-primary { background: var(--owp-mustard) !important; color: var(--owp-navy) !important; }
@media (max-width: 768px) { .newsletter-card { grid-template-columns: 1fr !important; } }

/* ========== PDF BUTTONS ========== */
.menu-action-btn { display: inline-flex !important; align-items: center !important; gap: 8px !important; padding: 12px 22px !important; background: white !important; border: 1.5px solid var(--owp-border) !important; border-radius: 12px !important; font-size: 0.9rem !important; color: var(--owp-navy) !important; text-decoration: none !important; transition: all 0.2s ease !important; }
.menu-action-btn:hover { border-color: var(--owp-mustard) !important; background: var(--owp-mustard-light) !important; transform: translateY(-2px) !important; }

/* ========== FOOTER MUSTARD ========== */
/* Stare reguły footer (mustard) usunięte — nowa stopka navy stylowana bezpośrednio w footer.php */
@media (max-width: 900px) { .site-footer .footer-top, .footer-grid-3 { grid-template-columns: 1fr 1fr !important; } }
@media (max-width: 500px) { .site-footer .footer-top, .footer-grid-3 { grid-template-columns: 1fr !important; } }

/* ========== FIX 7: UKRYJ STICKY CTA PASKI ========== */
.sticky-cta, .floating-cta, .bottom-cta, .sticky-order-bar, [class*="sticky-order"], [class*="floating-order"], body > div.cta-bar:not(.footer-cta) { display: none !important; }

/* ========== CONTAINER ========== */
.section-inner, .container { max-width: 1200px !important; margin: 0 auto !important; }

/* ========== ZMIANA 5: MAPA ZASIĘGU DOSTAW ========== */
.delivery-map-container { max-width: 1100px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 40px); }
.delivery-map-inner { display: grid !important; grid-template-columns: 1fr 1.1fr !important; gap: 48px !important; align-items: center !important; }
.delivery-map-text h2 { font-size: clamp(1.8rem, 3vw, 2.4rem) !important; margin-bottom: 12px !important; color: var(--owp-navy) !important; }
.delivery-map-text p { color: var(--owp-text-secondary) !important; line-height: 1.6 !important; margin-bottom: 12px !important; }
.delivery-map-text .delivery-cities { font-weight: 600 !important; color: var(--owp-navy) !important; padding: 16px 20px !important; background: rgba(232, 168, 56, 0.12) !important; border-radius: 12px !important; border-left: 4px solid var(--owp-mustard) !important; }
.delivery-map-text .delivery-note { font-size: 0.9rem !important; color: var(--owp-text-secondary) !important; }
.delivery-map-text .delivery-note a { color: var(--owp-mustard-dark) !important; font-weight: 600 !important; text-decoration: none !important; }
.delivery-map-svg { width: 100% !important; display: flex !important; align-items: center !important; justify-content: center !important; }
.delivery-map-svg svg { width: 100% !important; height: auto !important; max-width: 600px !important; filter: drop-shadow(0 10px 30px rgba(26, 39, 68, 0.1)) !important; }
@media (max-width: 900px) { .delivery-map-inner { grid-template-columns: 1fr !important; gap: 32px !important; } }

/* ========== ZMIANA 6: B2B STEPS — czytelny tekst ========== */
body .b2b-section .b2b-steps-list, body .b2b-section ol, body section.b2b-section ol { background: rgba(255, 255, 255, 0.06) !important; border: 1px solid rgba(255, 255, 255, 0.12) !important; border-radius: 16px !important; padding: 24px 28px !important; }
body .b2b-section .b2b-steps-list li, body .b2b-section ol li { color: rgba(255, 255, 255, 0.95) !important; background: transparent !important; padding: 14px 0 14px 52px !important; border: none !important; }
body .b2b-section .b2b-steps-list li strong, body .b2b-section ol li strong { color: #FFFFFF !important; font-weight: 700 !important; background: transparent !important; }

/* ========== ZMIANA 7: KONTAKT — wyrównanie kolumn ========== */
body .contact-section .contact-layout { display: grid !important; grid-template-columns: 1fr 1.2fr !important; gap: 32px !important; align-items: start !important; }
body .contact-section .contact-info, body .contact-section .contact-form-card { display: flex !important; flex-direction: column !important; }
@media (max-width: 900px) { body .contact-section .contact-layout { grid-template-columns: 1fr !important; } }


/* ============================================================
   V3.2 — CZYSTA ARCHITEKTURA SEKCJI
   Zero gradientu na main, każda sekcja ma swoje tło i padding.
   ============================================================ */

/* Reset: wyłącz WSZYSTKO na main */
body.home main#main,
body.home main {
  background: none !important;
}

/* Reset: wyłącz dividery */
body.home main > section::after,
body.home main > section::before,
body.home .cream-section::before {
  display: none !important;
  content: none !important;
}

/* ---- SEKCJA 1: HERO ---- */
html body.home section.hero-section {
  background: linear-gradient(135deg, #E8A838 0%, #D4952E 50%, #E8A838 100%) !important;
  padding-top: clamp(8px, 1.5vw, 16px) !important;
  padding-bottom: clamp(70px, 8vw, 110px) !important;
  margin: 0 !important;
  position: relative !important;
  overflow: visible !important;
}
.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
.hero-wave svg {
  display: block;
  width: 100%;
  height: clamp(60px, 8vw, 120px);
}

/* ---- SEKCJA 2: COMBINED ---- */
html body.home section.combined-section {
  background: #FDF6EC !important;
  padding: clamp(24px, 3vw, 40px) clamp(20px, 5vw, 40px) !important;
  margin: 0 !important;
}

/* ---- SEKCJA 3: MENU + BESTSELLERY ---- */
html body.home section.menu-section {
  background: #FFFFFF !important;
  background-image: none !important;
  padding: clamp(32px, 4vw, 48px) clamp(20px, 5vw, 40px) !important;
  margin: 0 !important;
}

/* ---- SEKCJA 4: ZASIĘG DOSTAW ---- */
html body.home section.delivery-section {
  background: #D6DDE6 !important;
  padding: clamp(32px, 4vw, 48px) clamp(20px, 5vw, 40px) !important;
  margin: 0 !important;
}
.delivery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
  margin-top: 20px;
}
.delivery-info h3 { font-size: 1.3rem; margin-bottom: 16px; color: var(--owp-navy); }
.delivery-cities { list-style: none; padding: 0; margin: 0 0 24px; }
.delivery-cities li { padding: 8px 0; font-size: 1.05rem; border-bottom: 1px solid rgba(0,0,0,0.1); }
.delivery-note { font-size: 0.95rem; color: var(--owp-text-secondary); margin-bottom: 20px; }
@media (max-width: 768px) { .delivery-grid { grid-template-columns: 1fr; } }

/* ---- SEKCJA 5: O NAS ---- */
html body.home section.about-section {
  background: #C4CDD8 !important;
  padding: clamp(32px, 4vw, 48px) clamp(20px, 5vw, 40px) !important;
  margin: 0 !important;
}

/* Stare reguły footer.site-footer (home-only) usunięte — stylowanie w footer.php */

/* ---- ŚCIŚNIĘCIE ELEMENTÓW WEWNĄTRZ SEKCJI ---- */
html body.home .section-header { margin-bottom: 20px !important; }
html body.home .section-header h2 { margin-bottom: 8px !important; }
html body.home .section-header p { margin-bottom: 0 !important; }
html body.home .combined-header { margin-bottom: 16px !important; }
html body.home .combined-busik { margin: 8px 0 !important; }
html body.home .combined-steps { margin-bottom: 16px !important; }
html body.home .combined-divider { margin: 12px 0 !important; }
html body.home .combined-contact { margin-top: 0 !important; padding-top: 0 !important; }
html body.home .combined-contact-header { margin-bottom: 16px !important; }
html body.home .menu-actions { margin-top: 20px !important; margin-bottom: 0 !important; }
.bestsellers-block { margin-top: 32px !important; padding-top: 24px !important; border-top: 1px solid rgba(0,0,0,0.1); }
html body.home .bestsellers-grid { margin-top: 16px !important; }
html body.home .about-grid { gap: 24px !important; }

/* Karty na jasnym tle */
html body.home .combined-form-card { background: rgba(255,255,255,0.92) !important; }
html body.home .ci-card.ci-warm { background: rgba(255,255,255,0.85) !important; }
html body.home .c-step-card { background: rgba(255,255,255,0.7) !important; }
html body.home .menu-section .menu-tab { background: rgba(255,255,255,0.75) !important; }
html body.home .menu-section .menu-tab.active { background: #E8A838 !important; color: var(--owp-navy) !important; }
html body.home .menu-section .menu-item { background: rgba(255,255,255,0.75) !important; }
html body.home .bestseller-card { background: rgba(255,255,255,0.82) !important; }
html body.home .about-section .big-stat { background: rgba(255,255,255,0.65) !important; }

/* ---- LOGO JĘZYCZEK ---- */
.logo-tab {
  flex-direction: column !important;
  align-items: center !important;
  background: var(--owp-cream, #FDF6EC) !important;
  border: 2px solid var(--owp-border, #E8E2D8) !important;
  border-top: none !important;
  border-radius: 0 0 16px 16px !important;
  padding: 8px 14px 10px !important;
  margin-top: 0 !important;
  margin-right: 8px !important;
  position: relative !important;
  z-index: 10 !important;
  box-shadow: 0 4px 12px rgba(26,39,68,0.08) !important;
  gap: 2px !important;
  text-decoration: none !important;
}
.logo-tab .logo-img {
  width: 98px !important;
  height: 98px !important;
  max-width: 98px !important;
  transform: none !important;
}
/* Logo NIE zmniejsza się po scrollu */
.site-header.nav-scrolled .logo-tab .logo-img,
.site-header.scrolled .logo-tab .logo-img {
  width: 98px !important;
  height: 98px !important;
  max-width: 98px !important;
}
.logo-tab .logo-text {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 0.65rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  color: var(--owp-navy) !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

/* ---- SKLEP — button prostokątny z zaokrąglonymi rogami, wycentrowany w pasku menu ---- */
html body .site-header .site-nav .nav-cta,
html body .site-header .nav-cta,
html body .site-nav .nav-cta,
html body .nav-cta {
  background: var(--owp-mustard) !important;
  color: var(--owp-navy) !important;
  padding: 7px 22px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 0.88rem !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  margin-left: 8px !important;
  align-self: center !important;
  line-height: 1.2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  height: auto !important;
  vertical-align: middle !important;
  box-shadow: 0 4px 14px rgba(232,168,56,0.28) !important;
}
html body .site-header .site-nav .nav-cta:hover,
html body .site-header .nav-cta:hover,
html body .site-nav .nav-cta:hover,
html body .nav-cta:hover {
  background: var(--owp-mustard-dark) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(232,168,56,0.38) !important;
}
/* Wyrównanie pionowe w nav — flex items aligned to center of navbar */
html body .site-header .site-nav { align-items: center !important; }
html body .site-header .header-inner { align-items: center !important; }

/* ---- SOCIAL IKONY — większe ---- */
.site-header .social-icon svg {
  width: 28px !important;
  height: 28px !important;
}
.site-header .social-icon {
  width: 44px !important;
  height: 44px !important;
}

/* ---- HERO padding ---- */
html body.home section.hero-section {
  padding-top: clamp(46px, 4vw, 56px) !important;
}


/* ---- NAV — logo max lewo, linki dosunięte ---- */
.header-inner {
  justify-content: flex-start !important;
  gap: 0 !important;
  padding-left: 0 !important;
}
.logo-tab {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.site-nav {
  margin-left: 8px !important;
  margin-right: auto !important;
  gap: 14px !important;
}
.nav-right.header-socials {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

/* ============================================================
   V4.0 — SPÓJNOŚĆ ZE STYLEM HERO
   Gęste sekcje, Space Grotesk h2, Inter body, ciasne marginesy,
   radius 14-24px, cienie, eyebrow pills, navy+mustard palette
   ============================================================ */

/* --- SECTION EYEBROW (navy pill, spójne z hero i sekcją 2) --- */
html body .section-eyebrow {
  display: inline-block !important;
  padding: 6px 18px !important;
  background: #1A2744 !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 0.12em !important;
  margin-bottom: 16px !important;
  line-height: 1.4 !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  box-shadow: none !important;
}

/* --- H2 sekcji (jak hero h1, mniejszy) --- */
html body .section-header h2,
html body .combined-header h2,
html body .about-text h2 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: clamp(1.6rem, 3.5vw, 2.4rem) !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  color: var(--owp-navy) !important;
  margin-bottom: 6px !important;
}

/* --- H3 (podtytuły sekcji) --- */
html body .section-header h3,
html body .combined-contact-header h3,
html body .combined-steps-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem) !important;
  font-weight: 700 !important;
  color: var(--owp-navy) !important;
  margin-bottom: 4px !important;
}

/* --- P pod nagłówkami (jak hero-subtitle) --- */
html body .section-header p,
html body .combined-header p,
html body .combined-subtitle,
html body .combined-contact-header p {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(0.9rem, 1.3vw, 1.05rem) !important;
  color: var(--owp-navy) !important;
  opacity: 0.75 !important;
  max-width: 560px !important;
  margin: 0 auto 0 !important;
  line-height: 1.5 !important;
}
html body .section-header {
  text-align: center !important;
  margin-bottom: 20px !important;
}

/* --- SEKCJA 2: COMBINED — gęsta, ciasna --- */
html body.home section.combined-section .section-inner {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
html body .combined-header {
  text-align: center !important;
  margin-bottom: 12px !important;
}

/* 3 kroki — karty jak hero stats */
html body .c-step-card {
  background: white !important;
  border: 1px solid var(--owp-border) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  box-shadow: 0 4px 16px rgba(26,39,68,0.05) !important;
  transition: all 0.25s ease !important;
  text-align: center !important;
}
html body .c-step-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(26,39,68,0.1) !important;
}
html body .c-step-num {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.6rem !important;
  width: 44px !important;
  height: 44px !important;
  background: var(--owp-mustard) !important;
  color: var(--owp-navy) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 10px !important;
}
html body .c-step-card h4 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: var(--owp-navy) !important;
  margin-bottom: 4px !important;
}
html body .c-step-card p {
  font-size: 0.88rem !important;
  color: var(--owp-text-secondary) !important;
  line-height: 1.5 !important;
}
html body .combined-steps-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 16px !important;
}
@media (max-width: 768px) {
  html body .combined-steps-grid { grid-template-columns: 1fr !important; }
}

/* Kontakt karty */
html body .ci-card {
  background: white !important;
  border: 1px solid var(--owp-border) !important;
  border-radius: 14px !important;
  padding: 12px 16px !important;
  box-shadow: 0 2px 8px rgba(26,39,68,0.04) !important;
  transition: all 0.2s ease !important;
}
html body .ci-card:hover {
  border-color: var(--owp-mustard) !important;
  transform: translateX(4px) !important;
}

/* Formularz */
html body .combined-form-card {
  background: white !important;
  border: 1px solid var(--owp-border) !important;
  border-radius: 24px !important;
  padding: 28px !important;
  box-shadow: 0 8px 32px rgba(26,39,68,0.06) !important;
}
html body .cf-submit {
  background: var(--owp-navy) !important;
  color: white !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 32px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  box-shadow: 0 6px 20px rgba(26,39,68,0.3) !important;
  transition: all 0.25s ease !important;
}
html body .cf-submit:hover {
  background: var(--owp-navy-light) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(26,39,68,0.4) !important;
}

/* --- SEKCJA 3: MENU --- */
html body .menu-tabs {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}
html body .menu-tab {
  padding: 8px 18px !important;
  border-radius: 50px !important;
  border: 1px solid var(--owp-border) !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  font-family: 'Inter', sans-serif !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
html body .menu-tab.active {
  background: var(--owp-mustard) !important;
  color: var(--owp-navy) !important;
  border-color: var(--owp-mustard) !important;
  box-shadow: 0 4px 12px rgba(232,168,56,0.3) !important;
}
html body .menu-item {
  background: white !important;
  border: 1px solid var(--owp-border) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  box-shadow: 0 4px 16px rgba(26,39,68,0.05) !important;
  transition: all 0.25s ease !important;
  text-align: center !important;
}
html body .menu-item:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(26,39,68,0.1) !important;
}
html body .menu-item h4 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  color: var(--owp-navy) !important;
  margin-bottom: 4px !important;
}
html body .menu-item .price {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  color: var(--owp-mustard-dark) !important;
}
html body .menu-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  margin-top: 20px !important;
}

/* Bestsellery */
html body .bestseller-card {
  background: white !important;
  border: 1px solid var(--owp-border) !important;
  border-radius: 24px !important;
  padding: 24px !important;
  box-shadow: 0 4px 16px rgba(26,39,68,0.05) !important;
  text-align: center !important;
  transition: all 0.25s ease !important;
}
html body .bestseller-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(26,39,68,0.1) !important;
}
html body .bestseller-card h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  color: var(--owp-navy) !important;
}
html body .card-meta {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600 !important;
  color: var(--owp-mustard-dark) !important;
  font-size: 0.95rem !important;
}

/* --- SEKCJA 4: DOSTAWY --- */
html body .delivery-map iframe {
  border-radius: 24px !important;
  box-shadow: 0 8px 32px rgba(26,39,68,0.1) !important;
}
html body .delivery-info h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  color: var(--owp-navy) !important;
}
html body .delivery-cities li {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.95rem !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid rgba(26,39,68,0.1) !important;
}

/* --- SEKCJA 5: O NAS --- */
html body .about-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr !important;
  gap: 32px !important;
  align-items: center !important;
}
@media (max-width: 768px) {
  html body .about-grid { grid-template-columns: 1fr !important; }
}
html body .about-text p {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(0.9rem, 1.2vw, 1rem) !important;
  line-height: 1.6 !important;
  color: var(--owp-navy) !important;
  opacity: 0.8 !important;
  margin-bottom: 10px !important;
}
html body .big-stat {
  background: white !important;
  border: 1px solid var(--owp-border) !important;
  border-radius: 18px !important;
  padding: 20px !important;
  text-align: center !important;
  box-shadow: 0 4px 16px rgba(26,39,68,0.05) !important;
  transition: all 0.25s ease !important;
}
html body .big-stat:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 32px rgba(26,39,68,0.1) !important;
}
html body .big-stat .count,
html body .about-tonnage {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 800 !important;
  font-size: 2rem !important;
  color: var(--owp-mustard-dark) !important;
}
html body .big-stat small {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  color: var(--owp-text-secondary) !important;
  display: block !important;
  margin-top: 4px !important;
}

/* --- GLOBALNY btn-primary (poza hero) — jak hero btns --- */
html body .section .btn-primary,
html body .delivery-section .btn-primary,
html body .about-section .btn-primary {
  background: var(--owp-navy) !important;
  color: white !important;
  border: 2px solid var(--owp-navy) !important;
  padding: 14px 32px !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  font-family: 'Inter', sans-serif !important;
  box-shadow: 0 6px 20px rgba(26,39,68,0.3) !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: all 0.25s ease !important;
}
html body .section .btn-primary:hover,
html body .delivery-section .btn-primary:hover,
html body .about-section .btn-primary:hover {
  background: var(--owp-navy-light) !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 30px rgba(26,39,68,0.4) !important;
}

/* --- STOPKA spójna --- */
html body .site-footer {
  padding: clamp(40px, 5vw, 64px) clamp(20px, 5vw, 40px) 24px !important;
}
html body .site-footer h3 {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700 !important;
  color: white !important;
  margin-bottom: 12px !important;
}
html body .footer-grid {
  display: grid !important;
  grid-template-columns: 1.2fr 0.8fr 1fr !important;
  gap: 40px !important;
}
@media (max-width: 768px) {
  html body .footer-grid { grid-template-columns: 1fr !important; }
}

/* Usunięcie pomarańczowego paska między hero a sekcją 2 */
html body.home section.hero-section::after,
html body section.hero-section::after,
body main > section.hero-section::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
}
/* Sekcja 2 — position relative dla fali */
#firmy, html body.home section#firmy {
  position: relative !important;
  overflow: visible !important;
}

/* KILL ALL section ::after dividers */
html body main > section::after,
html body main > .section::after,
html body.home main > section::after,
html body.home main > .section::after,
html body section::after {
  display: none !important;
  content: none !important;
  height: 0 !important;
  opacity: 0 !important;
}
