:root{
  --kz5-ink:#0d1f2b;
  --kz5-ink-soft:#52636d;
  --kz5-teal:#009bb0;
  --kz5-teal-dark:#007c90;
  --kz5-teal-light:#e9f8fb;
  --kz5-line:#d9e9ec;
  --kz5-bg:#f5f9fb;
  --kz5-white:#ffffff;
  --kz5-radius:20px;
  --kz5-shadow:0 16px 44px rgba(8,34,46,.08);
  --kz5-shadow-hover:0 24px 60px rgba(8,34,46,.14);
  --kz5-container:1540px;
}

body.kz5-active #kz5-home,
body.kz5-active #kz5-tail,
body.kz5-active #kz5-home *,
body.kz5-active #kz5-tail *{box-sizing:border-box;}

body.kz5-active .kz5-hidden-legacy{display:none !important;}
body.kz5-active #kz5-home,
body.kz5-active #kz5-tail{
  position:relative;
  width:100%;
  clear:both;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  color:var(--kz5-ink);
}
body.kz5-active #kz5-home a,
body.kz5-active #kz5-tail a{text-decoration:none !important;}
body.kz5-active #kz5-home img,
body.kz5-active #kz5-tail img{display:block;max-width:100%;height:auto;}
body.kz5-active .kz5-shell{width:100%;max-width:var(--kz5-container);margin:0 auto;}

/* HERO */
body.kz5-active #kz5-home{
  z-index:2;
  padding:18px 24px 28px;
  background:
    radial-gradient(circle at 84% 7%, rgba(0,155,176,.10), transparent 18%),
    linear-gradient(180deg,#ffffff 0%,#ffffff 74%,#fbfeff 100%);
}
body.kz5-active .kz5-home-wrap{position:relative;overflow:hidden;}
body.kz5-active .kz5-home-wrap::before,
body.kz5-active .kz5-home-wrap::after{
  content:"";position:absolute;pointer-events:none;border:1px solid rgba(0,155,176,.18);border-radius:50%;opacity:.55;
}
body.kz5-active .kz5-home-wrap::before{left:-180px;bottom:118px;width:720px;height:180px;transform:rotate(-7deg);}
body.kz5-active .kz5-home-wrap::after{right:-200px;bottom:110px;width:720px;height:180px;transform:rotate(6deg);}

body.kz5-active .kz5-hero-grid{display:grid;grid-template-columns:1.32fr repeat(3,1fr);gap:12px;align-items:stretch;}
body.kz5-active .kz5-panel,
body.kz5-active .kz5-hero-card,
body.kz5-active .kz5-solution-card,
body.kz5-active .kz5-trust-strip,
body.kz5-active .kz5-category-card{border-radius:var(--kz5-radius);box-shadow:var(--kz5-shadow);overflow:hidden;}

body.kz5-active .kz5-panel{
  position:relative;
  padding:34px 34px 84px;
  min-height:500px;
  border:1px solid rgba(13,31,43,.06);
  background:linear-gradient(145deg,#ffffff 0%,#ffffff 72%,#f4fbfd 100%);
}
body.kz5-active .kz5-kicker{
  color:var(--kz5-teal);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
body.kz5-active .kz5-panel h1{
  margin:18px 0 10px;
  font-size:clamp(36px,3.2vw,62px);
  line-height:.98;
  letter-spacing:-.03em;
  color:var(--kz5-ink);
  text-transform:uppercase;
  font-weight:340;
}
body.kz5-active .kz5-panel h1 strong{font-weight:820;}
body.kz5-active .kz5-panel h2{
  margin:10px 0 14px;
  color:var(--kz5-teal);
  font-size:clamp(21px,1.7vw,31px);
  line-height:1.12;
  font-weight:740;
  letter-spacing:-.02em;
}
body.kz5-active .kz5-panel p{margin:0;max-width:565px;color:#314550;font-size:15px;line-height:1.64;}
body.kz5-active .kz5-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
body.kz5-active .kz5-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  min-height:46px;padding:0 22px;border-radius:8px;border:1px solid var(--kz5-teal);
  font-size:13px;font-weight:780;transition:.22s ease;
}
body.kz5-active .kz5-btn-primary{background:linear-gradient(135deg,var(--kz5-teal),#00879b);color:#fff !important;box-shadow:0 8px 22px rgba(0,155,176,.22);}
body.kz5-active .kz5-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(0,155,176,.28);}
body.kz5-active .kz5-btn-secondary{background:#fff;color:var(--kz5-teal) !important;}
body.kz5-active .kz5-btn-secondary:hover{background:#eefbfc;transform:translateY(-2px);}
body.kz5-active .kz5-btn-arrow,
body.kz5-active .kz5-card-arrow{
  display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:16px;font-weight:900;
}
body.kz5-active .kz5-line-art{
  position:absolute;right:-50px;bottom:-20px;width:370px;height:100px;opacity:.56;transform:rotate(-9deg);
  background:repeating-radial-gradient(ellipse at 100% 100%, transparent 0 7px, rgba(0,155,176,.28) 8px 9px, transparent 10px 16px);
}

body.kz5-active .kz5-hero-card,
body.kz5-active .kz5-solution-media,
body.kz5-active .kz5-category-media{position:relative;background:#e8f5f8;isolation:isolate;}
body.kz5-active .kz5-hero-card{
  display:block;min-height:500px;transition:transform .28s ease,box-shadow .28s ease;border:1px solid rgba(13,31,43,.06);
}
body.kz5-active .kz5-hero-card:hover,
body.kz5-active .kz5-solution-card:hover,
body.kz5-active .kz5-category-card:hover{transform:translateY(-4px);box-shadow:var(--kz5-shadow-hover);}
body.kz5-active .kz5-hero-card > img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .35s ease;}
body.kz5-active .kz5-hero-card:hover > img,
body.kz5-active .kz5-solution-card:hover .kz5-solution-media img,
body.kz5-active .kz5-category-card:hover .kz5-category-media img{transform:scale(1.04);filter:saturate(1.03) contrast(1.02);}
body.kz5-active .kz5-hero-card::after{content:"";position:absolute;inset:44% 0 0;background:linear-gradient(180deg,transparent,rgba(7,34,44,.28));pointer-events:none;z-index:2;}
body.kz5-active .kz5-overlay{
  position:absolute;left:18px;right:18px;bottom:18px;z-index:4;
  display:flex;align-items:center;gap:12px;min-height:78px;padding:12px 15px;
  border:1px solid rgba(255,255,255,.78);border-radius:16px;background:rgba(255,255,255,.92);
  box-shadow:0 10px 28px rgba(10,44,55,.15);backdrop-filter:blur(12px);
}
body.kz5-active .kz5-icon-box,
body.kz5-active .kz5-mini-badge{
  flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;color:var(--kz5-teal-dark);
  background:rgba(232,251,253,.95);border:1px solid rgba(0,155,176,.22);font-weight:800;
}
body.kz5-active .kz5-icon-box{width:42px;height:42px;border-radius:13px;font-size:18px;}
body.kz5-active .kz5-mini-badge{width:38px;height:38px;border-radius:50%;font-size:17px;}
body.kz5-active .kz5-overlay b{display:block;color:var(--kz5-teal);font-size:17px;line-height:1.08;font-weight:800;}
body.kz5-active .kz5-overlay small{display:block;margin-top:4px;color:#3e4e57;font-size:11px;line-height:1.38;}

/* animated energy — curved traces constrained to the photo itself */
body.kz5-active .kz5-energy-svg{
  position:absolute;inset:0;z-index:1;width:100%;height:100%;pointer-events:none;overflow:hidden;
  opacity:.76;mix-blend-mode:screen;
}
body.kz5-active .kz5-energy-svg path{
  fill:none !important;
  vector-effect:non-scaling-stroke;
  stroke-linecap:round;
  stroke-linejoin:round;
}
body.kz5-active .kz5-energy-svg .kz5-energy-base{
  stroke:rgba(147,235,248,.24) !important;
  stroke-width:1.1;
  filter:drop-shadow(0 0 4px rgba(117,231,247,.24));
}
body.kz5-active .kz5-energy-svg .kz5-energy-flow{
  stroke:rgba(190,249,255,.9) !important;
  stroke-width:1.6;
  stroke-dasharray:7 18;
  animation:kz5TraceFlow 9s linear infinite;
  filter:drop-shadow(0 0 4px rgba(166,244,255,.7)) drop-shadow(0 0 10px rgba(95,219,238,.35));
}
body.kz5-active .kz5-energy-svg .kz5-energy-flow.kz5-delay-1{animation-duration:11s;animation-delay:-3.8s;opacity:.82;}
body.kz5-active .kz5-energy-svg .kz5-energy-flow.kz5-delay-2{animation-duration:13s;animation-delay:-6.2s;opacity:.66;}
body.kz5-active .kz5-energy-svg .kz5-energy-orb{
  fill:rgba(219,253,255,.95) !important;
  stroke:rgba(152,239,251,.9) !important;
  stroke-width:.55;
  transform-box:fill-box;
  transform-origin:center;
  animation:kz5OrbPulse 4.8s ease-in-out infinite;
  filter:drop-shadow(0 0 5px rgba(173,246,255,.95));
}
body.kz5-active .kz5-energy-svg .kz5-energy-orb.o2{animation-delay:-1.7s;}
body.kz5-active .kz5-energy-svg .kz5-energy-orb.o3{animation-delay:-3.1s;}
@keyframes kz5TraceFlow{to{stroke-dashoffset:-100;}}
@keyframes kz5OrbPulse{0%,100%{opacity:.32;transform:scale(.78);}50%{opacity:1;transform:scale(1.34);}}

body.kz5-active .kz5-pillars{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin:14px 8px 12px;align-items:center;}
body.kz5-active .kz5-pillars::before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(0,155,176,.58) 8%,rgba(0,155,176,.58) 92%,transparent);}
body.kz5-active .kz5-pillar{justify-self:center;display:inline-flex;align-items:center;gap:14px;padding:0 16px;background:#fff;color:var(--kz5-teal);font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.02em;}
body.kz5-active .kz5-pillar span{width:50px;height:50px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(0,155,176,.22);box-shadow:0 4px 18px rgba(0,155,176,.09);font-size:22px;}

body.kz5-active .kz5-solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
body.kz5-active .kz5-solution-card{position:relative;display:grid;grid-template-columns:52% 48%;min-height:288px;background:#fff;border:1px solid rgba(13,31,43,.06);transition:transform .28s ease,box-shadow .28s ease;}
body.kz5-active .kz5-solution-media{min-height:288px;overflow:hidden;}
body.kz5-active .kz5-solution-media img,
body.kz5-active .kz5-category-media img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .35s ease;}
body.kz5-active .kz5-solution-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 70%,rgba(255,255,255,.78));z-index:2;pointer-events:none;}
body.kz5-active .kz5-solution-copy{position:relative;z-index:3;display:flex;flex-direction:column;justify-content:center;padding:24px 20px 24px 10px;}
body.kz5-active .kz5-solution-heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px;color:var(--kz5-ink);font-size:18px;line-height:1.14;font-weight:800;}
body.kz5-active .kz5-solution-copy strong{margin-left:48px;color:var(--kz5-teal);font-size:12px;line-height:1.25;}
body.kz5-active .kz5-solution-copy p{margin:9px 0 14px 48px;color:#42545e;font-size:11.5px;line-height:1.55;}
body.kz5-active .kz5-card-cta{display:inline-flex;align-items:center;gap:10px;margin-left:48px;padding:10px 13px;border:1px solid rgba(0,155,176,.46);border-radius:7px;color:var(--kz5-teal);font-size:10.5px;font-weight:760;background:#fff;}
body.kz5-active .kz5-card-cta:hover{background:#effbfc;}
body.kz5-active .kz5-signature{display:flex;align-items:center;justify-content:center;gap:14px;margin:24px 0 0;color:var(--kz5-teal);font-size:12px;letter-spacing:.15em;text-transform:uppercase;text-align:center;}
body.kz5-active .kz5-signature::before,body.kz5-active .kz5-signature::after{content:"";height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(0,155,176,.48));}

/* discovery */
body.kz5-active #kz5-discovery{position:relative;z-index:1;padding:54px 24px 70px;background:var(--kz5-bg);}
body.kz5-active .kz5-trust-strip{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #dce5ea;}
body.kz5-active .kz5-trust-item{min-height:112px;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:18px;padding:24px 28px;color:var(--kz5-ink);}
body.kz5-active .kz5-trust-item + .kz5-trust-item{border-left:1px solid #dce5ea;}
body.kz5-active .kz5-trust-mark{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(232,251,253,.9);border:1px solid rgba(0,155,176,.24);color:var(--kz5-teal-dark);font-size:15px;font-weight:900;line-height:1;}
body.kz5-active .kz5-trust-item b{display:block;margin-bottom:7px;color:var(--kz5-teal-dark);font-size:13px;line-height:1.2;font-weight:800;letter-spacing:.055em;text-transform:uppercase;}
body.kz5-active .kz5-trust-item small{display:block;color:#61727d;font-size:11px;line-height:1.45;}
body.kz5-active .kz5-discovery-head{margin:68px 0 28px;}
body.kz5-active .kz5-discovery-head .kz5-kicker{font-size:12px;}
body.kz5-active .kz5-discovery-head h2{margin:8px 0 0;color:#0b1620;font-size:clamp(30px,2vw,42px);line-height:1.05;font-weight:800;letter-spacing:-.035em;}
body.kz5-active .kz5-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
body.kz5-active .kz5-category-card{position:relative;display:block;aspect-ratio:4/3;background:#dcebed;border:1px solid rgba(13,31,43,.06);transition:transform .28s ease,box-shadow .28s ease;}
body.kz5-active .kz5-category-media{position:absolute;inset:0;}
body.kz5-active .kz5-category-copy{position:absolute;left:24px;right:24px;top:24px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;max-width:72%;}
body.kz5-active .kz5-category-label{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:rgba(0,95,109,.34);backdrop-filter:blur(4px);color:#fff;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}
body.kz5-active .kz5-category-title{margin:14px 0 7px;color:#fff;font-size:clamp(18px,1.8vw,26px);line-height:.95;font-weight:860;letter-spacing:-.03em;text-transform:uppercase;text-shadow:0 4px 22px rgba(0,0,0,.22);}
body.kz5-active .kz5-category-text{margin:0;color:#fff;font-size:12px;line-height:1.45;text-shadow:0 2px 14px rgba(0,0,0,.26);}
body.kz5-active .kz5-category-cta{display:inline-flex;align-items:center;justify-content:center;min-height:30px;margin-top:14px;padding:0 10px;border-radius:999px;background:#fff;color:var(--kz5-teal-dark);font-size:10px;font-weight:800;}
body.kz5-active .kz5-category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,34,44,.52),rgba(7,34,44,.22) 48%,rgba(7,34,44,.08));z-index:1;}
body.kz5-active .kz5-category-arrow{position:absolute;right:16px;bottom:16px;z-index:3;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.96);color:var(--kz5-teal-dark);box-shadow:0 8px 20px rgba(4,42,51,.16);font-size:18px;font-weight:900;opacity:0;transform:translateY(5px);transition:.25s ease;}
body.kz5-active .kz5-category-card:hover .kz5-category-arrow{opacity:1;transform:none;}

/* tail */
body.kz5-active #kz5-tail{z-index:2;}
body.kz5-active .kz5-faq{padding:72px 24px 66px;background:#fff;}
body.kz5-active .kz5-faq-head{margin-bottom:28px;}
body.kz5-active .kz5-faq-head h2{margin:8px 0 0;color:#0b1620;font-size:clamp(30px,2.35vw,46px);line-height:1.08;font-weight:800;letter-spacing:-.035em;}
body.kz5-active .kz5-faq-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:48px;align-items:start;}
body.kz5-active .kz5-faq-tabs{display:grid;gap:10px;}
body.kz5-active .kz5-faq-tab{appearance:none;border:0;border-radius:8px;background:#edf1f4;color:#53636d;text-align:left;padding:22px 18px;font:700 13px/1.25 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;cursor:pointer;transition:.2s ease;}
body.kz5-active .kz5-faq-tab:hover{background:#e4edef;color:var(--kz5-teal-dark);}
body.kz5-active .kz5-faq-tab.is-active{background:#11888d;color:#fff;}
body.kz5-active .kz5-faq-panel h3{margin:0 0 14px;color:#0b1620;font-size:24px;line-height:1.2;font-weight:800;}
body.kz5-active .kz5-faq-item{border-bottom:1px solid #d8e2e6;}
body.kz5-active .kz5-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px;appearance:none;border:0;background:transparent;padding:20px 8px 20px 0;color:#111;text-align:left;font:700 13px/1.45 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;cursor:pointer;}
body.kz5-active .kz5-faq-question:hover{color:var(--kz5-teal-dark);}
body.kz5-active .kz5-faq-sign{position:relative;flex:0 0 18px;width:18px;height:18px;}
body.kz5-active .kz5-faq-sign::before,body.kz5-active .kz5-faq-sign::after{content:"";position:absolute;left:4px;right:4px;top:8px;height:2px;background:#087e83;border-radius:2px;transition:transform .2s ease;}
body.kz5-active .kz5-faq-sign::after{transform:rotate(90deg);}
body.kz5-active .kz5-faq-item.is-open .kz5-faq-sign::after{transform:rotate(0deg);}
body.kz5-active .kz5-faq-answer{padding:0 50px 20px 0;}
body.kz5-active .kz5-faq-answer p{margin:0;color:#60717c;font-size:12px;line-height:1.7;}

body.kz5-active .kz5-newsletter{padding:34px 24px;background:#007f94;color:#fff;}
body.kz5-active .kz5-newsletter-inner{display:grid;grid-template-columns:1fr minmax(420px,620px);gap:54px;align-items:center;}
body.kz5-active .kz5-newsletter h3{margin:0 0 5px;color:#fff;font-size:25px;line-height:1.15;font-weight:800;letter-spacing:-.02em;}
body.kz5-active .kz5-newsletter p{margin:0;color:rgba(255,255,255,.94);font-size:12px;line-height:1.5;}
body.kz5-active .kz5-newsletter-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;}
body.kz5-active .kz5-newsletter-form input[type="email"]{width:100%;min-height:48px;padding:0 16px;border:1px solid rgba(255,255,255,.92);border-radius:6px;background:#fff;color:#172832;font-size:14px;}
body.kz5-active .kz5-newsletter-form button{min-width:120px;min-height:48px;padding:0 20px;border:2px solid #fff;border-radius:6px;background:#fff;color:#007f94;font-size:12px;font-weight:800;cursor:pointer;}
body.kz5-active .kz5-newsletter-form button:hover{background:#eafcff;color:#006779;}
body.kz5-active .kz5-newsletter-note{display:block;margin-top:7px;color:rgba(255,255,255,.94);font-size:10px;line-height:1.35;}
body.kz5-active .kz5-newsletter-note a{color:#fff !important;text-decoration:underline !important;}

body.kz5-active .kz5-footer{padding:54px 24px 20px;background:#009bb0;color:#fff;border-top:0;}
body.kz5-active .kz5-footer-grid{display:grid;grid-template-columns:1.25fr .9fr .9fr 1fr;gap:70px;padding-bottom:44px;}
body.kz5-active .kz5-footer-logo{display:inline-flex;max-width:190px;margin-bottom:18px;}
body.kz5-active .kz5-footer-logo img{display:block;width:100%;height:auto;max-height:74px;object-fit:contain;filter:brightness(0) invert(1);}

body.kz5-active .kz5-footer-brandtext{display:inline-flex;flex-direction:column;margin-bottom:18px;color:#fff !important;font-weight:850;line-height:.88;letter-spacing:-.04em;font-size:28px;}
body.kz5-active .kz5-footer-brandtext small{margin-top:5px;color:#fff;font-size:11px;line-height:1;letter-spacing:.18em;text-transform:uppercase;font-weight:700;opacity:.78;}
body.kz5-active .kz5-footer-brand p{max-width:360px;margin:0 0 19px;color:#fff;font-size:12px;line-height:1.65;opacity:.95;}
body.kz5-active .kz5-footer-badges{display:flex;flex-wrap:wrap;gap:7px;}
body.kz5-active .kz5-footer-badges span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid rgba(255,255,255,.48);border-radius:5px;background:rgba(255,255,255,.14);color:#fff;font-size:9.5px;font-weight:700;}
body.kz5-active .kz5-footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px;}
body.kz5-active .kz5-footer-col h4{margin:3px 0 7px;color:#fff;font-size:13px;line-height:1.2;font-weight:850;letter-spacing:.055em;text-transform:uppercase;}
body.kz5-active .kz5-footer-col a,
body.kz5-active .kz5-footer-note,
body.kz5-active .kz5-footer-bottom,
body.kz5-active .kz5-footer-bottom a,
body.kz5-active .kz5-footer-bottom button{color:#fff !important;opacity:.96;}
body.kz5-active .kz5-footer-col a{font-size:11px;line-height:1.45;}
body.kz5-active .kz5-footer-col a:hover,
body.kz5-active .kz5-footer-bottom a:hover,
body.kz5-active .kz5-footer-bottom button:hover{text-decoration:underline !important;opacity:1;}
body.kz5-active .kz5-footer-contact a{display:flex;align-items:center;gap:8px;}
body.kz5-active .kz5-footer-contact-mark{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.18);font-size:11px;font-weight:900;}
body.kz5-active .kz5-footer-note{font-size:10px;line-height:1.4;}
body.kz5-active .kz5-footer-cta{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:154px !important;min-height:42px !important;margin-top:6px !important;padding:0 16px !important;border:2px solid #fff !important;border-radius:6px !important;background:#ffffff !important;color:#006b7d !important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important;font-size:12px !important;line-height:1 !important;font-weight:850 !important;letter-spacing:0 !important;text-indent:0 !important;text-shadow:none !important;opacity:1 !important;visibility:visible !important;}
body.kz5-active .kz5-footer-cta:hover{background:#eafcff !important;color:#004f5e !important;border-color:#eafcff !important;text-decoration:none !important;}
body.kz5-active .kz5-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.34);font-size:9.5px;}
body.kz5-active .kz5-footer-bottom-links{display:flex;align-items:center;gap:15px;}
body.kz5-active .kz5-footer-bottom button{appearance:none;border:0;background:transparent;padding:0;cursor:pointer;font:inherit;}
body.kz5-active body.kz5-active #footer,
body.kz5-active #footer.kz5-hidden-legacy,
body.kz5-active .kz5-hide-original-footer{display:none !important;}

/* responsive */
@media(max-width:1450px){
  :root{--kz5-container:1380px;}
  body.kz5-active .kz5-panel,body.kz5-active .kz5-hero-card{min-height:440px;}
  body.kz5-active .kz5-footer-grid{gap:48px;}
}
@media(max-width:1100px){
  body.kz5-active .kz5-hero-grid{grid-template-columns:repeat(3,1fr);}
  body.kz5-active .kz5-panel{grid-column:1/-1;min-height:auto;padding-bottom:46px;}
  body.kz5-active .kz5-hero-card{min-height:420px;}
  body.kz5-active .kz5-solution-grid{grid-template-columns:1fr;}
  body.kz5-active .kz5-solution-card{grid-template-columns:42% 58%;}
  body.kz5-active .kz5-trust-strip{grid-template-columns:repeat(2,1fr);}
  body.kz5-active .kz5-trust-item:nth-child(3),
  body.kz5-active .kz5-trust-item:nth-child(4){border-top:1px solid #dce5ea;}
  body.kz5-active .kz5-trust-item:nth-child(3){border-left:0;}
  body.kz5-active .kz5-category-grid{grid-template-columns:repeat(2,1fr);}
  body.kz5-active .kz5-faq-layout{grid-template-columns:235px minmax(0,1fr);gap:30px;}
  body.kz5-active .kz5-newsletter-inner{grid-template-columns:1fr 1fr;gap:30px;}
  body.kz5-active .kz5-footer-grid{grid-template-columns:1.25fr 1fr 1fr;}
  body.kz5-active .kz5-footer-contact{grid-column:2/4;}
}
@media(max-width:767px){
  :root{--kz5-radius:16px;}
  body.kz5-active #kz5-home{padding:10px 12px 22px;}
  body.kz5-active .kz5-hero-grid{grid-template-columns:1fr;gap:10px;}
  body.kz5-active .kz5-panel{padding:24px 18px 36px;}
  body.kz5-active .kz5-panel h1{font-size:40px;}
  body.kz5-active .kz5-panel h2{font-size:22px;}
  body.kz5-active .kz5-actions{display:grid;grid-template-columns:1fr;}
  body.kz5-active .kz5-btn{width:100%;}
  body.kz5-active .kz5-hero-card{min-height:390px;}
  body.kz5-active .kz5-overlay{left:12px;right:12px;bottom:12px;min-height:72px;padding:11px 12px;}
  body.kz5-active .kz5-overlay b{font-size:16px;}
  body.kz5-active .kz5-overlay small{font-size:10px;}
  body.kz5-active .kz5-pillars{gap:4px;margin:10px 0;}
  body.kz5-active .kz5-pillar{padding:0 4px;gap:7px;font-size:9px;}
  body.kz5-active .kz5-pillar span{width:38px;height:38px;font-size:16px;}
  body.kz5-active .kz5-solution-card{grid-template-columns:1fr;min-height:0;}
  body.kz5-active .kz5-solution-media{min-height:200px;max-height:240px;}
  body.kz5-active .kz5-solution-media::after{background:linear-gradient(180deg,transparent 70%,rgba(255,255,255,.75));}
  body.kz5-active .kz5-solution-copy{padding:20px 20px 22px;}
  body.kz5-active .kz5-solution-copy strong,body.kz5-active .kz5-solution-copy p,body.kz5-active .kz5-card-cta{margin-left:48px;}
  body.kz5-active .kz5-signature{gap:8px;margin-top:18px;font-size:8.5px;letter-spacing:.095em;}

  body.kz5-active #kz5-discovery{padding:34px 12px 46px;}
  body.kz5-active .kz5-trust-strip{grid-template-columns:1fr;}
  body.kz5-active .kz5-trust-item{min-height:92px;padding:18px 18px;grid-template-columns:34px 1fr;}
  body.kz5-active .kz5-trust-item + .kz5-trust-item{border-left:0;border-top:1px solid #dce5ea;}
  body.kz5-active .kz5-discovery-head{margin:42px 0 20px;}
  body.kz5-active .kz5-discovery-head h2{font-size:31px;}
  body.kz5-active .kz5-category-grid{grid-template-columns:1fr;gap:12px;}
  body.kz5-active .kz5-category-card{aspect-ratio:16/11;}
  body.kz5-active .kz5-category-copy{max-width:78%;left:18px;right:18px;top:18px;}
  body.kz5-active .kz5-category-arrow{opacity:1;transform:none;}

  body.kz5-active .kz5-faq{padding:48px 16px 44px;}
  body.kz5-active .kz5-faq-head h2{font-size:31px;}
  body.kz5-active .kz5-faq-layout{grid-template-columns:1fr;gap:24px;}
  body.kz5-active .kz5-faq-tabs{display:flex;overflow-x:auto;gap:8px;padding-bottom:3px;scrollbar-width:none;}
  body.kz5-active .kz5-faq-tabs::-webkit-scrollbar{display:none;}
  body.kz5-active .kz5-faq-tab{flex:0 0 auto;min-width:150px;padding:15px 16px;}
  body.kz5-active .kz5-faq-panel h3{font-size:20px;}
  body.kz5-active .kz5-faq-question{padding-block:17px;font-size:12px;}
  body.kz5-active .kz5-faq-answer{padding-right:26px;}

  body.kz5-active .kz5-newsletter{padding:28px 16px;}
  body.kz5-active .kz5-newsletter-inner{grid-template-columns:1fr;gap:20px;}
  body.kz5-active .kz5-newsletter h3{font-size:21px;}
  body.kz5-active .kz5-newsletter-form{grid-template-columns:1fr;}
  body.kz5-active .kz5-newsletter-form button{width:100%;}

  body.kz5-active .kz5-footer{padding:40px 16px 16px;}
  body.kz5-active .kz5-footer-grid{grid-template-columns:1fr 1fr;gap:34px 28px;padding-bottom:34px;}
  body.kz5-active .kz5-footer-brand{grid-column:1/-1;}
  body.kz5-active .kz5-footer-contact{grid-column:auto;}
  body.kz5-active .kz5-footer-bottom{align-items:flex-start;flex-direction:column;gap:12px;}
  body.kz5-active .kz5-footer-bottom-links{flex-wrap:wrap;}
}
@media(max-width:480px){
  body.kz5-active .kz5-footer-grid{grid-template-columns:1fr;}
  body.kz5-active .kz5-footer-brand,body.kz5-active .kz5-footer-contact{grid-column:auto;}
  body.kz5-active .kz5-footer-logo{max-width:165px;}
}
@media(prefers-reduced-motion:reduce){
  body.kz5-active .kz5-energy-line,body.kz5-active .kz5-energy-node{animation:none !important;}
  body.kz5-active .kz5-hero-card > img,body.kz5-active .kz5-solution-media img,body.kz5-active .kz5-category-media img,body.kz5-active .kz5-hero-card,body.kz5-active .kz5-solution-card,body.kz5-active .kz5-category-card,body.kz5-active .kz5-btn{transition:none !important;}
}


/* ==========================================================
   V5.2 — cleanup based on live feedback
   - remove intrusive animated energy overlays
   - remove duplicated text overlays from category banners
   - enforce strong contrast on footer CTA
   ========================================================== */
body.kz5-active .kz5-energy{display:none !important;}

/* category cards should be the banners only, without duplicated overlay text */
body.kz5-active .kz5-category-card{
  overflow:hidden;
  aspect-ratio:4/3;
}
body.kz5-active .kz5-category-media{
  position:absolute;
  inset:0;
}
body.kz5-active .kz5-category-card::after,
body.kz5-active .kz5-category-copy,
body.kz5-active .kz5-category-arrow{
  display:none !important;
}
body.kz5-active .kz5-category-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* footer CTA contrast fix */
body.kz5-active .kz5-footer-cta,
body.kz5-active .kz5-footer-cta:link,
body.kz5-active .kz5-footer-cta:visited{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 16px !important;
  border:2px solid #ffffff !important;
  border-radius:6px !important;
  background:#ffffff !important;
  color:#006f80 !important;
  font-size:13px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
  text-decoration:none !important;
  white-space:nowrap !important;
  box-shadow:none !important;
  text-indent:0 !important;
}
body.kz5-active .kz5-footer-cta *{color:#006f80 !important;}
body.kz5-active .kz5-footer-cta:hover{
  background:#eefcfe !important;
  color:#005b69 !important;
  border-color:#eefcfe !important;
}

@media(max-width:767px){
  body.kz5-active .kz5-category-card{aspect-ratio:16/11;}
  body.kz5-active .kz5-footer-cta{width:100% !important;}
}


/* ==========================================================
   V5.4 — responsive image swap for solution cards
   desktop uses vertical banners, mobile uses horizontal banners
   ========================================================== */
body.kz5-active .kz5-solution-media{
  display:block;
  min-height:320px;
}
body.kz5-active .kz5-solution-media picture{
  display:block;
  width:100%;
  height:100%;
}
body.kz5-active .kz5-solution-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
body.kz5-active .kz5-solution-card{
  grid-template-columns:minmax(240px,38%) 1fr;
  min-height:320px;
}
body.kz5-active .kz5-solution-card:nth-child(1) .kz5-solution-media img{object-position:center top;}
body.kz5-active .kz5-solution-card:nth-child(2) .kz5-solution-media img{object-position:center center;}
body.kz5-active .kz5-solution-card:nth-child(3) .kz5-solution-media img{object-position:center center;}

@media(max-width:1100px){
  body.kz5-active .kz5-solution-card{
    grid-template-columns:minmax(260px,40%) 1fr;
    min-height:300px;
  }
  body.kz5-active .kz5-solution-media{min-height:300px;}
}

@media(max-width:767px){
  body.kz5-active .kz5-solution-card{grid-template-columns:1fr;min-height:0;}
  body.kz5-active .kz5-solution-media{min-height:205px;max-height:240px;}
  body.kz5-active .kz5-solution-media img{object-position:center center;}
}


/* ==========================================================
   V5.5 — stability + exact responsive banner ratios
   ========================================================== */
body.kz5-active .kz5-energy,
body.kz5-active .kz5-energy-svg{display:none !important;}

/* The source banners are 2:3 vertical on desktop and 3:2 horizontal on tablet/mobile.
   Match the media box to the source ratio, so the images are not cropped. */
@media(min-width:1101px){
  body.kz5-active .kz5-solution-card{
    grid-template-columns:minmax(210px,38%) 1fr !important;
    min-height:0 !important;
    align-items:stretch !important;
  }
  body.kz5-active .kz5-solution-media{
    aspect-ratio:2/3 !important;
    min-height:0 !important;
    max-height:none !important;
  }
}
@media(max-width:1100px){
  body.kz5-active .kz5-solution-media{
    aspect-ratio:3/2 !important;
    min-height:0 !important;
    max-height:none !important;
  }
}
body.kz5-active .kz5-solution-media picture{
  display:block !important;
  width:100% !important;
  height:100% !important;
}
body.kz5-active .kz5-solution-media picture img,
body.kz5-active .kz5-solution-media > img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
}

/* V5.8 — direct uploaded hero images */
body.kz5-active .kz5-energy-svg{display:none!important;}
body.kz5-active .kz5-hero-card{position:relative!important;min-height:0!important;aspect-ratio:2/3!important;overflow:hidden!important;}
body.kz5-active .kz5-hero-card picture{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;z-index:0!important;}
body.kz5-active .kz5-hero-card picture img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;transition:transform .65s cubic-bezier(.2,.75,.2,1),filter .3s ease!important;}
body.kz5-active .kz5-hero-card:hover picture img{transform:scale(1.025)!important;filter:saturate(1.02) contrast(1.01)!important;}
body.kz5-active .kz5-hero-card::after{z-index:1!important;inset:52% 0 0!important;background:linear-gradient(180deg,transparent,rgba(7,34,44,.20))!important;}
body.kz5-active .kz5-overlay{z-index:3!important;}
@media(min-width:1101px){body.kz5-active .kz5-hero-grid{align-items:stretch!important;}body.kz5-active .kz5-panel{min-height:auto!important;}body.kz5-active .kz5-hero-card{aspect-ratio:2/3!important;}}
@media(max-width:1100px){body.kz5-active .kz5-hero-card{aspect-ratio:2/3!important;min-height:0!important;}}
@media(max-width:767px){body.kz5-active .kz5-hero-card{aspect-ratio:2/3!important;min-height:0!important;}body.kz5-active .kz5-overlay{left:12px!important;right:12px!important;bottom:12px!important;}}

/* V5.8.1 — spacing fix for top 3 hero banners */
body.kz5-active .kz5-hero-grid{grid-template-columns:1.28fr repeat(3,minmax(0,1fr))!important;gap:16px!important;align-items:stretch!important;}
body.kz5-active .kz5-hero-grid > *{min-width:0!important;}
body.kz5-active .kz5-hero-card{overflow:hidden!important;isolation:isolate!important;border-radius:20px!important;}
body.kz5-active .kz5-hero-card .kz5-overlay{left:14px!important;right:14px!important;bottom:14px!important;}
@media(max-width:1200px){body.kz5-active .kz5-hero-grid{gap:14px!important;}}
@media(max-width:767px){body.kz5-active .kz5-hero-grid{gap:10px!important;grid-template-columns:1fr!important;}body.kz5-active .kz5-hero-card .kz5-overlay{left:12px!important;right:12px!important;bottom:12px!important;}}

/* V5.8.2 — FIX: prevent desktop hero cards from overlapping */
@media(min-width:1101px){
body.kz5-active .kz5-hero-grid{display:grid!important;grid-template-columns:minmax(0,1.28fr) repeat(3,minmax(0,1fr))!important;column-gap:16px!important;row-gap:0!important;align-items:stretch!important;}
body.kz5-active .kz5-hero-grid > .kz5-panel,body.kz5-active .kz5-hero-grid > .kz5-hero-card{min-width:0!important;max-width:100%!important;margin:0!important;}
body.kz5-active .kz5-hero-grid > .kz5-hero-card{aspect-ratio:auto!important;width:100%!important;height:auto!important;min-height:0!important;align-self:stretch!important;}
body.kz5-active .kz5-hero-grid > .kz5-panel{width:100%!important;height:auto!important;align-self:stretch!important;}
body.kz5-active .kz5-hero-card .kz5-hero-photo{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;}
}
@media(min-width:1101px) and (max-width:1350px){body.kz5-active .kz5-hero-grid{column-gap:14px!important;}}

/* V5.8.5 — mobile hero visibility + pillar line behind icons */
body.kz5-active .kz5-pillars{position:relative!important;isolation:isolate!important;}
body.kz5-active .kz5-pillars::before{z-index:0!important;pointer-events:none!important;}
body.kz5-active .kz5-pillar{position:relative!important;z-index:2!important;background:#fff!important;}
body.kz5-active .kz5-pillar span{position:relative!important;z-index:3!important;background:#fff!important;box-shadow:0 0 0 8px #fff,0 4px 18px rgba(0,155,176,.09)!important;}
@media(max-width:767px){
body.kz5-active #kz5-home{padding:10px 12px 22px!important;}
body.kz5-active .kz5-home-wrap{overflow:visible!important;}
body.kz5-active .kz5-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:12px!important;align-items:stretch!important;}
body.kz5-active .kz5-hero-grid>.kz5-panel{grid-column:auto!important;width:100%!important;min-width:0!important;}
body.kz5-active .kz5-hero-grid>.kz5-hero-card{display:block!important;position:relative!important;width:100%!important;max-width:100%!important;min-width:0!important;height:auto!important;min-height:460px!important;aspect-ratio:2/3!important;margin:0!important;overflow:hidden!important;border-radius:16px!important;}
body.kz5-active .kz5-hero-card .kz5-hero-photo{display:block!important;position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover!important;object-position:center center!important;opacity:1!important;visibility:visible!important;}
body.kz5-active .kz5-hero-card .kz5-overlay{left:12px!important;right:12px!important;bottom:12px!important;z-index:4!important;}
body.kz5-active .kz5-pillars{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:14px 0 12px!important;}
body.kz5-active .kz5-pillar{padding:0 8px!important;font-size:9px!important;gap:6px!important;white-space:nowrap!important;}
body.kz5-active .kz5-pillar span{width:38px!important;height:38px!important;font-size:16px!important;box-shadow:0 0 0 6px #fff,0 4px 18px rgba(0,155,176,.09)!important;}
}

/* V5.8.5 — MOBILE ONLY overflow lock; desktop untouched */
@media(max-width:767px){
html,body{max-width:100%!important;overflow-x:hidden!important;}
body.kz5-active{max-width:100%!important;overflow-x:hidden!important;}
body.kz5-active #kz5-home{width:100%!important;max-width:100%!important;padding-left:12px!important;padding-right:12px!important;overflow-x:hidden!important;}
body.kz5-active .kz5-shell,body.kz5-active .kz5-home-wrap{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important;}
body.kz5-active .kz5-hero-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;width:100%!important;max-width:100%!important;min-width:0!important;gap:12px!important;overflow:hidden!important;}
body.kz5-active .kz5-hero-grid>*{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
body.kz5-active .kz5-hero-card{width:100%!important;max-width:100%!important;min-width:0!important;transform:none!important;left:auto!important;right:auto!important;}
body.kz5-active .kz5-hero-card:hover{transform:none!important;}
body.kz5-active .kz5-hero-card .kz5-hero-photo{width:100%!important;max-width:100%!important;transform:none!important;}
body.kz5-active .kz5-overlay{left:12px!important;right:12px!important;width:auto!important;max-width:calc(100% - 24px)!important;min-width:0!important;box-sizing:border-box!important;}
body.kz5-active .kz5-overlay>span:last-child{min-width:0!important;max-width:100%!important;}
body.kz5-active .kz5-overlay b,body.kz5-active .kz5-overlay small{white-space:normal!important;overflow-wrap:anywhere!important;}
body.kz5-active .kz5-pillars,body.kz5-active .kz5-solution-grid,body.kz5-active .kz5-category-grid,body.kz5-active .kz5-trust-strip{width:100%!important;max-width:100%!important;min-width:0!important;overflow:hidden!important;}
}



/* ===== CATEGORY/FILTER STYLES ===== */
/* =========================================================
   Koupit-zdravi.cz — Apollo / Shoptet filters V4
   CSS-only patch: no DOM mutation, no duplicate price labels,
   no flicker when switching product sorting.
   ========================================================= */
:root{
  --kzf-ink:#0D1F2B;
  --kzf-muted:#52636D;
  --kzf-teal:#008FA5;
  --kzf-teal-dark:#006F80;
  --kzf-teal-soft:#EAF7F8;
  --kzf-line:#D9E9EC;
  --kzf-white:#FFFFFF;
}

/* ---------- sidebar box headers ---------- */
html body .sidebar > .box > .box-header,
html body .sidebar > .box-bg-variant > .box-header,
html body .sidebar > .box-categories > .box-header,
html body .sidebar > .box-filters > .box-header,
html body .sidebar > .filters-wrapper > .box-header,
html body .sidebar > .box > h4:first-child,
html body .sidebar > .box-bg-variant > h4:first-child{
  background:var(--kzf-ink) !important;
  color:var(--kzf-white) !important;
  border-color:var(--kzf-ink) !important;
}

/* ---------- sidebar cards ---------- */
html body .sidebar .box,
html body .sidebar .box-bg-variant,
html body .sidebar .box-categories,
html body .sidebar .box-filters,
html body .sidebar .filters-wrapper,
html body .sidebar .filter-sections{
  background:var(--kzf-white) !important;
  border-color:var(--kzf-line) !important;
  box-shadow:0 10px 28px rgba(13,31,43,.06) !important;
}

/* ---------- categories ---------- */
html body .sidebar .categories,
html body .sidebar .categories ul,
html body .sidebar .categories li,
html body .sidebar .categories .topic,
html body .sidebar .categories .expandable{
  background:var(--kzf-white) !important;
}
html body .sidebar .categories a,
html body .sidebar .categories .topic > a,
html body .sidebar .categories li > a{
  background:transparent !important;
  color:var(--kzf-ink) !important;
  border-color:var(--kzf-line) !important;
  transition:background-color .16s ease,color .16s ease !important;
}
html body .sidebar .categories a:hover,
html body .sidebar .categories .topic > a:hover,
html body .sidebar .categories li > a:hover{
  background:var(--kzf-teal-soft) !important;
  color:var(--kzf-teal-dark) !important;
}
html body .sidebar .categories .active > a,
html body .sidebar .categories .current > a,
html body .sidebar .categories a.active{
  background:var(--kzf-teal) !important;
  color:var(--kzf-white) !important;
}
html body .sidebar .categories .active > a *,
html body .sidebar .categories .current > a *,
html body .sidebar .categories a.active *{
  color:var(--kzf-white) !important;
}

/* ---------- filter internals ---------- */
html body .sidebar .filter-sections,
html body .sidebar .filter-section,
html body .sidebar .filter-section-content,
html body .sidebar .filters-unveil-button-wrapper,
html body .sidebar .filter-count{
  background:var(--kzf-white) !important;
  color:var(--kzf-ink) !important;
}
html body .sidebar .filter-section{
  border-color:var(--kzf-line) !important;
  overflow:visible !important;
}
html body .sidebar .filter-section h4,
html body .sidebar .filter-section .filter-section-title,
html body .sidebar .filter-section > strong{
  display:block !important;
  background:transparent !important;
  color:var(--kzf-ink) !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 0 12px !important;
  font-weight:800 !important;
}
html body .sidebar .filter-section label,
html body .sidebar .filter-section span,
html body .sidebar .filter-section p{
  color:var(--kzf-ink) !important;
}
html body .sidebar .filter-section a,
html body .sidebar .filters-unveil-button,
html body .sidebar .filter-total-count{
  color:var(--kzf-teal-dark) !important;
}

/* =========================================================
   PRICE SLIDER — native Shoptet element only
   We deliberately do NOT add pseudo tracks or extra labels.
   One native rail + one native selected range + two handles.
   ========================================================= */
html body .sidebar .slider-wrapper,
html body .sidebar [class*="slider-wrapper"]{
  position:relative !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .sidebar .ui-slider,
html body .sidebar .ui-slider-horizontal,
html body .sidebar .ui-widget-content.ui-slider{
  position:relative !important;
  display:block !important;
  box-sizing:border-box !important;
  width:calc(100% - 20px) !important;
  height:4px !important;
  min-height:4px !important;
  margin:18px 10px 20px !important;
  padding:0 !important;
  overflow:visible !important;
  border:0 !important;
  border-radius:999px !important;
  background:#D9E9EC !important;
  background-image:none !important;
  box-shadow:none !important;
  outline:0 !important;
}

/* kill theme-generated secondary tracks if present */
html body .sidebar .ui-slider::before,
html body .sidebar .ui-slider::after,
html body .sidebar .ui-slider-horizontal::before,
html body .sidebar .ui-slider-horizontal::after{
  content:none !important;
  display:none !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .sidebar .ui-slider .ui-slider-range,
html body .sidebar .ui-slider-horizontal .ui-slider-range,
html body .sidebar .ui-slider .ui-widget-header{
  position:absolute !important;
  top:0 !important;
  bottom:auto !important;
  height:4px !important;
  min-height:4px !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  border:0 !important;
  border-radius:999px !important;
  background:var(--kzf-teal) !important;
  background-image:none !important;
  box-shadow:none !important;
  opacity:1 !important;
  z-index:1 !important;
}

html body .sidebar .ui-slider .ui-slider-handle,
html body .sidebar .ui-slider-horizontal .ui-slider-handle,
html body .sidebar .ui-slider a.ui-slider-handle,
html body .sidebar .ui-slider span.ui-slider-handle{
  position:absolute !important;
  top:50% !important;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  min-height:20px !important;
  margin-top:-10px !important;
  margin-left:-10px !important;
  padding:0 !important;
  transform:none !important;
  box-sizing:border-box !important;
  border:2px solid var(--kzf-teal) !important;
  border-radius:50% !important;
  background:#FFFFFF !important;
  background-image:none !important;
  box-shadow:0 2px 7px rgba(13,31,43,.16) !important;
  outline:0 !important;
  opacity:1 !important;
  z-index:3 !important;
  cursor:ew-resize !important;
}
html body .sidebar .ui-slider .ui-slider-handle:hover,
html body .sidebar .ui-slider .ui-slider-handle:focus{
  background:var(--kzf-teal-soft) !important;
  border-color:var(--kzf-teal-dark) !important;
}

/* V3 used to inject an extra value row; hide it if it survives cache/AJAX. */
html body .sidebar .kzf3-price-label-row,
html body .sidebar .kzf3-price-min,
html body .sidebar .kzf3-price-max{
  display:none !important;
}
/* Do not hide Shoptet's own original price values. */
html body .sidebar .kzf3-native-price-label{
  display:initial !important;
  visibility:visible !important;
}

/* ---------- unveil filter ---------- */
html body .sidebar .filters-unveil-button,
html body .sidebar button.filters-unveil-button,
html body .sidebar a.filters-unveil-button{
  background:transparent !important;
  color:var(--kzf-teal-dark) !important;
  border:0 !important;
  font-weight:800 !important;
  text-decoration:underline !important;
  text-underline-offset:2px !important;
}

/* =========================================================
   PRODUCT SORTING — current Shoptet semantic markup
   CSS only => no MutationObserver => no color flicker.
   ========================================================= */
html body .listSorting__controls{
  gap:10px !important;
}
html body .listSorting__control,
html body button.listSorting__control,
html body .listSorting__control:link,
html body .listSorting__control:visited{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:0 16px !important;
  border:1px solid var(--kzf-teal) !important;
  border-radius:8px !important;
  background:var(--kzf-teal) !important;
  background-image:none !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  text-shadow:none !important;
  box-shadow:none !important;
  opacity:1 !important;
  filter:none !important;
  font-weight:800 !important;
  text-decoration:none !important;
  transition:background-color .14s ease,border-color .14s ease !important;
}
html body .listSorting__control *,
html body .listSorting__control span,
html body .listSorting__control strong{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
  opacity:1 !important;
}
html body .listSorting__control:hover,
html body .listSorting__control:focus-visible{
  background:var(--kzf-teal-dark) !important;
  border-color:var(--kzf-teal-dark) !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
html body .listSorting__control--current,
html body button.listSorting__control--current,
html body .listSorting__control[aria-disabled="true"]{
  background:var(--kzf-ink) !important;
  border-color:var(--kzf-ink) !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}

/* legacy sorting fallback for older/deferred Shoptet markup */
html body #category-header form label,
html body #category-header .btn,
html body .category-header form label{
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
html body #category-header form label,
html body .category-header form label{
  background:var(--kzf-teal) !important;
  border-color:var(--kzf-teal) !important;
}
html body #category-header input:checked + label,
html body .category-header input:checked + label{
  background:var(--kzf-ink) !important;
  border-color:var(--kzf-ink) !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}

@media(max-width:767px){
  html body .sidebar .box,
  html body .sidebar .box-bg-variant,
  html body .sidebar .box-categories,
  html body .sidebar .box-filters,
  html body .sidebar .filters-wrapper{box-shadow:none !important;}
  html body .listSorting__control{min-height:40px !important;padding:0 13px !important;font-size:12px !important;}
}



/* ===== FINAL STABILITY OVERRIDES ===== */
@media (min-width: 768px){
  body.kz5-active #kz5-home{overflow:visible !important;}
  body.kz5-active .kz5-home-wrap{overflow:hidden !important;}
}
body.kz5-active .kz5-pillars{position:relative !important;isolation:isolate !important;}
body.kz5-active .kz5-pillars::before{z-index:0 !important;pointer-events:none !important;}
body.kz5-active .kz5-pillar{position:relative !important;z-index:2 !important;background:#fff !important;}
body.kz5-active .kz5-pillar span{position:relative !important;z-index:3 !important;background:#fff !important;box-shadow:0 0 0 8px #fff,0 4px 18px rgba(0,155,176,.09) !important;}
@media (max-width:767px){
  html,body{max-width:100% !important;overflow-x:hidden !important;}
  body.kz5-active #kz5-home,
  body.kz5-active .kz5-shell,
  body.kz5-active .kz5-home-wrap,
  body.kz5-active .kz5-hero-grid{width:100% !important;max-width:100% !important;min-width:0 !important;overflow-x:hidden !important;}
  body.kz5-active .kz5-hero-grid{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:12px !important;}
  body.kz5-active .kz5-hero-grid>*{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important;}
  body.kz5-active .kz5-hero-card{transform:none !important;left:auto !important;right:auto !important;}
  body.kz5-active .kz5-hero-card:hover{transform:none !important;}
  body.kz5-active .kz5-overlay{left:12px !important;right:12px !important;width:auto !important;max-width:calc(100% - 24px) !important;}
  body.kz5-active .kz5-pillar span{box-shadow:0 0 0 6px #fff,0 4px 18px rgba(0,155,176,.09) !important;}
}


/* === DESKTOP/MOBILE HORIZONTAL SCROLL LOCK ONLY ===
   Does not change grid, widths, gaps, cards or breakpoints. */
html, body {
  overflow-x: hidden !important;
}
