@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500;600;700&family=Inter:wght@400;500;600&display=swap');

/* ==========================================================================
   GM-BOX24 – REDESIGN (Wariant C: jasny, nowoczesny)
   Fonty: Chakra Petch (nagłówki) + Inter (tekst).
   Ciemny nagłówek (logo widoczne) + jasna, przewietrzona treść, karty ze zdjęciami.
   Warstwa nadpisująca – nie rusza plików Webflow. Rollback: usunąć link theme.css.
   ========================================================================== */
:root {
  --gm-ink:      #12172b;   /* nagłówek/grafit, teksty mocne */
  --gm-navy:     #21306e;   /* akcent marki / przyciski – granat */
  --gm-navy-700: #2b3d86;
  --gm-red:      #c81e2c;   /* ceny / akcent */
  --gm-text:     #3c4254;
  --gm-muted:    #7a8194;
  --gm-line:     #e9ebf2;
  --gm-soft:     #f7f8fc;
}

/* ---------- Baza / typografia ---------- */
body {
  font-family: 'Inter', sans-serif !important;
  color: var(--gm-text);
  height: auto;
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden; /* zadnych poziomych przewinien na mobile */
}
html { overflow-x: hidden; }
a { color: var(--gm-navy); }
h1, h2, h3, h4,
.heading-15, .heading-5, .heading-2, .header-uberuns,
.anfrage-heading, .wk-heading, .paragraph-10 {
  font-family: 'Chakra Petch', sans-serif !important;
  letter-spacing: -.01em;
}

/* ---------- Kontakt w rzedzie menu (JEDEN RZAD; belka przeniesiona przez JS) ---------- */
.belka-czerwona { display: none !important; }
.kontener-1000.navbar .bk-contact {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 14px;
  margin-left: 18px;
  padding-left: 18px;
  border-left: 1px solid var(--gm-line);
}
.bk-contact {
  display: flex;
  align-items: center;
  gap: 14px;
}
.bk-contact .bk-sep { display: none; }
.bk-contact .bk-item[href^="mailto"] { display: none; } /* email tylko w stopce */
/* jeden wiersz nawigacji na desktopie (bez zawijania) */
@media screen and (min-width: 992px) {
  .kontener-1000.navbar { flex-wrap: nowrap; }
  .kontener-1000.navbar .nav-menu.w-nav-menu { display: flex; flex-wrap: nowrap; align-items: center; margin-left: 56px; }
  .kontener-1000.navbar .nav-link, .kontener-1000.navbar .text-block-2 { white-space: nowrap; }
  .kontener-1000.navbar .bk-contact { flex: none; }
}
.bk-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gm-muted) !important;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap; /* telefon i pozostałe nie łamią się */
  transition: color .15s ease;
}
.bk-item:hover { color: var(--gm-navy) !important; }
.bk-item svg { color: var(--gm-navy); width: 17px; height: 17px; flex: none; display: block; }
.bk-ico svg { width: 18px; height: 18px; }
.bk-sep { width: 1px; height: 13px; background: var(--gm-line); display: inline-block; }
/* mobile: kontakt znika z rzedu menu (naglowek = logo + koszyk + hamburger); telefon jest w stopce */
@media screen and (max-width: 767px) {
  .kontener-1000.navbar .bk-contact { display: none !important; }
}
/* eBay w menu: tylko mobile (na desktopie jest ikona w kontakcie) */
.nav-ebay-mobile { display: none; }
@media screen and (max-width: 991px) { .nav-ebay-mobile { display: block; } }
/* kreska przed koszykiem (miedzy eBay a koszykiem) - tylko desktop */
.nav-cart-sep { flex: 0 0 1px; width: 1px; height: 14px; align-self: center; margin: 0 4px; }
@media screen and (max-width: 767px) { .nav-cart-sep { display: none !important; } }

/* ---------- Nawigacja (ciemny grafit – logo widoczne) ---------- */
.navbar { position: relative !important; font-family: 'Inter', sans-serif !important; }
.navbar.black { background-color: var(--gm-soft) !important; }
/* logo w naglowku – cale w granacie (granatowa wersja PNG, jak biala w stopce) */
/* logo: granatowa wersja + rozmiar (src podmieniany w custom.js) */
.w-nav-brand { flex: 0 0 auto; }
.w-nav-brand img { width: 176px !important; height: auto !important; max-width: none !important; }
@media screen and (max-width: 767px) { .w-nav-brand img { width: 140px !important; } }
.nav-link, .dropdown-link, .text-block-2 {
  font-family: 'Chakra Petch', sans-serif !important; /* menu z charakterem (jak nagłówki) */
  color: var(--gm-ink) !important;
  text-transform: none !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
.nav-link:hover, .dropdown-link:hover,
.text-block-2:hover { color: var(--gm-navy) !important; }
/* aktywna pozycja / hover – granatowe podkreślenie (Opcja B) */
.nav-link:hover, .dropdown-link:hover,
.nav-link.w--current, .dropdown-link.w--current {
  text-decoration: underline;
  text-decoration-color: var(--gm-navy);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.nav-link.w--current, .dropdown-link.w--current { color: var(--gm-navy) !important; }
.dropdown-list.w-dropdown-list {
  background: #fff;
  border: 1px solid var(--gm-line);
  border-radius: 10px;
  overflow: hidden;
}
.w-nav-button { color: var(--gm-ink); }

/* ---------- Przyciski – jeden spójny styl ---------- */
.button {
  background-image: none !important;
  background-color: var(--gm-navy) !important;
  border-radius: 10px !important;
  padding: 12px 24px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  box-shadow: none;
  transition: background-color .15s ease;
}
.button:hover { background-color: var(--gm-navy-700) !important; }
.button.okragly {
  border-radius: 50% !important;
  width: 42px;
  height: 42px;
  min-width: 42px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
/* przyciski drugorzędne (obrysowane) – mają klasę .button, więc przywracamy im wygląd */
.wk-add, .wk-cta {
  background: #fff !important;
  color: var(--gm-navy) !important;
  border: 2px solid var(--gm-navy) !important;
}
.wk-add:hover, .wk-cta:hover {
  background: var(--gm-navy) !important;
  color: #fff !important;
}

/* ---------- Hero (jasny, BEZ zdjęć) ---------- */
.sekcja-hero {
  background: var(--gm-soft) !important;
  background-image: none !important;
  height: auto !important;
  min-height: 0 !important;
}
.slide-3, .slide-4 {
  background-image: none !important;
  filter: none !important;
}
.tekst-hero, .tekst-hero-2 {
  position: static !important;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 58px 20px 62px;
  line-height: 1.3;
  text-align: center;
}
.header-uberuns, .header-uberuns-2 {
  color: var(--gm-ink) !important;
  font-size: 38px;
  line-height: 1.14;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.header-uberuns::after, .header-uberuns-2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 56px;
  height: 3px;
  background: var(--gm-red);
  transform: translateX(-50%);
  border-radius: 2px;
}
.sekcja-hero .paragraph, .sekcja-hero .paragraph-3 { color: #5a6072; max-width: 600px; margin-left: auto; margin-right: auto; }
/* mobile: dlugie tytuly (np. "Datenschutzerklärung") nie moga sie przecinac */
@media screen and (max-width: 600px) {
  .header-uberuns, .header-uberuns-2 { font-size: 30px; overflow-wrap: break-word; word-break: break-word; hyphens: auto; }
}

/* ---------- Hero strony głównej: slider ofert (treść zostaje, bez zdjęć) ---------- */
.slider-hero {
  background-image: none !important;
  background-color: transparent !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 46px 16px 52px !important;
}
.top-angebote .photo { display: none !important; }
.topangebot-grid {
  grid-template-columns: 1fr !important;
  max-width: 620px;
  margin: 0 auto !important;
  justify-items: center;
}
.hero-angebote { display: block !important; text-align: center; }
.margin-bottom-24px-3 {
  color: var(--gm-navy) !important;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  font-size: 12px;
  text-align: center !important;
  margin-right: 0 !important;
}
.paragraph-10 { color: var(--gm-ink) !important; font-size: 26px; font-weight: 700; text-align: center; }
.paragraph-9 { color: #5a6072 !important; font-size: 14px; text-align: center; }
.red {
  display: inline-block;
  background: #fdeaec;
  color: var(--gm-red) !important;
  -webkit-text-fill-color: var(--gm-red) !important;
  -webkit-text-stroke: 0 !important;
  padding: 7px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  margin: 8px 0 14px;
  text-align: center !important;
}
.w-slider-dot { background: rgba(18, 23, 43, .2); }
.w-slider-dot.w-active { background: var(--gm-navy); }
.w-slider-arrow-left, .w-slider-arrow-right { color: rgba(18, 23, 43, .4); }

/* ---------- Sekcje produktów + karty ze zdjęciami ---------- */
.sekcja-produkt { margin-bottom: 0; padding: 30px 0; background: var(--gm-soft); }
.kontener-opis-produktu {
  background: #fff;
  border: 1px solid var(--gm-line);
  border-radius: 16px;
  padding: 24px 26px;
  box-shadow: 0 2px 12px rgba(18, 23, 43, .05);
}
.kontener-produktu img, .image-2, .image-5 { border-radius: 16px; }
.image-2, .zdjecie-produktu { opacity: 1 !important; }

/* kafelki produktów na stronie głównej (Leistungen) jako karty */
.kontener-produkt {
  background: #fff;
  border: 1px solid var(--gm-line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(18, 23, 43, .05);
}

/* ---------- Nagłówki / typografia treści ---------- */
.heading-15 { font-weight: 700; color: var(--gm-ink); font-size: 28px; }
.heading-5  { font-weight: 700; color: var(--gm-ink); font-size: 22px; }
.heading-maly { color: var(--gm-ink); font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.text-produkt { color: var(--gm-muted); font-weight: 500; }
.llista { color: var(--gm-text); line-height: 1.55; }
.heading-2 { color: var(--gm-ink); }

/* ---------- Formularz / koszyk ---------- */
.anfrage-heading { color: var(--gm-ink); font-size: 28px; }
.sekcja-formularz { background: var(--gm-soft); padding: 44px 0 56px; }

/* ---------- Stopka ---------- */
.footer-dark { background: var(--gm-ink); }

/* ==========================================================================
   STRONA GŁÓWNA – nowy układ (klasy hp-*, w pełni własne)
   ========================================================================== */
.hp-wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px; } /* ta sama siatka co logo/menu */
.hp-section { padding: 50px 0; }
.hp-soft { background: var(--gm-soft); }
.hp-h2 { font-size: 26px; font-weight: 700; color: var(--gm-ink); margin: 0 0 4px; }
.hp-lead { color: var(--gm-muted); font-size: 14px; margin: 0 0 24px; }

/* przyciski strony głównej */
.hp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; box-sizing: border-box; border-radius: 10px; padding: 12px 24px; font-weight: 600; font-size: 14px; line-height: 1.2; text-decoration: none; transition: background-color .15s ease, color .15s ease, border-color .15s ease, transform .12s ease; }
.hp-btn-primary { background: var(--gm-navy); color: #fff; }
.hp-btn-primary:hover { background: var(--gm-navy-700); color: #fff; }
.hp-btn-ghost { background: #fff; border-color: #d8dbe6; color: var(--gm-ink); }
.hp-btn-ghost:hover { border-color: var(--gm-navy); color: var(--gm-navy); }
.hp-btn-white { background: #fff; color: var(--gm-ink); }
.hp-btn-white:hover { background: #e9ecf6; color: var(--gm-ink); }
.hp-btn-sm { padding: 9px 18px; font-size: 13px; }

/* HERO */
.hp-hero { position: relative; overflow: hidden; background: var(--gm-soft); padding: 64px 0 68px; }
.hp-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; align-items: center; }
.hp-hero-inner { max-width: 600px; }

/* wejście tekstu (fade-up, delikatny stagger) */
.hp-hero-inner > * { animation: hpUp .6s ease both; }
.hp-hero-inner > *:nth-child(1) { animation-delay: .02s; }
.hp-hero-inner > *:nth-child(2) { animation-delay: .08s; }
.hp-hero-inner > *:nth-child(3) { animation-delay: .14s; }
.hp-hero-inner > *:nth-child(4) { animation-delay: .20s; }
.hp-hero-inner > *:nth-child(5) { animation-delay: .26s; }
@keyframes hpUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* prawa kolumna: pływające chipy produktów + poświata */
.hp-hero-visual { position: relative; min-height: 300px; }
.hp-glow {
  position: absolute; top: 50%; left: 52%; width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(18, 23, 43, .16), transparent 70%);
  transform: translate(-50%, -50%); animation: hpPulse 6s ease-in-out infinite;
}
.hp-shape { position: absolute; color: var(--gm-navy); line-height: 0; }
.hp-shape svg { display: block; width: 100%; height: auto; animation: hpTilt 13s ease-in-out infinite; }
.hp-shape-1 { top: 6%;  left: 22%; width: 132px; opacity: .9;  animation: hpFloat 7s ease-in-out infinite; }
.hp-shape-2 { top: 44%; left: 50%; width: 92px;  opacity: .5;  animation: hpFloat 8.4s ease-in-out infinite .7s; }
.hp-shape-2 svg { animation-direction: reverse; animation-duration: 16s; }
.hp-shape-3 { top: 72%; left: 20%; width: 66px;  opacity: .32; animation: hpFloat 6.4s ease-in-out infinite .35s; }
.hp-shape-3 svg { animation-duration: 11s; }
@keyframes hpFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes hpTilt { 0%, 100% { transform: rotate(-5deg); } 50% { transform: rotate(5deg); } }
@keyframes hpPulse { 0%, 100% { opacity: .5; transform: translate(-50%, -50%) scale(1); } 50% { opacity: .85; transform: translate(-50%, -50%) scale(1.08); } }

@media (prefers-reduced-motion: reduce) {
  .hp-hero-inner > *, .hp-shape, .hp-shape svg, .hp-glow { animation: none !important; }
}
@media screen and (max-width: 860px) {
  .hp-hero-grid { grid-template-columns: 1fr; }
  .hp-hero-visual { display: none; }
  /* mobile: subtelny heksagon-znak wodny za tekstem (hero nie jest juz goly) */
  .hp-hero::after {
    content: ""; position: absolute; z-index: 0; pointer-events: none;
    top: 26%; right: -80px; width: 280px; height: 280px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none' stroke='%2321306e' stroke-width='3' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M50 6 L88 28 L88 72 L50 94 L12 72 L12 28 Z'/%3E%3Cpath d='M50 50 V6 M50 50 L12 72 M50 50 L88 72'/%3E%3C/svg%3E") center/contain no-repeat;
    opacity: .08; animation: hpFloat 9s ease-in-out infinite;
  }
}

/* ---------- Scroll-reveal: delikatne pojawianie sie sekcji/kart ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.reveal-in { opacity: 1; transform: none; }
.hp-grid > .reveal:nth-child(2), .hp-grid-cat > .reveal:nth-child(2) { transition-delay: .07s; }
.hp-grid > .reveal:nth-child(3), .hp-grid-cat > .reveal:nth-child(3) { transition-delay: .14s; }
.hp-grid > .reveal:nth-child(4), .hp-grid-cat > .reveal:nth-child(4) { transition-delay: .21s; }
/* Leistungen: stagger kart w siatce 3-kol (po kolumnach) */
.lz-grid-wrap > .reveal:nth-child(3n+2) { transition-delay: .06s; }
.lz-grid-wrap > .reveal:nth-child(3n) { transition-delay: .12s; }
/* Leistungen: hover-lift wewnetrznej karty (desktop) - spojnie z home */
@media (hover: hover) {
  .lz-grid-wrap .sekcja-produkt .grid-2 { transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
  .lz-grid-wrap .sekcja-produkt:hover .grid-2 { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(18, 23, 43, .12); border-color: #cdd4f5; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .hp-hero::after { animation: none !important; }
}
.hp-eyebrow { display: inline-flex; align-items: center; background: #eaeefb; color: var(--gm-navy); font-size: 11.5px; font-weight: 600; padding: 5px 12px; border-radius: 20px; letter-spacing: .02em; margin-bottom: 14px; }
.hp-h1 { font-size: 50px; font-weight: 700; line-height: 1.05; color: var(--gm-ink); margin: 0 0 6px; letter-spacing: -.02em; }
.hp-h2-hero { font-size: 23px; font-weight: 600; color: var(--gm-ink); margin: 0 0 16px; }
.hp-tagline { font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--gm-text); margin: 0 0 8px; max-width: 640px; }
.hp-sub { font-size: 16px; color: #5a6072; max-width: 620px; margin: 0 0 24px; }
.hp-cta-row { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 20px; }
.hp-stats { display: flex; gap: 34px; flex-wrap: wrap; }
.hp-stats strong { display: block; font-family: 'Chakra Petch', sans-serif; font-size: 22px; font-weight: 700; color: var(--gm-ink); }
.hp-stats span { font-size: 12px; color: var(--gm-muted); }
.hp-fb { display: inline-flex; align-items: center; gap: 8px; color: var(--gm-navy); font-weight: 600; font-size: 13.5px; text-decoration: none; }
.hp-fb svg { width: 18px; height: 18px; }
.hp-fb:hover { color: var(--gm-navy-700); text-decoration: underline; text-underline-offset: 4px; }

/* siatki */
.hp-grid { display: grid; gap: 16px; }
.hp-grid-3 { grid-template-columns: repeat(3, 1fr); }
.hp-grid-2 { grid-template-columns: repeat(2, 1fr); }
.hp-grid-4 { grid-template-columns: repeat(4, 1fr); }
.hp-grid-cat { grid-template-columns: repeat(2, 1fr); max-width: 700px; margin-left: auto; margin-right: auto; }
#produkte .hp-h2 { text-align: center; }

/* Top-Angebote */
.hp-offer { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--gm-line); border-radius: 16px; overflow: hidden; box-shadow: 0 2px 12px rgba(18,23,43,.05); transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.hp-offer:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(18, 23, 43, .12); border-color: #cdd4f5; }
.hp-offer-img { aspect-ratio: 1 / 1; background: #fff; border-bottom: 1px solid var(--gm-line); display: flex; align-items: center; justify-content: center; }
.hp-offer-img img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 14px; box-sizing: border-box; }
.hp-offer-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.hp-offer-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.hp-badge { font-size: 10.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; padding: 4px 9px; border-radius: 6px; }
.hp-badge-top { background: #fdeaec; color: var(--gm-red); }
.hp-badge-free { background: #e7f4ec; color: #1c7a45; }
.hp-offer h3 { font-size: 16px; font-weight: 600; color: var(--gm-ink); margin: 0; }
.hp-offer-price { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.hp-offer-price-main { font-family: 'Chakra Petch', sans-serif; font-size: 28px; font-weight: 700; color: var(--gm-ink); line-height: 1; }
.hp-offer-price-unit { font-size: 12px; color: var(--gm-muted); }
.hp-offer-partie { font-size: 12.5px; color: var(--gm-muted); margin: 0; }
.hp-btn-block { display: block; width: 100%; text-align: center; box-sizing: border-box; margin-top: auto; }

/* Unsere Produkte */
.hp-cat { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--gm-line); border-radius: 16px; overflow: hidden; text-decoration: none; box-shadow: 0 2px 10px rgba(18,23,43,.04); transition: transform .14s ease, box-shadow .14s ease; }
.hp-cat:hover { transform: translateY(-3px); box-shadow: 0 8px 22px rgba(18,23,43,.10); }
.hp-cat-img { aspect-ratio: 1 / 1; background: #fff; display: flex; align-items: center; justify-content: center; }
.hp-cat-img img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 12px; box-sizing: border-box; }
.hp-cat-foot { border-top: 1px solid var(--gm-line); display: flex; align-items: center; justify-content: space-between; gap: 10px; flex: 1; padding: 13px 16px; }
.hp-cat-foot span { font-family: 'Chakra Petch', sans-serif; font-weight: 600; font-size: 14px; line-height: 1.25; color: var(--gm-ink); }
.hp-cat-foot svg { width: 18px; height: 18px; flex: none; color: var(--gm-navy); }
.hp-cat-cta { background: var(--gm-navy); border-color: var(--gm-navy); display: flex; align-items: center; justify-content: center; min-height: 150px; }
.hp-cat-cta:hover { background: var(--gm-navy-700); }
.hp-cat-cta-in { text-align: center; color: #fff; }
.hp-cat-cta-in strong { display: block; font-family: 'Chakra Petch', sans-serif; font-size: 17px; margin-bottom: 4px; }
.hp-cat-cta-in span { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: #cdd4f5; }
.hp-cat-cta-in svg { width: 15px; height: 15px; }

/* Vorteile */
.hp-vorteile { gap: 18px; }
.hp-vicon { color: var(--gm-navy); display: inline-flex; }
.hp-vicon svg { width: 26px; height: 26px; }
.hp-vorteil h4 { font-family: 'Chakra Petch', sans-serif; font-size: 15px; font-weight: 600; color: var(--gm-ink); margin: 8px 0 3px; }
.hp-vorteil p { font-size: 12.5px; color: var(--gm-muted); margin: 0; }

/* Kundenstimmen */
.hp-review { background: #fff; border: 1px solid var(--gm-line); border-radius: 16px; padding: 22px 24px; margin: 0; box-shadow: 0 2px 12px rgba(18,23,43,.05); }
.hp-review p { font-size: 14.5px; line-height: 1.6; color: var(--gm-text); margin: 0 0 14px; }
.hp-review footer { }
.hp-review strong { display: block; font-family: 'Chakra Petch', sans-serif; font-size: 14px; color: var(--gm-ink); }
.hp-review span { font-size: 12.5px; color: var(--gm-muted); }

/* Über uns */
.hp-about { max-width: 720px; }
.hp-about p { font-size: 15px; color: #5a6072; margin: 0 0 18px; }

/* CTA-Band */
.hp-cta-band { background: var(--gm-ink); text-align: center; padding: 50px 0; }
.hp-cta-band h2 { font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.hp-cta-band p { font-size: 14px; color: #aeb6d8; margin: 0 0 20px; }

/* responsywność strony głównej */
@media screen and (max-width: 860px) {
  .hp-grid-3, .hp-grid-cat, .hp-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .hp-h1 { font-size: 34px; }
}
@media screen and (max-width: 560px) {
  .hp-grid-3, .hp-grid-cat, .hp-grid-4, .hp-grid-2 { grid-template-columns: 1fr; }
  .hp-h1 { font-size: 28px; }
}

/* ---------- Ikona koszyka (SVG zamiast emoji) + wskaźnik rozwijanego ---------- */
.nav-cart { color: var(--gm-ink); }
.nav-cart:hover { color: var(--gm-navy); }
.cart-ico svg { width: 24px; height: 24px; display: block; }
.text-block-2 { display: inline-flex !important; align-items: center; gap: 7px; }
.text-block-2::after {
  content: "";
  width: 7px; height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .15s ease;
}
.w-dropdown-toggle.w--open .text-block-2::after { transform: translateY(2px) rotate(-135deg); }

/* ---------- Sekcja Unsere Kompetenzen (wyróżniony pas + eBay CTA) ---------- */
.hp-komp-sec { background: var(--gm-soft); }
.hp-komp { display: grid; grid-template-columns: 1.45fr 1fr; gap: 40px; align-items: center; }
.hp-komp-lead { font-family: 'Chakra Petch', sans-serif; font-size: 21px; font-weight: 600; line-height: 1.3; color: var(--gm-ink); margin: 8px 0 14px; }
.hp-komp-text { font-size: 15px; line-height: 1.6; color: #5a6072; margin: 0; max-width: 520px; }
.hp-komp-card { background: #fff; border: 1px solid var(--gm-line); border-radius: 16px; padding: 26px 28px; box-shadow: 0 8px 26px rgba(18, 23, 43, .07); }
.hp-komp-card-eyebrow { display: inline-block; font-family: 'Chakra Petch', sans-serif; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--gm-navy); margin-bottom: 10px; }
.hp-komp-card p { font-size: 15px; line-height: 1.6; color: var(--gm-text); margin: 0 0 18px; }
.hp-btn-ebay { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.hp-btn-ebay svg { width: 18px; height: 18px; }
.hp-komp-card .hp-btn-ebay { width: 100%; }
@media screen and (max-width: 760px) {
  .hp-komp { grid-template-columns: 1fr; gap: 22px; }
  .hp-komp-text { max-width: none; }
}

/* ---------- Kundenstimmen – subtelny mini-slider ---------- */
.hp-reviews-sec { padding: 34px 0; }
.hp-reviews-title { text-align: center; margin-bottom: 4px; font-size: 22px; }
.hp-reviews { display: grid; max-width: 640px; margin: 12px auto 0; }
.hp-review-slide { grid-area: 1 / 1; margin: 0; padding: 0; border: 0; text-align: center; opacity: 0; visibility: hidden; transition: opacity .45s ease; }
.hp-review-slide.is-active { opacity: 1; visibility: visible; }
.hp-review-slide p { font-size: 15.5px; line-height: 1.55; color: var(--gm-ink); margin: 0 auto 12px; max-width: 580px; }
.hp-review-slide footer strong { display: block; font-family: 'Chakra Petch', sans-serif; font-size: 15px; color: var(--gm-ink); }
.hp-review-slide footer span { font-size: 13px; color: var(--gm-muted); }
.hp-reviews-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.hp-reviews-dot { width: 8px; height: 8px; padding: 0; border: none; border-radius: 50%; background: #cdd2e0; cursor: pointer; transition: background .15s ease, width .15s ease; }
.hp-reviews-dot.is-active { background: var(--gm-navy); width: 22px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  .hp-review-slide { transition: none; }
}

/* ---------- Stopka – spójna z resztą ---------- */
/* sticky footer: strona zawsze wypelnia ekran, brak bialej przestrzeni pod stopka */
html { background: var(--gm-soft); }
body.leistung-page { display: flex; flex-direction: column; min-height: 100vh; }
body.leistung-page .footer-dark { margin-top: auto; }
.footer-dark { background: var(--gm-navy); color: #d2d8f7; }
/* logo w stopce na biale (ciemne logo bylo niewidoczne na granacie) */
.footer-dark .footer-brand img, .footer-dark .image-7 { filter: brightness(0) invert(1); opacity: .95; }
.ft-inner { max-width: 1000px; margin: 0 auto; padding: 50px 20px 0; }
.ft-top { display: grid; grid-template-columns: 1.7fr 1fr 1.4fr 1fr; gap: 30px; padding-bottom: 36px; }
.ft-logo { width: 150px; height: auto; filter: brightness(0) invert(1); opacity: .95; }
.ft-h { font-family: 'Chakra Petch', sans-serif; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #fff; margin: 0 0 14px; }
.ft-col { display: flex; flex-direction: column; }
.ft-link { display: inline-flex; align-items: center; gap: 9px; color: #d2d8f7; font-size: 14px; text-decoration: none; padding: 5px 0; transition: color .15s ease; }
.ft-link:hover { color: #fff; }
.ft-link svg { width: 16px; height: 16px; flex: none; color: #9aa6ea; }
.ft-addr { display: inline-flex; align-items: flex-start; gap: 9px; color: #d2d8f7; font-size: 14px; padding: 5px 0; line-height: 1.5; }
.ft-addr svg { width: 16px; height: 16px; flex: none; color: #9aa6ea; margin-top: 2px; }
.ft-social { display: flex; gap: 10px; }
.ft-social a { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 9px; background: rgba(255, 255, 255, .14); color: #fff; transition: background-color .15s ease, color .15s ease; }
.ft-social a:hover { background: rgba(255, 255, 255, .22); color: #fff; }
.ft-social svg { width: 18px; height: 18px; }
.ft-bottom { border-top: 1px solid rgba(255, 255, 255, .18); padding: 18px 0; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: #b7bef0; }
@media screen and (max-width: 760px) {
  .ft-top { grid-template-columns: 1fr 1fr; gap: 26px; }
}
@media screen and (max-width: 460px) {
  .ft-top { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 22px; }
  .ft-brand { display: flex; justify-content: center; }
  .ft-col { align-items: center; }
  .ft-h { text-align: center; }
  .ft-link, .ft-addr { justify-content: center; }
  .ft-addr { text-align: center; }
  .ft-social { justify-content: center; }
  .ft-bottom { justify-content: center; text-align: center; }
}

/* ---------- Tabela progow cenowych (strony wyboru ilosci) ---------- */
.wk-preistabelle { list-style: none; margin: 6px 0 20px; padding: 0; border: 1px solid var(--gm-line); border-radius: 10px; overflow: hidden; background: #fff; }
.wk-preistabelle li { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px 15px; font-size: 14px; color: var(--gm-text); border-top: 1px solid var(--gm-line); }
.wk-preistabelle li:first-child { border-top: 0; }
.wk-preistabelle li strong { color: var(--gm-ink); white-space: nowrap; }
.wk-preistabelle .wk-preis-anfrage { background: var(--gm-soft); }
.wk-preistabelle .wk-preis-anfrage strong { color: var(--gm-navy); }

/* wybor gotowej opcji (Europaletten) */
.wk-optionen { margin: 6px 0 18px; }
.wk-opt-group { font-family: 'Chakra Petch', sans-serif; font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--gm-muted); margin: 16px 0 7px; }
.wk-opt-group:first-child { margin-top: 0; }
.wk-opt { display: flex; align-items: center; gap: 11px; padding: 12px 15px; border: 1px solid var(--gm-line); border-radius: 10px; background: #fff; cursor: pointer; margin-bottom: 8px; transition: border-color .12s ease, box-shadow .12s ease; }
.wk-opt:hover { border-color: #c3ccf0; }
.wk-opt input { width: 18px; height: 18px; margin: 0; accent-color: var(--gm-navy); flex: none; }
.wk-opt-q { font-weight: 600; color: var(--gm-ink); font-size: 14.5px; }
.wk-opt-p { margin-left: auto; font-size: 13.5px; color: var(--gm-text); white-space: nowrap; }
.wk-opt:has(input:checked) { border-color: var(--gm-navy); box-shadow: 0 0 0 1px var(--gm-navy) inset; }
.wk-opt:has(input:checked) .wk-opt-p { color: var(--gm-navy); font-weight: 600; }
.wk-andere-wrap { margin: 2px 0 4px; padding-left: 2px; }

/* opcje z wlasnym przyciskiem "In den Warenkorb" (Europaletten) */
.wk-opt2 { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; padding: 12px 15px; border: 1px solid var(--gm-line); border-radius: 10px; background: #fff; margin-bottom: 8px; }
.wk-opt2 .wk-opt-q { font-weight: 600; color: var(--gm-ink); font-size: 14.5px; }
.wk-opt2 .wk-opt-p { font-size: 13.5px; color: var(--gm-text); white-space: nowrap; }
.wk-opt2 .wk-opt-add { margin-left: auto; padding: 9px 16px !important; font-size: 13px; flex: none; }
.wk-opt-fb { font-size: 12.5px; color: #1a8f4a; font-weight: 700; white-space: nowrap; }
.wk-opt-andere .wk-opt-andere-input { max-width: 120px; padding: 8px 12px !important; margin: 0 !important; }
.wk-cart-bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; margin-top: 18px; padding: 14px 16px; background: var(--gm-soft); border: 1px solid var(--gm-line); border-radius: 10px; }
.wk-cart-bar #wk-cart-info { font-size: 14px; color: var(--gm-ink); font-weight: 600; }
.wk-cart-bar .wk-cta { flex: none; }

/* ---------- Strona tekstowa (Datenschutzerklarung) ---------- */
.leistung-page .section-2 { background: transparent !important; min-height: 0 !important; height: auto !important; margin: 0 !important; padding: 8px 20px 60px !important; }
.leistung-page .section-2 .rich-text { max-width: 900px; margin: 0 auto; color: var(--gm-text); font-size: 14.5px; line-height: 1.7; overflow-wrap: break-word; word-break: break-word; }
.leistung-page .section-2 .rich-text a { word-break: break-all; }
.leistung-page .section-2 .rich-text h4 { font-family: 'Chakra Petch', sans-serif; color: var(--gm-ink) !important; font-size: 18px; margin: 26px 0 10px; }
.leistung-page .section-2 .rich-text h4:first-child { margin-top: 6px; }
.leistung-page .section-2 .rich-text ol, .leistung-page .section-2 .rich-text ul { color: var(--gm-text); }
.leistung-page .section-2 .rich-text a { color: var(--gm-navy); font-weight: 600; }

/* ---------- Strona bledu (404) ---------- */
.err-page { text-align: center; padding: 40px 0 70px !important; }
.err-page .kontener-1000 { max-width: 560px; margin: 0 auto; }
.err-code { font-family: 'Chakra Petch', sans-serif; font-size: 92px; font-weight: 700; line-height: 1; color: var(--gm-navy); margin: 6px 0 4px; letter-spacing: .02em; }
.err-title { font-family: 'Chakra Petch', sans-serif; font-size: 26px; color: var(--gm-ink); margin: 0 0 12px; }
.err-text { color: var(--gm-text); font-size: 15px; line-height: 1.6; margin: 0 auto 26px; }
.err-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.err-actions .button { display: inline-block; }

/* ---------- Karty produktow: hierarchia przyciskow ---------- */
.sekcja-produkt .button.space { /* Details = drugorzedny (obrysowany) */
  background: #fff !important;
  color: var(--gm-navy) !important;
  border: 2px solid var(--gm-navy) !important;
  padding: 10px 22px !important;
  margin-right: 10px;
}
.sekcja-produkt .button.space:hover { background: var(--gm-navy) !important; color: #fff !important; }
.sekcja-produkt .button.anfrage { padding: 12px 24px !important; }

/* ---------- Popup detali produktu (modal – czysta struktura) ---------- */
.product-modal-overlay { position: fixed; inset: 0; background: rgba(18, 23, 43, .55); z-index: 1000; }
.product-modal-overlay[hidden] { display: none; }
.popup.is-open {
  display: block !important;
  position: fixed !important;
  width: min(900px, calc(100vw - 32px)) !important;
  max-width: 900px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  top: 40px !important; left: 50% !important; right: auto !important; bottom: auto !important;
  transform: translateX(-50%);
  margin: 0 !important;
  padding: 26px 32px 32px !important;
  background: #fff !important;
  border: 1px solid var(--gm-line) !important;
  border-radius: 18px !important;
  box-shadow: 0 24px 70px rgba(18, 23, 43, .28) !important;
  z-index: 1001;
}
/* przycisk X (Tabler, spojny z ikonami) */
.popup .pop-close {
  position: absolute; top: 16px; right: 16px;
  width: 38px; height: 38px; padding: 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid var(--gm-line); border-radius: 10px;
  color: var(--gm-ink); cursor: pointer; transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.popup .pop-close:hover { background: var(--gm-navy); color: #fff; border-color: var(--gm-navy); }
.popup .pop-close svg { width: 20px; height: 20px; }
/* naglowek */
.popup .pop-head { padding: 0 52px 14px 0; border-bottom: 1px solid var(--gm-line); margin-bottom: 22px; }
.popup .pop-head .heading-15 { font-size: 26px; line-height: 1.15; margin: 0; color: var(--gm-ink); text-align: left; }
/* body: obrazek | tresc */
.popup .pop-body { display: grid; grid-template-columns: 300px 1fr; gap: 30px; align-items: start; }
.popup .pop-img { background: transparent; border: 0; padding: 0; display: flex; align-items: center; justify-content: center; }
.popup .pop-img img { width: 100%; height: auto; display: block; border-radius: 8px; }
.popup .pop-content { min-width: 0; }
.popup .pop-content .heading-maly {
  font-family: 'Chakra Petch', sans-serif;
  font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
  color: var(--gm-navy); margin: 20px 0 8px;
}
.popup .pop-content .heading-maly:first-child { margin-top: 0; }
.popup .pop-content ul { margin: 0 0 4px; padding-left: 18px; }
.popup .pop-content .llista { font-size: 14px; line-height: 1.55; color: var(--gm-text); margin-bottom: 7px; }
.popup .pop-content .llista strong { color: var(--gm-ink); }
/* mobile: pelny ekran, obrazek nad trescia */
@media screen and (max-width: 640px) {
  .popup.is-open {
    top: 0 !important; left: 0 !important; transform: none;
    width: 100% !important; max-width: 100%;
    height: 100%; max-height: 100%;
    border: 0 !important; border-radius: 0 !important;
    padding: 22px 18px 28px !important;
  }
  .popup .pop-body { grid-template-columns: 1fr; gap: 18px; }
  .popup .pop-img { max-width: 300px; margin: 0 auto; }
  .popup .pop-head .heading-15 { font-size: 22px; }
  .popup .pop-close { top: 12px; right: 12px; }
}

/* ==========================================================================
   STRONY LEISTUNGEN – karta produktu jako jedna spojna "split card"
   (na klasach Webflow: dziala na wszystkich podstronach uslug)
   ========================================================================== */
.sekcja-produkt { padding: 24px 0; }
.sekcja-produkt .kontener-1000 { margin-top: 0; margin-bottom: 0; }
.sekcja-produkt .grid-2 {
  width: 100%; /* siatka wypelnia kontener -> rowna szerokosc wszystkich kart */
  grid-template-columns: 1fr 1fr !important;
  padding-bottom: 0 !important;
  grid-column-gap: 0 !important;
  grid-row-gap: 0 !important;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--gm-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(18, 23, 43, .07);
}
/* panel ze zdjeciem – bialy, zeby biale tlo zdjec sie zlewalo (nie "wklejone") */
.sekcja-produkt .kontener-produktu {
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  padding: 30px;
  min-height: 330px; /* wspolna minimalna wysokosc -> rowny rytm kart */
}
/* pionowy dzielnik miedzy zdjeciem a opisem (zawsze miedzy kolumnami, niezaleznie od zig-zag) */
.sekcja-produkt .grid-2 > div:first-child { border-right: 1px solid var(--gm-line); }
.sekcja-produkt .kontener-produktu img,
.sekcja-produkt .image-2 {
  width: auto !important; max-width: 90%; max-height: 240px;
  height: auto; object-fit: contain; border-radius: 0 !important; margin: 0 auto;
}
/* panel z opisem (juz nie osobna karta) */
.sekcja-produkt .kontener-opis-produktu {
  background: transparent !important;
  border: 0 !important; box-shadow: none !important; border-radius: 0 !important;
  padding: 34px 36px !important;
  align-self: center;
}
.sekcja-produkt .heading-5 { font-size: 24px; margin: 0 0 4px; line-height: 1.15; }
.sekcja-produkt .text-produkt {
  font-family: 'Chakra Petch', sans-serif !important;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em;
  color: var(--gm-muted) !important;
}
.sekcja-produkt .paragraph-2 {
  margin: 14px 0 20px !important;
  padding-top: 14px;
  border-top: 1px solid var(--gm-line);
  color: var(--gm-text); line-height: 1.7; font-size: 14.5px;
}
/* rzad przyciskow w karcie – rowny, bez nachodzenia (kasujemy webflow margin-left:35px) */
.sekcja-produkt .kontener-opis-produktu .button {
  display: inline-flex; align-items: center; vertical-align: top;
  margin: 0 10px 8px 0 !important;
}
.sekcja-produkt .kontener-opis-produktu .button.anfrage { margin-left: 0 !important; }
@media screen and (max-width: 700px) {
  .sekcja-produkt .kontener-opis-produktu { padding: 26px 22px !important; }
  .sekcja-produkt .kontener-produktu { padding: 24px; }
  .sekcja-produkt .grid-2 > div:first-child { border-right: 0; border-bottom: 1px solid var(--gm-line); }
}

/* H1 Paletten – 8 parametrow w 2 kolumnach (rowna wysokosc z reszta kart) */
#H1 .paragraph-2 { column-count: 2; column-gap: 34px; }
/* cale tlo strony Leistungen w jasnej szarosci (klasa na <body>, nie rusza strony glownej) */
.leistung-page { background: var(--gm-soft); }

/* Ujednolicony uklad kart (koniec zig-zag): zdjecie zawsze L, opis zawsze P
   -> szare linie (dzielnik + linia nad danymi) zawsze w tych samych miejscach */
.sekcja-produkt .grid-2 > *:nth-child(1) { grid-column: 1 / 2 !important; grid-row: 1 !important; }
.sekcja-produkt .grid-2 > *:nth-child(2) { grid-column: 2 / 3 !important; grid-row: 1 !important; }
/* min-width:0 -> kolumny dokladnie 50/50; justify-self:stretch -> panele wypelniaja kolumny
   (dzielnik zawsze na srodku, opis zawsze w tym samym miejscu) */
.sekcja-produkt .grid-2 > * { min-width: 0; justify-self: stretch !important; width: auto !important; }

/* ---------- Strony: wybor ilosci (fuesse-menge) + koszyk (warenkorb) ---------- */
.sekcja-formularz { padding: 8px 0 48px; }
.sekcja-formularz .kontener-1000 { margin-top: 0; margin-bottom: 0; }
/* mniej powietrza pod hero na stronach uslug/koszyka */
.leistung-page .tekst-hero { padding-bottom: 30px; }
.sekcja-formularz .anfrage-heading { margin-bottom: 20px; }
.sekcja-formularz .warenkorb-form { max-width: 780px; margin-left: auto; margin-right: auto; }
.wk-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 4px; }
.wk-actions .button { margin: 0 !important; }
/* na stronie wyboru ilosci "In den Warenkorb" = przycisk glowny (wypelniony) */
#wk-add { background: var(--gm-navy) !important; color: #fff !important; border: 2px solid var(--gm-navy) !important; }
#wk-add:hover { background: var(--gm-navy-700) !important; border-color: var(--gm-navy-700) !important; }
/* podglad koszyka na stronie warenkorb */
.warenkorb-cart { width: 100%; max-width: 780px; margin: 0 auto 16px; background: #fff; border: 1px solid var(--gm-line); border-radius: 14px; padding: 8px 28px; box-shadow: 0 2px 12px rgba(18, 23, 43, .05); }
.warenkorb-cart .cart-line { padding: 14px 34px 14px 0; }
.warenkorb-cart .cart-line:first-child { border-top: 0; }
.warenkorb-cart .cart-summary { box-shadow: none; border: 0; border-top: 2px solid var(--gm-line); border-radius: 0; margin: 4px 0 0; padding: 12px 0 6px; }
.cart-empty-page { text-align: center; padding: 10px 0 24px; }
.cart-empty-page .cart-empty { margin-bottom: 16px; font-size: 16px; }

/* ---------- Mobilne menu (hamburger) – czytelne, solidne tlo ---------- */
/* kreski hamburgera zawsze ciemne (Webflow ustawia .icon-4 na bialy -> niewidoczne) */
.menu-button, .menu-button .icon-4, .w-nav-button .w-icon-nav-menu { color: var(--gm-ink) !important; }
.menu-button.w--open { background-color: transparent !important; }
.menu-button.w--open .icon-4, .w-nav-button.w--open .w-icon-nav-menu { color: var(--gm-ink) !important; }
@media screen and (max-width: 991px) {
  .nav-menu.w-nav-menu {
    background: #fff !important;
    border-top: 1px solid var(--gm-line);
    box-shadow: 0 16px 34px rgba(18, 23, 43, .14);
    padding: 4px 0 10px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
  .nav-menu.w-nav-menu .nav-link,
  .nav-menu.w-nav-menu .dropdown-toggle {
    display: block;
    padding: 13px 22px !important;
    font-size: 17px !important;
    text-decoration: none !important;
  }
  .nav-menu.w-nav-menu .dropdown-toggle { padding-right: 40px !important; }
  .nav-menu.w-nav-menu .text-block-2 { font-size: 17px !important; }
  .nav-menu.w-nav-menu .dropdown-list.w-dropdown-list {
    background: var(--gm-soft);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: static !important;
  }
  .nav-menu.w-nav-menu .dropdown-link {
    padding: 12px 22px 12px 36px !important;
    font-size: 15px !important;
    border-bottom: 0;
  }
  .nav-menu.w-nav-menu .dropdown-list.w-dropdown-list { padding: 4px 0 6px; }
}

/* ---------- Pola formularzy: zaokraglone prostokaty (nie pastylki) ---------- */
.formularz-pole,
.formularz-pole.w-input,
.form-field,
.form-field.w-select,
.form-grid select,
.form-grid input,
.form-grid textarea,
.warenkorb-form input,
.warenkorb-form select,
.warenkorb-form textarea {
  border-radius: 9px !important;
}

/* ==========================================================================
   LEISTUNGEN – siatka 3-kolumnowa (kompaktowe karty; wrap tworzony w custom.js)
   ========================================================================== */
.lz-grid-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 26px 20px 34px;
}
/* sekcja produktu staje sie komorka siatki */
/* lancuch flex: karty rownej wysokosci (wypelniaja komorke siatki) */
.lz-grid-wrap .sekcja-produkt {
  padding: 0 !important; margin: 0 !important; background: transparent !important; position: static;
  display: flex;
}
.lz-grid-wrap .sekcja-produkt .kontener-1000 {
  padding: 0 !important; margin: 0 !important; max-width: none !important;
  display: flex !important; flex-direction: column; flex: 1; width: 100%;
}
/* grid-2 -> pionowa karta */
.lz-grid-wrap .sekcja-produkt .grid-2 {
  display: flex !important; flex-direction: column !important;
  grid-template-columns: none !important;
  width: 100% !important; flex: 1;
  background: #fff; border: 1px solid var(--gm-line); border-radius: 14px;
  overflow: hidden; box-shadow: 0 6px 20px rgba(18, 23, 43, .05);
}
/* zdjecie u gory – stala wysokosc panelu + object-fit (koniec nachodzenia na opis) */
.lz-grid-wrap .kontener-produktu {
  border-right: 0 !important; border-bottom: 1px solid var(--gm-line);
  min-height: 0 !important; height: 210px; flex: none;
  padding: 16px !important; overflow: hidden;
}
.lz-grid-wrap .kontener-produktu img,
.lz-grid-wrap .image-2 {
  width: 100% !important; height: 100% !important; object-fit: contain !important;
  max-width: 100% !important; max-height: 100% !important;
}
/* tresc */
.lz-grid-wrap .kontener-opis-produktu {
  padding: 15px 17px 17px !important; align-self: auto !important;
  display: flex !important; flex-direction: column; flex: 1;
}
.lz-grid-wrap .heading-5 { font-size: 18px !important; margin: 0 0 2px !important; }
.lz-grid-wrap .text-produkt { font-size: 11px !important; letter-spacing: .06em; }
.lz-grid-wrap .paragraph-2 {
  font-size: 13px !important; line-height: 1.6 !important;
  margin: 10px 0 14px !important; padding-top: 10px !important;
  column-count: 1 !important;
}
/* rzad przyciskow na dole karty – rowne szerokosci, tekst wysrodkowany */
.lz-grid-wrap .lz-btns { display: flex; gap: 8px; margin-top: auto; }
.lz-grid-wrap .lz-btns .button {
  width: calc(50% - 4px) !important;
  flex: none !important;
  margin: 0 !important;
  padding: 9px 10px !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box !important;
}
/* rowna wysokosc: wypelniony przycisk dostaje przezroczyste obramowanie jak outline */
.lz-grid-wrap .lz-btns .button.anfrage { border: 2px solid transparent !important; }
@media screen and (max-width: 860px) {
  .lz-grid-wrap { grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width: 560px) {
  .lz-grid-wrap { grid-template-columns: 1fr; gap: 16px; }
}

/* ==========================================================================
   GALERIE ZDJEC (ersatzteile, behalter) – uporzadkowane kafelki-karty
   ========================================================================== */
.sekcja--lightbox { opacity: 1 !important; max-width: 1040px; margin: 0 auto !important; padding: 8px 20px 26px !important; }
.sekcja--lightbox .w-layout-grid {
  grid-template-columns: repeat(4, 1fr) !important;
  grid-template-rows: auto !important;
  grid-auto-rows: auto !important;
  gap: 16px !important; margin: 0 !important; padding: 0 !important; max-width: none !important;
}
.sekcja--lightbox .lightbox-link {
  background: #fff; border: 1px solid var(--gm-line); border-radius: 12px;
  padding: 14px 14px 12px; display: flex; flex-direction: column; align-items: center; gap: 10px;
  box-shadow: 0 4px 14px rgba(18, 23, 43, .05);
  transition: transform .15s ease, box-shadow .15s ease; overflow: hidden;
}
.sekcja--lightbox .lightbox-link:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(18, 23, 43, .12); }
.sekcja--lightbox .lightbox-link img {
  width: 100% !important; height: 150px; object-fit: contain !important; display: block; max-width: 100% !important;
}
.sekcja--lightbox .numery {
  color: #fff !important; background: var(--gm-navy);
  font-family: 'Chakra Petch', sans-serif !important; font-size: 12px !important; font-weight: 700 !important;
  width: 26px; height: 26px; border-radius: 7px; padding: 0 !important; line-height: 1;
  display: flex; align-items: center; justify-content: center;
}
@media screen and (max-width: 860px) { .sekcja--lightbox .w-layout-grid { grid-template-columns: repeat(3, 1fr) !important; } }
@media screen and (max-width: 560px) { .sekcja--lightbox .w-layout-grid { grid-template-columns: repeat(2, 1fr) !important; } }

/* przycisk Anfrage w hero (behalter) – odstep od tytulu, wysrodkowany */
.tekst-hero-2 .button { display: inline-block; margin-top: 22px; }

/* ==========================================================================
   ÜBER UNS – ujednolicenie z reszta (bez gradientu, czysta ramka zdjecia)
   ========================================================================== */
.uberuns-section { padding: 10px 0 54px !important; }
.uberuns-section .kontener-1000 { margin: 0 auto !important; }
.uberuns-section .grid-uberuns {
  grid-template-columns: 1.05fr 1fr !important;
  grid-template-rows: auto !important;
  gap: 44px !important; align-items: center !important;
  max-width: 940px; margin: 0 auto;
}
.uberuns-section .info-uberuns { text-align: left; }
.uberuns-section .heading-4 { font-size: 26px; color: var(--gm-ink); margin: 0 0 12px; text-align: left; }
.uberuns-section ._w-uberuns { padding-right: 0 !important; color: var(--gm-text); margin: 0 0 22px !important; }
/* zdjecie CEO: bez gradientu, czysta biala ramka */
.uberuns-section .kontener-ceo {
  position: static !important; justify-content: center !important;
  background: #fff; border: 1px solid var(--gm-line); border-radius: 16px;
  box-shadow: 0 6px 20px rgba(18, 23, 43, .05);
  padding: 16px; max-width: 440px; margin: 0 auto; overflow: hidden;
}
.uberuns-section .kontener-ceo .image-26 { display: none !important; } /* gradientowy prostokat */
.uberuns-section .image-ceo {
  position: static !important; inset: auto !important; margin: 0 !important;
  opacity: 1 !important; width: 100% !important; height: auto !important; max-width: 100% !important;
  border-radius: 10px !important;
}
@media screen and (max-width: 767px) {
  .uberuns-section .grid-uberuns { grid-template-columns: 1fr !important; gap: 26px !important; }
  .uberuns-section .kontener-ceo { margin-top: 6px; }
}

/* ==========================================================================
   KONTAKT – formularz na gorze + dane/Impressum jako czyste karty
   ========================================================================== */
/* formularz wysrodkowany (jak reszta) */
.sekcja-formularz .form-block { max-width: 640px; margin: 0 auto; }
/* Impressum / dane kontaktowe jako karty */
.sekcja-kontakt { background: transparent; height: auto !important; min-height: 0 !important; margin-bottom: 0 !important; padding: 34px 0 18px !important; }
.sekcja-kontakt .kontener-1000 { margin: 0 auto !important; }
.sekcja-kontakt .heading-2 { text-align: center !important; font-size: 22px; color: var(--gm-ink); margin: 0 0 24px !important; }
.sekcja-kontakt .grid-konakt {
  grid-template-columns: repeat(3, 1fr) !important; grid-template-rows: auto !important;
  gap: 18px !important; max-width: 940px; margin: 0 auto;
}
.sekcja-kontakt .kontener-kontakt {
  opacity: 1 !important;
  background: #fff; border: 1px solid var(--gm-line); border-radius: 14px;
  padding: 26px 22px; text-align: left; box-shadow: 0 4px 16px rgba(18, 23, 43, .05);
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
}
.sekcja-kontakt .ikonki { width: 46px !important; height: auto; opacity: 1 !important; margin: 0 !important; }
.sekcja-kontakt .heading-ikony { font-size: 17px; color: var(--gm-ink); margin: 0; text-align: left !important; }
.sekcja-kontakt .paragraf-kontakt { font-size: 14px; line-height: 1.6; color: var(--gm-text); margin: 0; text-align: left !important; }
.sekcja-kontakt .paragraf-kontakt a { color: var(--gm-navy); font-weight: 600; }
/* informacje prawne (male, na dole) */
.sekcja-fotoinfo { max-width: 940px; margin: 0 auto !important; padding: 6px 20px 44px !important; }
.sekcja-fotoinfo .heading-21, .sekcja-fotoinfo .heading-20 { opacity: 1 !important; font-size: 14px !important; color: var(--gm-ink); margin: 16px 0 6px !important; }
.sekcja-fotoinfo .tekst-zdejcia { opacity: 1 !important; font-size: 12.5px !important; color: var(--gm-muted) !important; }
@media screen and (max-width: 767px) {
  .sekcja-kontakt .grid-konakt { grid-template-columns: 1fr !important; }
}

/* ikony Impressum -> granatowe (Kontakt) */
.imp-ico { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 12px; background: var(--gm-soft); color: var(--gm-navy); margin-bottom: 2px; }
.imp-ico svg { width: 24px; height: 24px; }
