:root{
  --kp-bg:#f6f5f1;
  --kp-soft:#efede7;
  --kp-surface:#fff;
  --kp-text:#1e1d1c;
  --kp-muted:#67625c;
  --kp-line:#e1ddd4;
  --kp-green:#18a447;
  --kp-green-dark:#087431;
  --kp-dark:#151515;
  --kp-radius:16px;
  --kp-shadow:0 14px 38px rgba(22,19,16,.08);
  --kp-container:1280px;
  --kp-section:48px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--kp-bg);color:var(--kp-text);line-height:1.48;font-size:15px}
.kp-container{width:min(var(--kp-container),calc(100% - 40px));margin:0 auto}
img{max-width:100%}
.kp-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--kp-line)}
.kp-header__inner{min-height:74px;display:flex;align-items:center;gap:22px}
.kp-logo{display:flex;align-items:center;flex:0 0 auto}.kp-logo img,.kp-logo .custom-logo{display:block;width:158px;max-height:60px;height:auto;object-fit:contain}
.kp-nav{margin-left:auto}.kp-menu,.kp-footer-menu{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.kp-menu a,.kp-footer-menu a{color:var(--kp-text);text-decoration:none;font-weight:750;font-size:13px}.kp-menu a:hover{color:var(--kp-green-dark)}
.kp-header-cta{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:14px 22px;background:var(--kp-green);color:#fff;text-decoration:none;font-weight:850;font-size:13px}.kp-header-cta:hover{background:var(--kp-green-dark);color:#fff}
.kp-burger{display:none;border:0;background:transparent;padding:10px;cursor:pointer}.kp-burger span{display:block;width:24px;height:2px;background:var(--kp-text);margin:5px 0}
.kp-main{overflow:hidden}.kp-eyebrow{display:inline-flex;color:var(--kp-green-dark);font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.025em;margin-bottom:13px}
.kp-btn,.wp-block-button__link{display:inline-flex;align-items:center;justify-content:center;border-radius:7px;padding:12px 20px;text-decoration:none;font-weight:900;border:1px solid transparent;transition:.18s ease;font-size:14px}.kp-btn--primary,.wp-block-button:not(.is-style-outline) .wp-block-button__link{background:var(--kp-green);color:#fff}.kp-btn--primary:hover,.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover{background:var(--kp-green-dark);color:#fff}.kp-btn--ghost,.is-style-outline .wp-block-button__link{background:rgba(255,255,255,.92);color:var(--kp-text);border-color:#cbd5cb}.kp-btn--ghost:hover{border-color:var(--kp-green);color:var(--kp-green-dark)}.kp-actions{display:flex;gap:12px;flex-wrap:wrap}.kp-text-link{color:var(--kp-green-dark);font-weight:900;text-decoration:none;white-space:nowrap;font-size:14px}

/* Hero: light readable text zone left, visual product accent right */
.kp-hero-v2{position:relative;min-height:430px;background-image:none!important;background:#f8f7f3;border-bottom:1px solid var(--kp-line);overflow:hidden}
.kp-hero-v2::before{content:"";position:absolute;inset:0;width:100%;background-image:var(--kp-hero-image);background-size:cover;background-position:center center;background-repeat:no-repeat;z-index:0}
.kp-hero-v2::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#f8f7f3 0%,#f8f7f3 28%,rgba(248,247,243,.92) 41%,rgba(248,247,243,.36) 54%,rgba(248,247,243,.04) 68%,rgba(248,247,243,0) 100%)}
.kp-hero-v2__inner{position:relative;z-index:2;min-height:430px;display:flex;align-items:center}.kp-hero-v2__content{width:520px;max-width:44vw;padding:28px 0 36px}.kp-hero-v2 h1{font-size:clamp(36px,3.35vw,56px);line-height:1.08;letter-spacing:-.045em;margin:0 0 18px}.kp-hero-v2 p{font-size:17px;color:#3f3c38;max-width:500px;margin:0 0 24px}

.kp-trust-strip{background:#fff;border-bottom:1px solid var(--kp-line)}.kp-trust-strip__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:14px 0}.kp-trust-strip__grid div{padding:10px 8px;display:grid;grid-template-columns:38px 1fr;gap:2px 10px;align-content:start;align-items:center}.kp-trust-strip__grid span{font-weight:900;color:var(--kp-text);font-size:13px}.kp-trust-strip__grid small{color:var(--kp-muted);font-weight:650;font-size:12px}.kp-section{padding:var(--kp-section) 0}.kp-section--soft{background:#fff}.kp-section__head{max-width:760px;margin-bottom:24px}.kp-section__head--row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:24px}.kp-section__head h2,.kp-content h2,.kp-benefits-v2__title h2,.kp-custom-aside h2,.kp-materials-v2 h2,.kp-quote-info h2{font-size:clamp(26px,2.3vw,34px);line-height:1.1;letter-spacing:-.035em;margin:0 0 10px}.kp-section__head p,.kp-content p,.kp-materials-v2 p,.kp-quote-info p{font-size:15px;color:var(--kp-muted);margin:0}

/* Premium benefit cards, not a table */
.kp-benefits-v2{padding-top:30px}.kp-benefits-v2__wrap{background:#fff;border:1px solid var(--kp-line);border-radius:18px;padding:22px 24px;display:grid;grid-template-columns:300px 1fr;gap:24px;box-shadow:0 10px 26px rgba(22,19,16,.04)}.kp-benefits-v2__title h2{font-size:clamp(26px,2.2vw,34px);line-height:1.08;letter-spacing:-.035em;margin:0 0 12px}.kp-benefits-v2__title p{margin:0;color:var(--kp-muted);font-size:15px}.kp-benefits-v2__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.kp-feature{padding:2px 10px 2px 0;background:transparent;border:0;border-radius:0;box-shadow:none;position:relative;display:grid;grid-template-rows:38px minmax(42px,auto) 1fr;align-content:start}.kp-feature::before{display:none}.kp-feature h3{font-size:16px;line-height:1.22;margin:0 0 10px}.kp-feature p{font-size:13px;color:var(--kp-muted);margin:0}

.kp-case-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.kp-case{background:#fff;border:1px solid var(--kp-line);border-radius:14px;overflow:hidden;box-shadow:0 10px 26px rgba(22,19,16,.05);display:grid;grid-template-rows:136px 1fr}.kp-case img{display:block;width:100%;height:136px;object-fit:cover}.kp-case div{padding:12px;display:grid;align-content:start}.kp-case h3{font-size:15px;margin:0 0 2px}.kp-case p{color:var(--kp-muted);font-weight:750;margin:0 0 7px;font-size:12px}.kp-case ul{list-style:none;padding:0;margin:0;display:grid;gap:2px;color:#48433e;font-size:11px}.kp-case li::before{content:'• ';color:var(--kp-green);font-weight:900}

.kp-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:32px;align-items:start}.kp-custom-aside{position:sticky;top:86px;background:linear-gradient(145deg,#1e1e1f,#121212);color:#fff;border-radius:18px;padding:30px 28px;box-shadow:var(--kp-shadow);margin-top:58px}.kp-custom-aside h2{font-size:clamp(27px,2.1vw,34px);line-height:1.05}.kp-custom-aside p{color:#ddd6cd;font-size:15px}.kp-custom-aside .kp-btn{width:100%;margin-top:14px}

/* Materials: strict technical card, no weak placeholder feel */
.kp-materials-v2{background:#f2f0ea}.kp-materials-v2__grid{display:grid;grid-template-columns:420px 1fr;gap:28px;align-items:center;background:#fff;border:1px solid var(--kp-line);border-radius:18px;padding:28px;box-shadow:0 10px 26px rgba(22,19,16,.04)}.kp-materials-v2 img{display:block;width:100%;height:240px;object-fit:cover;border-radius:14px}.kp-materials-v2 p+p{margin-top:12px}.kp-material-facts{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:24px;align-items:start}.kp-material-facts span{font-weight:850;font-size:13px;color:var(--kp-green-dark);display:grid;gap:8px;align-content:start}

.kp-quote-grid{display:grid;grid-template-columns:250px 1fr;gap:28px;align-items:start}.kp-quote-info ul{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:10px}.kp-quote-info li{font-weight:850;color:#34302d;font-size:14px}.kp-quote-info li::before{content:'✓';display:inline-grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#e5f5e9;color:var(--kp-green-dark);margin-right:8px;font-size:12px}.kp-page{padding:48px 0 70px}.kp-content{max-width:1040px}.kp-content h1{font-size:clamp(36px,4.4vw,54px);line-height:1.05;letter-spacing:-.05em;margin:0 0 24px}.kp-content h2{margin-top:32px}.kp-content p,.kp-content li{font-size:16px;color:var(--kp-muted)}
.kp-footer{background:linear-gradient(90deg,#111 0%,#151719 55%,#0f1318 100%);color:#fff;padding:44px 0}.kp-footer__grid{display:grid;grid-template-columns:1.25fr .75fr .9fr 1fr;gap:34px}.kp-footer__logo{width:138px;height:auto;background:#fff;border-radius:10px;padding:7px;margin-bottom:16px}.kp-footer p{color:#c9c3bc;margin:0 0 10px;font-size:14px}.kp-footer h3{margin:0 0 12px;font-size:16px}.kp-footer-menu{display:grid;gap:7px}.kp-footer-menu a{color:#fff}.kp-footer-menu li{color:#d4cec7;font-size:14px}.kp-footer__small{font-size:13px;color:#aaa29a!important}

@media (max-width:1300px){:root{--kp-container:1160px;--kp-section:42px}.kp-container{width:min(var(--kp-container),calc(100% - 36px))}.kp-hero-v2,.kp-hero-v2__inner{min-height:405px}.kp-hero-v2__content{width:500px}.kp-hero-v2 h1{font-size:42px}.kp-hero-v2 p{font-size:15px}.kp-benefits-v2__wrap{grid-template-columns:280px 1fr}.kp-benefits-v2__grid{grid-template-columns:repeat(4,1fr)}.kp-product-layout{grid-template-columns:minmax(0,1fr) 318px;gap:26px}.kp-case-grid{grid-template-columns:repeat(6,1fr)}.kp-case img{height:136px}}
@media (max-width:1050px){.kp-header-cta{display:none}.kp-menu{gap:18px}.kp-benefits-v2__wrap{grid-template-columns:1fr}.kp-benefits-v2__grid{grid-template-columns:1fr 1fr}.kp-case-grid{grid-template-columns:repeat(2,1fr)}.kp-product-layout,.kp-materials-v2__grid,.kp-quote-grid{grid-template-columns:1fr}.kp-custom-aside{position:static;margin-top:0}.kp-material-facts{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.kp-container{width:min(100% - 32px,1240px)}.kp-header__inner{min-height:64px}.kp-logo img,.kp-logo .custom-logo{width:128px}.kp-burger{display:block;margin-left:auto}.kp-nav{display:none;position:absolute;left:16px;right:16px;top:64px;background:#fff;border:1px solid var(--kp-line);border-radius:18px;padding:18px;box-shadow:var(--kp-shadow)}.kp-nav.is-open{display:block}.kp-menu{display:grid;gap:14px}.kp-hero-v2{min-height:430px}.kp-hero-v2__inner{min-height:430px}.kp-hero-v2::before{width:84%;opacity:.48}.kp-hero-v2::after{background:linear-gradient(90deg,#f8f7f3 0%,rgba(248,247,243,.96) 46%,rgba(248,247,243,.62) 100%)}.kp-hero-v2__content{width:100%;max-width:560px}.kp-trust-strip__grid{grid-template-columns:repeat(2,1fr)}.kp-section{padding:42px 0}.kp-section__head--row{display:block}.kp-case-grid{grid-template-columns:1fr 1fr}.kp-case img{height:180px}.kp-footer__grid{grid-template-columns:1fr 1fr}}
@media (max-width:620px){.kp-hero-v2{min-height:500px}.kp-hero-v2__inner{min-height:500px;align-items:flex-start}.kp-hero-v2__content{padding-top:38px}.kp-hero-v2 h1{font-size:34px}.kp-hero-v2 p{font-size:15px}.kp-actions{display:grid}.kp-btn,.wp-block-button__link{width:100%}.kp-trust-strip__grid,.kp-benefits-v2__grid,.kp-case-grid,.kp-footer__grid{grid-template-columns:1fr}.kp-material-facts{grid-template-columns:1fr}.kp-case img{height:210px}}

.kp-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--kp-green);flex:0 0 auto}
.kp-icon svg{display:block;width:32px;height:32px;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}

.kp-trust-strip .kp-icon{grid-row:1 / span 2}
.kp-trust-strip .kp-icon svg{width:30px;height:30px}

.kp-feature .kp-icon{margin-bottom:10px}
.kp-feature .kp-icon svg{width:34px;height:34px}

.kp-material-facts .kp-icon svg{width:28px;height:28px}

.kp-calc__summary{font-weight:750!important;background:#f7f6f2!important;color:#3f3a35!important}

.kp-calc__agree{margin-top:2px}
@media(max-width:980px){.kp-calc button[type=submit]{grid-column:1/-1!important;justify-self:stretch}}

.kp-footer__contact a{color:#fff;text-decoration:none;font-weight:900}
.kp-socials{display:flex;gap:10px;margin-top:12px}
.kp-socials a{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,255,255,.35);border-radius:50%;color:#fff;text-decoration:none;font-size:11px;font-weight:900}


/* v8.1 refinement */
:root{--kp-radius-sm:6px;--kp-radius-md:8px;--kp-radius-lg:10px}
.kp-btn,.kp-header-cta a{border-radius:6px!important}
.kp-hero-v2{min-height:500px}
.kp-hero-v2::after{background:linear-gradient(90deg,#f8f7f3 0%,#f8f7f3 27%,rgba(248,247,243,.88) 39%,rgba(248,247,243,.24) 53%,rgba(248,247,243,.02) 66%,rgba(248,247,243,0) 100%)}
.kp-hero-v2__inner{min-height:405px;align-items:center}
.kp-hero-trust{position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);gap:22px;padding:0 0 26px;margin-top:-26px}
.kp-hero-trust div{display:grid;grid-template-columns:38px 1fr;gap:2px 10px;align-items:center}
.kp-hero-trust .kp-icon{grid-row:1/span 2;color:var(--kp-green)!important}
.kp-hero-trust .kp-icon svg{width:31px;height:31px}
.kp-hero-trust span{font-size:14px;font-weight:950;color:#23201d}
.kp-hero-trust small{font-size:12px;font-weight:700;color:#4f4a45}
.kp-trust-strip{display:none}

.kp-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--kp-green)!important;line-height:1}
.kp-icon svg{display:block;width:32px;height:32px;stroke:currentColor!important;stroke-width:1.9;fill:none!important;stroke-linecap:round;stroke-linejoin:round}
.kp-icon svg *{stroke:currentColor!important;fill:none!important}

.kp-benefits-v2__wrap{border-radius:10px!important;grid-template-columns:300px 1fr;align-items:center}
.kp-benefits-v2__grid{align-items:stretch}
.kp-feature{display:grid!important;grid-template-rows:38px auto!important;align-content:center!important;min-height:118px}
.kp-feature p{display:none!important}
.kp-feature h3{margin:0!important;align-self:center}
.kp-feature .kp-icon{margin:0 0 10px 0;color:var(--kp-green)!important}
.kp-feature .kp-icon svg{width:33px;height:33px}

.kp-case,.kp-product-card,.kp-custom-aside,.kp-materials-v2__grid,.kp-calc,.kp-footer__logo{border-radius:8px!important}
.kp-case{grid-template-rows:136px 1fr!important}
.kp-case img{height:136px!important;border-radius:0!important;display:block;margin:0!important;padding:0!important}
.kp-case div{padding:12px!important}

.kp-custom-aside{align-self:end!important;margin-top:0!important;border-radius:8px!important;padding:28px!important}
.kp-custom-aside .kp-btn{white-space:nowrap;width:auto!important;min-width:0!important;display:inline-flex!important}
.kp-custom-aside h2{font-size:clamp(26px,2vw,32px)!important}

.kp-materials-v2__grid{border-radius:8px!important;overflow:hidden}
.kp-materials-v2 img{border-radius:6px!important}
.kp-material-facts{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px!important}
.kp-material-facts span{display:flex!important;align-items:center;justify-content:space-between;gap:9px;font-size:13px!important;border-top:0!important;padding-top:0!important}
.kp-material-facts span b{font:inherit}
.kp-material-facts .kp-icon{order:2;color:var(--kp-green)!important}
.kp-material-facts .kp-icon svg{width:28px;height:28px}

.kp-socials{display:flex;gap:10px;align-items:center}
.kp-socials a{display:inline-flex!important;align-items:center;justify-content:center;width:32px!important;height:32px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.35)!important;color:#fff!important}
.kp-social-icon svg{width:18px;height:18px;display:block;fill:currentColor!important;stroke:currentColor!important;stroke-width:.2}

@media(max-width:1300px){
  .kp-hero-v2{min-height:480px}
  .kp-hero-v2__inner{min-height:385px}
  .kp-hero-trust{gap:14px;padding-bottom:22px}
  .kp-hero-trust div{grid-template-columns:32px 1fr;gap:1px 8px}
  .kp-hero-trust .kp-icon svg{width:27px;height:27px}
  .kp-hero-trust span{font-size:13px}
  .kp-hero-trust small{font-size:11px}
}
@media(max-width:1050px){
  .kp-hero-trust{position:relative;margin-top:0;grid-template-columns:repeat(2,1fr);padding:18px 0}
  .kp-hero-v2{min-height:auto}
  .kp-hero-v2__inner{min-height:430px}
  .kp-benefits-v2__wrap{grid-template-columns:1fr}
}
@media(max-width:620px){
  .kp-hero-trust{grid-template-columns:1fr}
}


/* v8.2 visual alignment to target reference */
:root{
  --kp-radius-sm:4px;
  --kp-radius-md:6px;
  --kp-radius-lg:8px;
}

/* stricter, less rounded geometry */
.kp-case,
.kp-product-card,
.kp-custom-aside,
.kp-materials-v2__grid,
.kp-calc,
.kp-footer__logo,
.kp-benefits-v2__wrap{
  border-radius:6px!important;
}
.kp-btn,
.kp-header-cta a,
.kp-product-card a,
.kp-custom-aside .kp-btn,
.kp-calc button[type=submit]{
  border-radius:4px!important;
}

/* header closer to reference */
.kp-header__inner{min-height:72px}
.kp-logo img,.kp-logo .custom-logo{width:154px;max-height:58px}
.kp-menu{gap:30px}
.kp-header-cta a{padding:14px 22px;font-size:13px}

/* hero: taller first screen, less milky center, facts integrated into image */
.kp-hero-v2{
  min-height:520px!important;
}
.kp-hero-v2::after{
  background:linear-gradient(90deg,#f8f7f3 0%,#f8f7f3 25%,rgba(248,247,243,.86) 38%,rgba(248,247,243,.28) 52%,rgba(248,247,243,.03) 66%,rgba(248,247,243,0) 100%)!important;
}
.kp-hero-v2__inner{
  min-height:405px!important;
  align-items:center!important;
}
.kp-hero-v2__content{
  padding-top:28px!important;
}
.kp-hero-trust{
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:28px;
  padding:0 0 34px;
  margin-top:0;
}
.kp-hero-trust div{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:2px 11px;
  align-items:center;
}
.kp-hero-trust .kp-icon{
  grid-row:1/span 2;
  color:var(--kp-green)!important;
}
.kp-hero-trust .kp-icon svg{
  width:34px;
  height:34px;
}
.kp-hero-trust span{
  color:#23201d;
  font-size:14px;
  line-height:1.12;
  font-weight:950;
}
.kp-hero-trust small{
  color:#504b45;
  font-size:12px;
  line-height:1.15;
  font-weight:700;
}
.kp-trust-strip{display:none!important}

/* unified green line icons */
.kp-icon{
  color:var(--kp-green)!important;
}
.kp-icon svg,
.kp-icon svg *{
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Benefits: target-like horizontal strip, not heavy card */
.kp-benefits-v2{
  padding-top:0!important;
  padding-bottom:44px!important;
}
.kp-benefits-v2__wrap{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:28px 0 20px!important;
  display:grid!important;
  grid-template-columns:285px 1fr!important;
  gap:34px!important;
  align-items:start!important;
}
.kp-benefits-v2__title h2{
  font-size:clamp(22px,2vw,28px)!important;
  line-height:1.08!important;
}
.kp-benefits-v2__title p{
  font-size:14px!important;
  line-height:1.55!important;
  max-width:280px;
}
.kp-benefits-v2__grid{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:30px!important;
  align-items:start!important;
}
.kp-feature{
  min-height:auto!important;
  display:grid!important;
  grid-template-rows:42px auto 1fr!important;
  align-content:start!important;
  padding:0!important;
}
.kp-feature .kp-icon{
  margin:0 0 12px!important;
}
.kp-feature .kp-icon svg{
  width:34px!important;
  height:34px!important;
}
.kp-feature h3{
  font-size:15px!important;
  line-height:1.18!important;
  margin:0 0 9px!important;
}
.kp-feature p{
  display:block!important;
  font-size:12px!important;
  line-height:1.42!important;
  color:#5e5852!important;
  margin:0!important;
}

/* Projects: no top offset, image flush to card edge */
.kp-case{
  overflow:hidden!important;
  display:grid!important;
  grid-template-rows:136px 1fr!important;
  padding:0!important;
  background:#fff!important;
}
.kp-case img{
  display:block!important;
  width:100%!important;
  height:136px!important;
  object-fit:cover!important;
  border-radius:0!important;
  margin:0!important;
  padding:0!important;
}
.kp-case div{
  padding:12px!important;
}

/* Popular sizes and black card alignment */
.kp-product-layout{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:34px!important;
  align-items:start!important;
}
.kp-custom-aside{
  margin-top:76px!important;
  align-self:start!important;
  padding:28px!important;
  border-radius:6px!important;
}
.kp-custom-aside h2{
  font-size:clamp(26px,2.1vw,34px)!important;
  line-height:1.02!important;
}
.kp-custom-aside .kp-btn{
  white-space:nowrap!important;
  width:auto!important;
  min-width:0!important;
  display:inline-flex!important;
}

/* Materials: reference-like block, no card feel */
.kp-materials-v2{
  background:#fff!important;
  padding-top:0!important;
}
.kp-materials-v2__grid{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:0!important;
  grid-template-columns:420px 1fr!important;
  gap:34px!important;
  align-items:center!important;
}
.kp-materials-v2 img{
  border-radius:4px!important;
  width:100%!important;
  height:210px!important;
  object-fit:cover!important;
}
.kp-materials-v2 h2{
  margin-bottom:12px!important;
}
.kp-material-facts{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:24px!important;
  align-items:start!important;
}
.kp-material-facts span{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  border-top:0!important;
  padding-top:0!important;
  font-size:12px!important;
  line-height:1.25!important;
  color:var(--kp-green-dark)!important;
  font-weight:850!important;
}
.kp-material-facts span b{font:inherit}
.kp-material-facts .kp-icon{
  order:2;
  flex:0 0 auto;
}
.kp-material-facts .kp-icon svg{
  width:26px!important;
  height:26px!important;
}

/* Form closer to target, file field less visually heavy */
.kp-calc{
  border-radius:6px!important;
}
.kp-calc__file{
  align-self:start!important;
}
.kp-calc__file input[type=file]{
  min-height:36px!important;
  padding:7px 9px!important;
}
.kp-calc__file span{
  font-size:11px!important;
  line-height:1.2!important;
}
.kp-calc__summary{
  border-radius:4px!important;
  min-height:32px!important;
}
.kp-calc button[type=submit]{
  justify-self:end!important;
  grid-column:3/-1!important;
  min-width:210px!important;
}

/* footer icons */
.kp-socials a{
  width:32px!important;
  height:32px!important;
  border-radius:50%!important;
}
.kp-social-icon svg{
  width:18px!important;
  height:18px!important;
}

/* 1280 tuning */
@media(max-width:1300px){
  .kp-hero-v2{min-height:500px!important}
  .kp-hero-v2__inner{min-height:388px!important}
  .kp-hero-trust{gap:18px;padding-bottom:26px}
  .kp-hero-trust div{grid-template-columns:34px 1fr;gap:2px 8px}
  .kp-hero-trust .kp-icon svg{width:29px;height:29px}
  .kp-hero-trust span{font-size:12px}
  .kp-hero-trust small{font-size:11px}
  .kp-benefits-v2__wrap{grid-template-columns:270px 1fr!important;gap:28px!important}
  .kp-benefits-v2__grid{gap:22px!important}
  .kp-feature h3{font-size:14px!important}
  .kp-feature p{font-size:11.5px!important}
  .kp-custom-aside{margin-top:74px!important}
}
@media(max-width:1050px){
  .kp-hero-v2{min-height:auto!important}
  .kp-hero-v2__inner{min-height:430px!important}
  .kp-hero-trust{grid-template-columns:repeat(2,1fr);padding:20px 0;margin-top:0}
  .kp-benefits-v2__wrap{grid-template-columns:1fr!important}
  .kp-benefits-v2__grid{grid-template-columns:repeat(2,1fr)!important}
  .kp-materials-v2__grid{grid-template-columns:1fr!important}
  .kp-custom-aside{margin-top:0!important}
}
@media(max-width:620px){
  .kp-hero-trust{grid-template-columns:1fr}
  .kp-benefits-v2__grid{grid-template-columns:1fr!important}
  .kp-calc button[type=submit]{grid-column:1/-1!important;justify-self:stretch!important}
}


/* v8.3: final alignment to visual reference */
.kp-hero-v2{
  min-height:512px!important;
}
.kp-hero-v2__inner{
  min-height:394px!important;
}
.kp-hero-trust{
  padding-bottom:32px!important;
  margin-top:-2px!important;
  gap:26px!important;
}
.kp-hero-trust div{
  grid-template-columns:42px 1fr!important;
}
.kp-hero-trust .kp-icon svg{
  width:34px!important;
  height:34px!important;
}
.kp-hero-trust span{
  font-size:14px!important;
}
.kp-hero-trust small{
  font-size:12px!important;
}

/* benefits block as in mockup: light rectangle, strict radius */
.kp-benefits-v2{
  padding-top:28px!important;
  padding-bottom:46px!important;
}
.kp-benefits-v2__wrap{
  background:#fff!important;
  border:1px solid var(--kp-line)!important;
  box-shadow:none!important;
  border-radius:6px!important;
  padding:26px 28px!important;
  grid-template-columns:300px 1fr!important;
  gap:34px!important;
  align-items:center!important;
}
.kp-benefits-v2__title h2{
  font-size:clamp(24px,2vw,30px)!important;
}
.kp-benefits-v2__title p{
  max-width:290px!important;
  font-size:14px!important;
}
.kp-feature{
  grid-template-rows:42px auto 1fr!important;
  min-height:150px!important;
}
.kp-feature .kp-icon svg{
  width:34px!important;
  height:34px!important;
}
.kp-feature h3{
  min-height:38px!important;
}
.kp-feature p{
  display:block!important;
}

/* popular sizes: keep six cards, but increase black block visual weight and align as reference */
.kp-custom-aside{
  margin-top:66px!important;
  min-height:270px!important;
  padding:30px!important;
  display:grid!important;
  align-content:center!important;
}
.kp-custom-aside .kp-btn{
  justify-self:start!important;
  margin-top:8px!important;
}

/* materials: clean reference structure */
.kp-materials-v2{
  padding-top:24px!important;
  padding-bottom:48px!important;
}
.kp-materials-v2__grid{
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  grid-template-columns:430px 1fr!important;
  gap:34px!important;
}
.kp-materials-v2 img{
  height:218px!important;
  border-radius:4px!important;
  object-fit:cover!important;
}
.kp-materials-v2 h2{
  font-size:clamp(28px,2.4vw,36px)!important;
  line-height:1.06!important;
}
.kp-materials-v2 p{
  font-size:15px!important;
  line-height:1.5!important;
}
.kp-material-facts{
  margin-top:24px!important;
  gap:16px!important;
}
.kp-material-facts span{
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
}
.kp-material-facts .kp-icon{
  order:0!important;
}
.kp-material-facts .kp-icon svg{
  width:27px!important;
  height:27px!important;
}

/* file input as neat row */
.kp-calc__file{
  border:1px solid #e2ded6;
  border-radius:4px;
  padding:9px 10px;
  background:#fff;
}
.kp-calc__file input[type=file]{
  border:0!important;
  padding:0!important;
  min-height:auto!important;
}
.kp-calc__file input[type=file]::file-selector-button{
  border:0;
  border-radius:4px;
  background:#f1f0eb;
  padding:7px 10px;
  margin-right:10px;
  font-weight:800;
  cursor:pointer;
}
.kp-calc__file span{
  display:block;
  margin-top:6px;
}

/* Icon exactness: line style and green system */
.kp-icon svg{
  stroke-width:1.8!important;
}

/* preserve stricter geometry */
.kp-case,
.kp-product-card,
.kp-custom-aside,
.kp-materials-v2__grid,
.kp-calc,
.kp-benefits-v2__wrap{
  border-radius:6px!important;
}
.kp-btn,
.kp-product-card a,
.kp-calc button[type=submit]{
  border-radius:4px!important;
}

@media(max-width:1300px){
  .kp-hero-v2{min-height:498px!important}
  .kp-hero-v2__inner{min-height:382px!important}
  .kp-hero-trust{gap:16px!important;padding-bottom:26px!important}
  .kp-hero-trust div{grid-template-columns:34px 1fr!important}
  .kp-hero-trust .kp-icon svg{width:30px!important;height:30px!important}
  .kp-hero-trust span{font-size:12px!important}
  .kp-hero-trust small{font-size:11px!important}
  .kp-benefits-v2__wrap{padding:24px 26px!important}
  .kp-custom-aside{min-height:252px!important;margin-top:66px!important}
}
@media(max-width:1050px){
  .kp-materials-v2__grid{grid-template-columns:1fr!important}
}


/* v8.4: visual lock to target mockup */
.kp-header__inner{min-height:76px!important}
.kp-logo img,.kp-logo .custom-logo{width:160px!important;max-height:62px!important}
.kp-menu{gap:32px!important}
.kp-header-cta a{padding:15px 24px!important;font-size:13px!important;border-radius:5px!important}

/* Hero and facts: larger, higher, more like the mockup */
.kp-hero-v2{
  min-height:532px!important;
}
.kp-hero-v2::after{
  background:linear-gradient(90deg,#f8f7f3 0%,#f8f7f3 24%,rgba(248,247,243,.84) 38%,rgba(248,247,243,.22) 52%,rgba(248,247,243,.02) 66%,rgba(248,247,243,0) 100%)!important;
}
.kp-hero-v2__inner{
  min-height:414px!important;
}
.kp-hero-trust{
  padding-bottom:38px!important;
  margin-top:-12px!important;
  gap:32px!important;
}
.kp-hero-trust div{
  grid-template-columns:46px 1fr!important;
  gap:2px 12px!important;
}
.kp-hero-trust .kp-icon svg{
  width:38px!important;
  height:38px!important;
  stroke-width:1.75!important;
}
.kp-hero-trust span{
  font-size:15px!important;
  line-height:1.1!important;
  font-weight:950!important;
}
.kp-hero-trust small{
  font-size:12.5px!important;
  line-height:1.12!important;
  font-weight:750!important;
}

/* One icon system, explicitly green */
.kp-icon{color:var(--kp-green)!important}
.kp-icon svg,
.kp-icon svg *{
  stroke:currentColor!important;
  fill:none!important;
  stroke-width:1.75!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}

/* Benefits: closer to mockup with clean white module */
.kp-benefits-v2{
  padding-top:30px!important;
  padding-bottom:50px!important;
}
.kp-benefits-v2__wrap{
  background:#fff!important;
  border:1px solid #e3ded6!important;
  border-radius:7px!important;
  box-shadow:0 8px 22px rgba(22,19,16,.035)!important;
  padding:30px 32px!important;
  grid-template-columns:310px 1fr!important;
  gap:38px!important;
  align-items:start!important;
}
.kp-benefits-v2__title h2{
  font-size:clamp(26px,2.15vw,32px)!important;
  line-height:1.06!important;
}
.kp-benefits-v2__title p{
  font-size:15px!important;
  line-height:1.5!important;
  max-width:300px!important;
}
.kp-benefits-v2__grid{
  gap:34px!important;
}
.kp-feature{
  min-height:160px!important;
  grid-template-rows:44px 42px 1fr!important;
}
.kp-feature .kp-icon svg{
  width:36px!important;
  height:36px!important;
}
.kp-feature h3{
  font-size:15px!important;
  line-height:1.18!important;
  margin-bottom:10px!important;
}
.kp-feature p{
  font-size:12.5px!important;
  line-height:1.42!important;
}

/* Projects: a little more premium and aligned */
.kp-case{
  border-radius:6px!important;
  grid-template-rows:142px 1fr!important;
}
.kp-case img{
  height:142px!important;
}
.kp-case div{
  padding:13px 12px 14px!important;
}
.kp-case h3{font-size:15px!important}
.kp-case ul{font-size:11.5px!important}

/* Popular sizes: stronger product cards, black card aligned and heavier */
.kp-product-layout{
  grid-template-columns:minmax(0,1fr) 340px!important;
  gap:36px!important;
}
.kp-custom-aside{
  margin-top:72px!important;
  min-height:286px!important;
  padding:34px 32px!important;
  border-radius:7px!important;
  align-content:center!important;
}
.kp-custom-aside h2{
  font-size:clamp(28px,2.25vw,36px)!important;
  line-height:1.02!important;
}
.kp-custom-aside p{
  font-size:15px!important;
}
.kp-custom-aside .kp-btn{
  padding:14px 18px!important;
  font-size:14px!important;
  border-radius:5px!important;
}

/* Materials: lighter image and cleaner reference composition */
.kp-materials-v2{
  padding-top:20px!important;
  padding-bottom:52px!important;
  background:#fff!important;
}
.kp-materials-v2__grid{
  grid-template-columns:430px 1fr!important;
  gap:36px!important;
  align-items:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
}
.kp-materials-v2 img{
  height:216px!important;
  border-radius:5px!important;
  filter:brightness(1.04) contrast(.98)!important;
}
.kp-materials-v2 h2{
  font-size:clamp(30px,2.45vw,38px)!important;
  line-height:1.06!important;
  margin-bottom:14px!important;
}
.kp-materials-v2 p{
  font-size:15px!important;
  line-height:1.52!important;
}
.kp-material-facts{
  margin-top:26px!important;
  gap:18px!important;
}
.kp-material-facts span{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  font-size:12.5px!important;
  line-height:1.25!important;
}
.kp-material-facts .kp-icon{order:0!important}
.kp-material-facts .kp-icon svg{
  width:28px!important;
  height:28px!important;
}

/* Form: make upload look like a secondary control, not a browser widget */
.kp-calc{
  border-radius:6px!important;
}
.kp-calc__file{
  border:1px solid #ded9cf!important;
  border-radius:5px!important;
  background:#fff!important;
  padding:10px 12px!important;
}
.kp-calc__file input[type=file]{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
}
.kp-file-ui{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:34px!important;
}
.kp-file-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f1f0eb!important;
  color:#24211e!important;
  padding:8px 12px!important;
  border-radius:4px!important;
  font-weight:900!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
.kp-file-name{
  color:#6c665f!important;
  font-weight:700!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.kp-calc__file span:not(.kp-file-ui):not(.kp-file-button):not(.kp-file-name){
  display:block!important;
  margin-top:6px!important;
  font-size:11px!important;
}

/* 1280 tuning */
@media(max-width:1300px){
  .kp-header__inner{min-height:72px!important}
  .kp-logo img,.kp-logo .custom-logo{width:150px!important}
  .kp-menu{gap:26px!important}
  .kp-hero-v2{min-height:512px!important}
  .kp-hero-v2__inner{min-height:392px!important}
  .kp-hero-trust{gap:18px!important;padding-bottom:30px!important}
  .kp-hero-trust div{grid-template-columns:36px 1fr!important;gap:2px 8px!important}
  .kp-hero-trust .kp-icon svg{width:31px!important;height:31px!important}
  .kp-hero-trust span{font-size:12.5px!important}
  .kp-hero-trust small{font-size:11px!important}
  .kp-benefits-v2__wrap{padding:28px 30px!important;grid-template-columns:285px 1fr!important;gap:30px!important}
  .kp-benefits-v2__grid{gap:24px!important}
  .kp-feature{min-height:154px!important}
  .kp-product-layout{grid-template-columns:minmax(0,1fr) 326px!important;gap:30px!important}
  .kp-custom-aside{min-height:268px!important;padding:30px!important}
}
@media(max-width:1050px){
  .kp-hero-v2{min-height:auto!important}
  .kp-hero-v2__inner{min-height:430px!important}
  .kp-hero-trust{grid-template-columns:repeat(2,1fr)!important;margin-top:0!important;padding:22px 0!important}
  .kp-benefits-v2__wrap{grid-template-columns:1fr!important}
  .kp-benefits-v2__grid{grid-template-columns:repeat(2,1fr)!important}
  .kp-materials-v2__grid{grid-template-columns:1fr!important}
  .kp-custom-aside{margin-top:0!important}
}
@media(max-width:620px){
  .kp-hero-trust{grid-template-columns:1fr!important}
  .kp-benefits-v2__grid{grid-template-columns:1fr!important}
}

/* v8.5 materials icons/layout hotfix */
.kp-materials-v2{
  padding-top:32px!important;
  padding-bottom:40px!important;
}
.kp-materials-v2__grid{
  grid-template-columns:430px minmax(0,1fr)!important;
  gap:36px!important;
  align-items:center!important;
  padding:24px!important;
  border-radius:6px!important;
}
.kp-materials-v2__grid > div{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.kp-materials-v2 img{
  width:100%!important;
  height:255px!important;
  object-fit:cover!important;
  display:block!important;
  border-radius:4px!important;
}
.kp-material-facts{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:22px!important;
  align-items:start!important;
}
.kp-material-facts span{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-width:0!important;
  white-space:normal!important;
  flex-direction:row!important;
  line-height:1.22!important;
}
.kp-material-facts span b{
  order:1!important;
  display:block!important;
  min-width:0!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.22!important;
  color:var(--kp-green-dark)!important;
}
.kp-material-facts .kp-icon{
  order:2!important;
  flex:0 0 auto!important;
  margin:0!important;
  color:var(--kp-green)!important;
}
.kp-material-facts .kp-icon svg{
  width:22px!important;
  height:22px!important;
  stroke-width:1.9!important;
}

@media (max-width:1050px){
  .kp-materials-v2__grid{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  .kp-materials-v2 img{
    height:240px!important;
  }
  .kp-material-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width:620px){
  .kp-material-facts{
    grid-template-columns:1fr!important;
  }
  .kp-material-facts span{
    justify-content:space-between!important;
  }
}


/* v8.6 real generated icons + material row hard fix */
.kp-icon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--kp-green)!important;
  flex:0 0 auto!important;
  line-height:1!important;
}
.kp-icon svg{display:none!important}
.kp-icon img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}

/* icon sizes by block */
.kp-hero-trust .kp-icon{
  width:38px!important;
  height:38px!important;
}
.kp-feature .kp-icon{
  width:38px!important;
  height:38px!important;
  margin:0 0 12px!important;
}
.kp-material-facts .kp-icon{
  width:24px!important;
  height:24px!important;
  margin:0!important;
  order:2!important;
  justify-self:end!important;
  align-self:start!important;
}

/* Materials: labels left, icons right, all in one stable row */
.kp-material-facts{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:24px!important;
  align-items:start!important;
}
.kp-material-facts span{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 24px!important;
  column-gap:8px!important;
  align-items:start!important;
  justify-content:stretch!important;
  min-width:0!important;
  padding:0!important;
  border:0!important;
  white-space:normal!important;
}
.kp-material-facts span b{
  display:block!important;
  order:1!important;
  min-width:0!important;
  max-width:100%!important;
  font-size:12px!important;
  line-height:1.16!important;
  font-weight:850!important;
  color:var(--kp-green-dark)!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}

/* keep material block from collapsing visually */
.kp-materials-v2__grid{
  align-items:center!important;
}
.kp-materials-v2__grid > div{
  min-width:0!important;
}
.kp-materials-v2 img{
  height:245px!important;
  object-fit:cover!important;
}

/* generated icon sheet has its own optical size; avoid over-thick CSS strokes */
.kp-hero-trust div{
  align-items:center!important;
}
.kp-benefits-v2__wrap{
  align-items:center!important;
}
@media(max-width:1300px){
  .kp-hero-trust .kp-icon{width:32px!important;height:32px!important}
  .kp-feature .kp-icon{width:34px!important;height:34px!important}
  .kp-material-facts{gap:10px!important}
  .kp-material-facts span{grid-template-columns:minmax(0,1fr) 22px!important;column-gap:6px!important}
  .kp-material-facts .kp-icon{width:22px!important;height:22px!important}
  .kp-material-facts span b{font-size:11.5px!important}
}
@media(max-width:1050px){
  .kp-material-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:620px){
  .kp-material-facts{grid-template-columns:1fr!important}
  .kp-material-facts span{grid-template-columns:minmax(0,1fr) 24px!important}
}


/* v8.7 final icon alignment + refined buttons */
.kp-btn,.wp-block-button__link,.kp-header-cta,.kp-product-card a,.kp-custom-card a,.kp-custom-aside .kp-btn,.kp-calc button[type=submit]{border-radius:12px!important}
.kp-btn,.wp-block-button__link,.kp-header-cta{padding:11px 20px!important;min-height:42px!important}
.kp-actions .kp-btn{min-height:44px!important}
.kp-custom-aside .kp-btn{min-height:42px!important;padding:10px 18px!important}
.kp-hero-trust{align-items:center!important}.kp-hero-trust div{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;gap:2px 10px!important;align-items:center!important}.kp-hero-trust .kp-icon{grid-row:1/span 2!important;width:34px!important;height:34px!important}
.kp-feature{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;grid-template-rows:auto!important;column-gap:12px!important;row-gap:0!important;align-items:center!important;min-height:86px!important}.kp-feature .kp-icon{grid-column:1!important;grid-row:1!important;margin:0!important;width:28px!important;height:28px!important}.kp-feature h3{grid-column:2!important;grid-row:1!important;margin:0!important;align-self:center!important}.kp-feature p{display:none!important}
.kp-material-facts{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;align-items:center!important;margin-top:24px!important}
.kp-material-facts span{display:grid!important;grid-template-columns:20px minmax(0,1fr)!important;column-gap:8px!important;align-items:center!important;justify-items:start!important;padding:0!important;border:0!important;min-width:0!important}
.kp-material-facts .kp-icon{order:0!important;width:20px!important;height:20px!important;justify-self:start!important;align-self:center!important;margin:0!important}
.kp-material-facts span b{order:2!important;display:block!important;font-size:12px!important;line-height:1.22!important;font-weight:850!important;color:var(--kp-green-dark)!important;white-space:normal!important}
@media(max-width:1300px){.kp-material-facts{gap:14px!important}.kp-material-facts span{grid-template-columns:18px minmax(0,1fr)!important}.kp-material-facts .kp-icon{width:18px!important;height:18px!important}.kp-material-facts span b{font-size:11.5px!important}}
@media(max-width:1050px){.kp-material-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}.kp-feature{grid-template-columns:28px minmax(0,1fr)!important}}
@media(max-width:620px){.kp-material-facts{grid-template-columns:1fr!important}.kp-hero-trust div{grid-template-columns:30px minmax(0,1fr)!important}.kp-hero-trust .kp-icon{width:30px!important;height:30px!important}}


/* v8.8 final alignment + icon/layout fixes */
.kp-btn,.wp-block-button__link,.kp-header-cta a,.kp-calc button[type=submit]{
  min-height:40px!important;
  padding:8px 18px!important;
  border-radius:13px!important;
  font-size:13px!important;
}
.kp-actions .kp-btn{min-height:42px!important;padding:9px 20px!important}
.kp-custom-aside .kp-btn{min-height:38px!important;padding:8px 16px!important;border-radius:12px!important;white-space:nowrap!important}
.kp-product-card a,.kp-custom-card a{
  min-height:34px!important;
  padding:6px 12px!important;
  border-radius:11px!important;
  font-size:12px!important;
  line-height:1!important;
}
.kp-case{grid-template-rows:136px 1fr!important;overflow:hidden!important}
.kp-case img{display:block!important;width:100%!important;height:136px!important;object-fit:cover!important;object-position:center center!important;margin:0!important;padding:0!important}
.kp-case > div{padding:12px!important}
.kp-materials-v2__grid{grid-template-columns:430px minmax(0,1fr)!important;gap:36px!important;align-items:center!important}
.kp-materials-v2__grid > div{min-width:0!important}
.kp-materials-v2 img{width:100%!important;height:245px!important;object-fit:cover!important;display:block!important}
.kp-material-facts{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;align-items:start!important;margin-top:22px!important}
.kp-material-facts span{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:8px!important;
  font-size:12px!important;
  line-height:1.25!important;
  color:var(--kp-green-dark)!important;
  white-space:normal!important;
}
.kp-material-facts span b{display:block!important;font:inherit!important;font-weight:850!important}
.kp-material-facts .kp-icon{
  order:0!important;
  display:inline-flex!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  flex:0 0 22px!important;
  margin-top:1px!important;
}
.kp-material-facts .kp-icon img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important}
.kp-hero-trust .kp-icon,.kp-feature .kp-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important}
.kp-hero-trust .kp-icon img,.kp-feature .kp-icon img{display:block!important;width:24px!important;height:24px!important;object-fit:contain!important}
@media (max-width:1050px){
  .kp-materials-v2__grid{grid-template-columns:1fr!important}
  .kp-material-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:620px){
  .kp-material-facts{grid-template-columns:1fr!important}
}


/* v8.9 stronger icons */
.kp-hero-trust .kp-icon{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important}
.kp-hero-trust .kp-icon img{width:28px!important;height:28px!important;filter:drop-shadow(0.35px 0 0 rgba(33,171,77,.95)) drop-shadow(-0.35px 0 0 rgba(33,171,77,.95)) drop-shadow(0 0.35px 0 rgba(33,171,77,.95)) drop-shadow(0 -0.35px 0 rgba(33,171,77,.95))!important}
.kp-feature .kp-icon{width:30px!important;height:30px!important;min-width:30px!important;flex:0 0 30px!important}
.kp-feature .kp-icon img{width:28px!important;height:28px!important;filter:drop-shadow(0.45px 0 0 rgba(33,171,77,.95)) drop-shadow(-0.45px 0 0 rgba(33,171,77,.95)) drop-shadow(0 0.45px 0 rgba(33,171,77,.95)) drop-shadow(0 -0.45px 0 rgba(33,171,77,.95))!important}
.kp-material-facts .kp-icon{width:24px!important;height:24px!important;min-width:24px!important;flex:0 0 24px!important}
.kp-material-facts .kp-icon img{filter:drop-shadow(0.4px 0 0 rgba(33,171,77,.95)) drop-shadow(-0.4px 0 0 rgba(33,171,77,.95)) drop-shadow(0 0.4px 0 rgba(33,171,77,.95)) drop-shadow(0 -0.4px 0 rgba(33,171,77,.95))!important}


/* v9.2 button typography, custom aside, official footer socials */
.kp-btn,
.wp-block-button__link,
.kp-header-cta a,
.kp-custom-aside .kp-btn,
.kp-calc button[type=submit],
.kp-product-card a,
.kp-custom-card a{
  font-family:Arial,"Helvetica Neue",Helvetica,sans-serif!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  line-height:1!important;
  text-align:center!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.kp-btn,
.wp-block-button__link,
.kp-header-cta a{
  font-size:14px!important;
  min-height:42px!important;
  padding:10px 20px!important;
}

.kp-actions .kp-btn{
  font-size:14px!important;
  min-height:44px!important;
  padding:11px 22px!important;
}

.kp-custom-aside{
  min-height:330px!important;
  padding:38px 40px!important;
  border-radius:8px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
}
.kp-custom-aside h2{
  margin:0 0 22px!important;
  font-size:clamp(30px,2.35vw,38px)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
.kp-custom-aside p{
  margin:0 0 18px!important;
  max-width:280px!important;
}
.kp-custom-aside .kp-btn{
  width:auto!important;
  min-width:145px!important;
  min-height:42px!important;
  padding:11px 18px!important;
  border-radius:13px!important;
  font-size:14px!important;
  margin-top:6px!important;
}

.kp-socials{
  display:flex!important;
  gap:10px!important;
  align-items:center!important;
}
.kp-socials a{
  width:34px!important;
  height:34px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  border-radius:8px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:visible!important;
  transition:transform .18s ease,opacity .18s ease!important;
}
.kp-socials a:hover{
  transform:translateY(-1px)!important;
  opacity:.9!important;
}
.kp-social-icon{
  display:block!important;
  width:32px!important;
  height:32px!important;
}
.kp-social-icon img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.kp-social-icon--telegram,
.kp-social-icon--max,
.kp-social-icon--vk,
.kp-social-icon--whatsapp{
  color:initial!important;
}
@media(max-width:1300px){
  .kp-custom-aside{
    min-height:315px!important;
    padding:34px 34px!important;
  }
  .kp-custom-aside h2{
    font-size:32px!important;
  }
}


/* v9.3 release: typography, section spacing, project images/lightbox, catalog cards, custom block */
body{
  font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:450;
}
h1,h2,h3,
.kp-hero-v2 h1,
.kp-section__head h2,
.kp-benefits-v2__title h2,
.kp-custom-aside h2{
  font-weight:800!important;
  letter-spacing:-.035em!important;
}
.kp-btn,
.wp-block-button__link,
.kp-header-cta a,
.kp-product-card a,
.kp-custom-card a,
.kp-custom-aside .kp-btn,
.kp-calc button[type=submit],
.kp-file-button{
  font-family:Inter,Arial,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;
  font-weight:760!important;
  letter-spacing:-.005em!important;
}

/* reduce excessive gap between benefits and projects */
.kp-benefits-v2{
  padding-bottom:20px!important;
}
.kp-benefits-v2 + .kp-section{
  padding-top:28px!important;
}

/* generated project images + click-to-enlarge */
.kp-case{
  grid-template-rows:152px 1fr!important;
}
.kp-case__image{
  display:block!important;
  height:152px!important;
  overflow:hidden!important;
  cursor:zoom-in!important;
  background:#eee9df!important;
}
.kp-case__image img,
.kp-case img{
  height:152px!important;
  width:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  display:block!important;
  transition:transform .25s ease!important;
}
.kp-case__image:hover img{
  transform:scale(1.035)!important;
}

.kp-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:32px;
  background:rgba(12,12,12,.84);
}
.kp-lightbox.is-open{
  display:flex;
}
.kp-lightbox img{
  max-width:min(1180px,92vw);
  max-height:86vh;
  object-fit:contain;
  border-radius:8px;
  box-shadow:0 20px 60px rgba(0,0,0,.45);
}
.kp-lightbox__close{
  position:absolute;
  top:22px;
  right:24px;
  width:42px;
  height:42px;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#151515;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.kp-lightbox-open{
  overflow:hidden;
}

/* bigger product catalog cards */
.kp-product-layout{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:34px!important;
}
.kp-products--compact .kp-products__grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
}
.kp-product-card{
  min-height:244px!important;
  grid-template-rows:132px 26px 20px 38px!important;
  padding:14px!important;
}
.kp-product-card__image{
  height:132px!important;
}
.kp-product-card__image img{
  width:128%!important;
  height:128%!important;
}
.kp-product-card__size{
  font-size:17px!important;
}
.kp-product-card__price{
  font-size:13px!important;
}
.kp-product-card a{
  min-width:108px!important;
  min-height:38px!important;
  font-size:14px!important;
  padding:9px 15px!important;
}

/* black custom block fixed */
.kp-custom-aside{
  width:100%!important;
  min-height:286px!important;
  padding:32px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:flex-start!important;
  overflow:hidden!important;
}
.kp-custom-aside h2{
  max-width:100%!important;
  margin:0 0 18px!important;
  font-size:30px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
}
.kp-custom-aside p{
  max-width:100%!important;
  margin:0 0 14px!important;
  font-size:14px!important;
  line-height:1.42!important;
}
.kp-custom-aside .kp-btn{
  margin-top:8px!important;
  min-height:40px!important;
  padding:10px 17px!important;
  font-size:14px!important;
  border-radius:12px!important;
}

/* generated material photo */
.kp-materials-v2 img{
  content:url('../img/material-fiberglass-v93.webp');
  object-fit:cover!important;
}

@media(max-width:1300px){
  .kp-products--compact .kp-products__grid{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
  .kp-custom-aside h2{
    font-size:28px!important;
  }
}
@media(max-width:1050px){
  .kp-product-layout{
    grid-template-columns:1fr!important;
  }
  .kp-products--compact .kp-products__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .kp-custom-aside{
    min-height:auto!important;
  }
}
@media(max-width:620px){
  .kp-products--compact .kp-products__grid{
    grid-template-columns:1fr!important;
  }
  .kp-lightbox{
    padding:18px;
  }
}


/* v9.4 benefits block fix */
.kp-benefits-v2__wrap{
  align-items:stretch!important;
}
.kp-benefits-v2__title{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.kp-benefits-v2__title h2{
  margin:0!important;
}
.kp-benefits-v2__title p{
  display:none!important;
}

.kp-benefits-v2__grid{
  align-items:center!important;
}
.kp-feature{
  display:grid!important;
  grid-template-columns:32px minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  column-gap:12px!important;
  row-gap:6px!important;
  align-items:start!important;
  min-height:104px!important;
  align-content:center!important;
}
.kp-feature .kp-icon{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  align-self:start!important;
}
.kp-feature .kp-icon img{
  width:28px!important;
  height:28px!important;
}
.kp-feature h3{
  grid-column:2!important;
  grid-row:1!important;
  min-height:0!important;
  margin:0!important;
  font-size:15px!important;
  line-height:1.18!important;
}
.kp-feature p{
  display:block!important;
  grid-column:2!important;
  grid-row:2!important;
  margin:0!important;
  color:#5e5852!important;
  font-size:12px!important;
  line-height:1.42!important;
  font-weight:450!important;
}

@media(max-width:1050px){
  .kp-benefits-v2__title{
    align-items:flex-start!important;
  }
  .kp-feature{
    min-height:96px!important;
  }
}


/* v9.6 clean recovery: safe layout polish only */
.kp-custom-aside{
  align-self:start!important;
  margin-top:46px!important;
  padding:26px!important;
  border-radius:8px!important;
}
.kp-custom-aside h2{
  font-size:26px!important;
  line-height:1.06!important;
  margin:0 0 12px!important;
}
.kp-custom-aside p{
  font-size:14px!important;
  line-height:1.45!important;
}
.kp-material-facts .kp-icon{
  display:inline-flex!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
}
.kp-material-facts .kp-icon img{
  display:block!important;
  width:24px!important;
  height:24px!important;
  object-fit:contain!important;
  filter:none!important;
}
.kp-material-facts span b{
  font-size:13.5px!important;
  line-height:1.25!important;
  font-weight:750!important;
}
@media(max-width:1050px){
  .kp-custom-aside{margin-top:0!important;position:static!important;}
}

/* v10.1 polish-1: stabilized homepage after clean install */
:root{
  --kp-radius:8px;
}

/* Hero: cleaner left text zone and calmer center gradient */
.kp-hero-v2{
  min-height:492px!important;
}
.kp-hero-v2::before{
  background-position:center right!important;
}
.kp-hero-v2::after{
  background:
    linear-gradient(90deg,
      #f8f7f3 0%,
      #f8f7f3 30%,
      rgba(248,247,243,.94) 42%,
      rgba(248,247,243,.58) 54%,
      rgba(248,247,243,.18) 66%,
      rgba(248,247,243,0) 100%)!important;
}
.kp-hero-v2__inner{
  min-height:374px!important;
}
.kp-hero-v2__content{
  width:500px!important;
  max-width:43vw!important;
  padding-top:22px!important;
  padding-bottom:26px!important;
}
.kp-hero-v2 h1{
  font-size:clamp(34px,3vw,48px)!important;
  line-height:1.12!important;
  letter-spacing:-.038em!important;
  max-width:500px!important;
  margin-bottom:18px!important;
}
.kp-hero-v2 p{
  max-width:465px!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.kp-hero-trust{
  padding-bottom:26px!important;
  margin-top:-4px!important;
  gap:20px!important;
}
.kp-hero-trust div{
  grid-template-columns:32px minmax(0,1fr)!important;
  gap:2px 9px!important;
}
.kp-hero-trust .kp-icon{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
}
.kp-hero-trust .kp-icon img{
  width:28px!important;
  height:28px!important;
}
.kp-hero-trust span{
  font-size:12.5px!important;
  line-height:1.12!important;
}
.kp-hero-trust small{
  font-size:11px!important;
  line-height:1.15!important;
}

/* Benefits/project spacing: remove visual hole before cases */
.kp-benefits-v2{
  padding-top:24px!important;
  padding-bottom:14px!important;
}
.kp-benefits-v2__wrap{
  padding:24px 28px!important;
  grid-template-columns:280px 1fr!important;
  gap:30px!important;
  border-radius:8px!important;
}
.kp-benefits-v2 + .kp-section{
  padding-top:24px!important;
}
.kp-section__head{
  margin-bottom:20px!important;
}
.kp-section__head h2,
.kp-content h2,
.kp-benefits-v2__title h2,
.kp-materials-v2 h2,
.kp-quote-info h2{
  letter-spacing:-.034em!important;
}

/* Project cards: less cramped at 1280 logical width */
.kp-case-grid{
  gap:14px!important;
}
.kp-case{
  grid-template-rows:138px 1fr!important;
  border-radius:7px!important;
}
.kp-case__image,
.kp-case__image img,
.kp-case img{
  height:138px!important;
}
.kp-case > div,
.kp-case div{
  padding:12px!important;
}

/* Popular sizes: align black block and prevent broken heading */
.kp-product-layout{
  grid-template-columns:minmax(0,1fr) 324px!important;
  gap:32px!important;
  align-items:start!important;
}
.kp-custom-aside{
  position:sticky!important;
  top:86px!important;
  margin-top:50px!important;
  min-height:270px!important;
  padding:28px 30px!important;
  border-radius:8px!important;
  background:linear-gradient(145deg,#202020 0%,#101010 100%)!important;
  box-shadow:0 16px 34px rgba(18,16,14,.16)!important;
}
.kp-custom-aside h2{
  font-size:25px!important;
  line-height:1.12!important;
  letter-spacing:-.03em!important;
  max-width:260px!important;
  margin-bottom:14px!important;
}
.kp-custom-aside p{
  max-width:260px!important;
  font-size:13.5px!important;
  line-height:1.45!important;
  margin-bottom:12px!important;
}
.kp-custom-aside .kp-btn{
  min-height:38px!important;
  padding:9px 16px!important;
  font-size:13px!important;
  border-radius:10px!important;
}

/* Materials: slightly tighter transition after catalog */
.kp-materials-v2{
  padding-top:18px!important;
  padding-bottom:44px!important;
}
.kp-materials-v2__grid{
  grid-template-columns:420px minmax(0,1fr)!important;
  gap:34px!important;
  padding:18px 0!important;
}
.kp-materials-v2 img{
  height:230px!important;
  border-radius:6px!important;
}
.kp-materials-v2 h2{
  font-size:clamp(27px,2.2vw,34px)!important;
}
.kp-material-facts{
  gap:14px!important;
}
.kp-material-facts span b{
  font-size:12px!important;
}

/* Calculator block: reduce heavy vertical mass */
#quote.kp-section{
  padding-top:42px!important;
  padding-bottom:42px!important;
}
.kp-quote-grid{
  gap:32px!important;
}
.kp-calc{
  border-radius:8px!important;
  box-shadow:0 12px 28px rgba(22,19,16,.06)!important;
}

@media(max-width:1300px){
  .kp-hero-v2{min-height:474px!important}
  .kp-hero-v2__inner{min-height:358px!important}
  .kp-hero-v2 h1{font-size:42px!important}
  .kp-hero-v2 p{font-size:14px!important;max-width:440px!important}
  .kp-benefits-v2__wrap{grid-template-columns:260px 1fr!important;gap:24px!important;padding:22px 24px!important}
  .kp-benefits-v2__title h2{font-size:26px!important}
  .kp-feature h3{font-size:13.5px!important}
  .kp-feature p{font-size:11.3px!important}
  .kp-product-layout{grid-template-columns:minmax(0,1fr) 310px!important;gap:26px!important}
  .kp-custom-aside{margin-top:48px!important;padding:26px!important;min-height:260px!important}
  .kp-custom-aside h2{font-size:23px!important;max-width:240px!important}
  .kp-custom-aside p{font-size:13px!important;max-width:240px!important}
  .kp-materials-v2__grid{grid-template-columns:400px minmax(0,1fr)!important;gap:30px!important}
}
@media(max-width:1050px){
  .kp-hero-v2__content{max-width:560px!important;width:100%!important}
  .kp-product-layout,
  .kp-materials-v2__grid{
    grid-template-columns:1fr!important;
  }
  .kp-custom-aside{
    position:static!important;
    margin-top:0!important;
    min-height:auto!important;
  }
}
@media(max-width:620px){
  .kp-hero-v2 h1{font-size:32px!important}
  .kp-hero-v2__inner{min-height:410px!important}
  .kp-benefits-v2__wrap{padding:22px!important}
  .kp-case-grid{grid-template-columns:1fr!important}
}


/* v10.2 polish-2: screenshot-based compaction and spacing cleanup */
.kp-header__inner{
  min-height:68px!important;
}
.kp-logo img,.kp-logo .custom-logo{
  width:142px!important;
  max-height:54px!important;
}
.kp-menu{
  gap:24px!important;
}
.kp-menu a{
  font-size:13px!important;
  line-height:1.15!important;
}
.kp-header-cta a{
  min-height:38px!important;
  padding:9px 18px!important;
  border-radius:11px!important;
}

.kp-hero-v2{
  min-height:452px!important;
}
.kp-hero-v2__inner{
  min-height:338px!important;
}
.kp-hero-v2__content{
  padding-top:18px!important;
  padding-bottom:22px!important;
}
.kp-hero-v2 h1{
  font-size:clamp(33px,2.85vw,45px)!important;
  line-height:1.1!important;
  max-width:485px!important;
}
.kp-hero-v2 p{
  font-size:14px!important;
  line-height:1.48!important;
  max-width:430px!important;
  margin-bottom:20px!important;
}
.kp-hero-trust{
  padding-bottom:22px!important;
  gap:18px!important;
}

.kp-benefits-v2{
  padding-top:20px!important;
  padding-bottom:10px!important;
}
.kp-benefits-v2__wrap{
  padding:20px 24px!important;
  min-height:0!important;
}
.kp-feature{
  min-height:94px!important;
}

.kp-benefits-v2 + .kp-section{
  padding-top:22px!important;
}
.kp-section{
  padding-top:38px!important;
  padding-bottom:38px!important;
}
#catalog-preview.kp-section{
  padding-top:40px!important;
  padding-bottom:22px!important;
}

.kp-products--compact .kp-products__grid{
  gap:12px!important;
}
.kp-product-card{
  min-height:226px!important;
  grid-template-rows:122px 24px 18px 36px!important;
  padding:12px!important;
}
.kp-product-card__image{
  height:122px!important;
}
.kp-product-card__size{
  font-size:15px!important;
}
.kp-product-card__price{
  font-size:12px!important;
}
.kp-product-card a{
  min-height:36px!important;
  font-size:13px!important;
}

.kp-custom-aside{
  margin-top:42px!important;
  min-height:246px!important;
  padding:24px 26px!important;
}
.kp-custom-aside h2{
  font-size:22px!important;
  line-height:1.12!important;
  max-width:238px!important;
  margin-bottom:12px!important;
}
.kp-custom-aside p{
  font-size:12.5px!important;
  line-height:1.42!important;
  max-width:238px!important;
  margin-bottom:10px!important;
}
.kp-custom-aside .kp-btn{
  min-height:36px!important;
  padding:8px 15px!important;
  font-size:12.5px!important;
}

.kp-materials-v2{
  padding-top:16px!important;
  padding-bottom:36px!important;
}
.kp-materials-v2__grid{
  padding:12px 0!important;
  grid-template-columns:390px minmax(0,1fr)!important;
  gap:30px!important;
}
.kp-materials-v2 img{
  height:218px!important;
}
.kp-materials-v2 h2{
  font-size:clamp(26px,2vw,32px)!important;
  margin-bottom:12px!important;
}
.kp-materials-v2 p{
  font-size:14px!important;
  line-height:1.48!important;
}
.kp-material-facts{
  margin-top:18px!important;
  gap:12px!important;
}
.kp-material-facts span b{
  font-size:11.5px!important;
}

#quote.kp-section{
  padding-top:36px!important;
  padding-bottom:36px!important;
}
.kp-footer{
  padding-top:44px!important;
  padding-bottom:42px!important;
}

@media(max-width:1300px){
  .kp-header__inner{min-height:66px!important}
  .kp-logo img,.kp-logo .custom-logo{width:138px!important}
  .kp-menu{gap:20px!important}
  .kp-menu a{font-size:12.5px!important}
  .kp-hero-v2{min-height:444px!important}
  .kp-hero-v2__inner{min-height:330px!important}
  .kp-hero-v2 h1{font-size:39px!important;max-width:455px!important}
  .kp-hero-v2 p{font-size:13.5px!important;max-width:410px!important}
  .kp-benefits-v2__wrap{grid-template-columns:245px 1fr!important;gap:22px!important;padding:20px 22px!important}
  .kp-benefits-v2__title h2{font-size:24px!important}
  .kp-feature h3{font-size:13px!important}
  .kp-feature p{font-size:11px!important}
  .kp-product-layout{grid-template-columns:minmax(0,1fr) 294px!important;gap:24px!important}
  .kp-custom-aside{margin-top:40px!important;padding:24px!important;min-height:236px!important}
  .kp-custom-aside h2{font-size:21px!important;max-width:224px!important}
  .kp-custom-aside p{font-size:12px!important;max-width:224px!important}
  .kp-materials-v2__grid{grid-template-columns:380px minmax(0,1fr)!important;gap:28px!important}
}
@media(max-width:1050px){
  .kp-header__inner{min-height:64px!important}
  .kp-logo img,.kp-logo .custom-logo{width:132px!important}
  .kp-hero-v2__content{max-width:560px!important;width:100%!important}
  .kp-product-layout,.kp-materials-v2__grid{grid-template-columns:1fr!important}
  .kp-custom-aside{position:static!important;margin-top:0!important;min-height:auto!important}
}
@media(max-width:620px){
  .kp-hero-v2 h1{font-size:31px!important}
  .kp-hero-v2__inner{min-height:410px!important}
  .kp-section{padding-top:34px!important;padding-bottom:34px!important}
  .kp-products--compact .kp-products__grid{grid-template-columns:1fr!important}
}

/* v10.3 polish-3: screenshot-based final density and product/form balance */
:root{
  --kp-section:36px;
}

/* keep the first screen compact but readable */
.kp-hero-v2{
  min-height:436px!important;
}
.kp-hero-v2__inner{
  min-height:322px!important;
}
.kp-hero-v2 h1{
  font-size:clamp(32px,2.7vw,43px)!important;
  max-width:468px!important;
}
.kp-hero-trust{
  padding-bottom:20px!important;
}

/* make the benefits band sit tighter and cleaner */
.kp-benefits-v2{
  padding-top:18px!important;
  padding-bottom:8px!important;
}
.kp-benefits-v2__wrap{
  padding:18px 22px!important;
  border-radius:7px!important;
}
.kp-feature{
  min-height:86px!important;
}
.kp-feature h3{
  line-height:1.16!important;
}
.kp-feature p{
  line-height:1.36!important;
}

/* projects block: slightly less vertical mass */
.kp-case{
  grid-template-rows:132px 1fr!important;
}
.kp-case__image,
.kp-case__image img,
.kp-case img{
  height:132px!important;
}
.kp-case > div,
.kp-case div{
  padding:11px 12px!important;
}

/* popular cards: reduce card height so the black block does not feel stranded */
.kp-product-layout{
  grid-template-columns:minmax(0,1fr) 286px!important;
  gap:24px!important;
}
.kp-products--compact .kp-products__grid{
  gap:10px!important;
}
.kp-product-card{
  min-height:212px!important;
  grid-template-rows:112px 22px 18px 34px!important;
  padding:11px!important;
  border-radius:7px!important;
}
.kp-product-card__image{
  height:112px!important;
}
.kp-product-card__image img{
  width:120%!important;
  height:120%!important;
}
.kp-product-card__size{
  font-size:14px!important;
}
.kp-product-card__price{
  font-size:12px!important;
}
.kp-product-card a{
  min-height:34px!important;
  min-width:98px!important;
  padding:8px 13px!important;
  font-size:12.5px!important;
}
.kp-custom-aside{
  margin-top:38px!important;
  min-height:222px!important;
  padding:22px 24px!important;
  border-radius:7px!important;
}
.kp-custom-aside h2{
  font-size:20px!important;
  line-height:1.1!important;
  max-width:220px!important;
  margin-bottom:10px!important;
}
.kp-custom-aside p{
  font-size:11.8px!important;
  line-height:1.38!important;
  max-width:220px!important;
  margin-bottom:9px!important;
}
.kp-custom-aside .kp-btn{
  min-height:34px!important;
  padding:8px 14px!important;
  font-size:12px!important;
}

/* materials: bring it closer to catalog and keep facts in one calm row */
.kp-materials-v2{
  padding-top:10px!important;
  padding-bottom:34px!important;
}
.kp-materials-v2__grid{
  grid-template-columns:370px minmax(0,1fr)!important;
  gap:28px!important;
  padding:8px 0!important;
}
.kp-materials-v2 img{
  height:204px!important;
}
.kp-materials-v2 h2{
  font-size:clamp(25px,1.9vw,30px)!important;
  margin-bottom:10px!important;
}
.kp-materials-v2 p{
  font-size:13.5px!important;
  line-height:1.46!important;
}
.kp-material-facts{
  margin-top:16px!important;
  gap:10px!important;
}
.kp-material-facts .kp-icon{
  width:20px!important;
  height:20px!important;
  min-width:20px!important;
  flex-basis:20px!important;
}
.kp-material-facts .kp-icon img{
  width:20px!important;
  height:20px!important;
}
.kp-material-facts span b{
  font-size:11px!important;
  line-height:1.2!important;
}

/* quote/footer: less heavy lower part */
#quote.kp-section{
  padding-top:32px!important;
  padding-bottom:32px!important;
}
.kp-quote-grid{
  grid-template-columns:240px 1fr!important;
  gap:24px!important;
}
.kp-quote-info h2{
  font-size:28px!important;
}
.kp-quote-info p,
.kp-quote-info li{
  font-size:13px!important;
}
.kp-footer{
  padding-top:36px!important;
  padding-bottom:34px!important;
}
.kp-footer__grid{
  gap:28px!important;
}

@media(max-width:1300px){
  .kp-hero-v2{min-height:430px!important}
  .kp-hero-v2__inner{min-height:316px!important}
  .kp-hero-v2 h1{font-size:37px!important;max-width:435px!important}
  .kp-hero-v2 p{font-size:13px!important;max-width:400px!important}
  .kp-product-layout{grid-template-columns:minmax(0,1fr) 282px!important;gap:22px!important}
  .kp-product-card{min-height:206px!important;grid-template-rows:108px 21px 17px 34px!important}
  .kp-product-card__image{height:108px!important}
  .kp-custom-aside{min-height:214px!important;padding:21px 22px!important}
  .kp-custom-aside h2{font-size:19px!important;max-width:210px!important}
  .kp-materials-v2__grid{grid-template-columns:360px minmax(0,1fr)!important;gap:26px!important}
}
@media(max-width:1050px){
  .kp-product-layout,
  .kp-materials-v2__grid,
  .kp-quote-grid{grid-template-columns:1fr!important}
  .kp-custom-aside{position:static!important;margin-top:0!important;min-height:auto!important}
}
@media(max-width:620px){
  .kp-hero-v2__inner{min-height:400px!important}
  .kp-hero-v2 h1{font-size:30px!important}
  .kp-section{padding-top:30px!important;padding-bottom:30px!important}
}


/* v10.5: Popular sizes block final fix — black aside, card layout, uniform image field */
body.home #catalog-preview .kp-product-layout{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:42px!important;
  align-items:start!important;
}

body.home #catalog-preview .kp-products--compact .kp-products__grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

body.home #catalog-preview .kp-product-card{
  min-height:238px!important;
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  border-radius:8px!important;
  background:#ffffff!important;
}

body.home #catalog-preview .kp-product-card__image{
  height:124px!important;
  margin:0!important;
  border-radius:6px!important;
  background:#f8f6f1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

body.home #catalog-preview .kp-product-card__image img{
  width:128%!important;
  height:128%!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
}

body.home #catalog-preview .kp-product-card__meta{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:auto!important;
}

body.home #catalog-preview .kp-product-card__details{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
  align-content:center!important;
  justify-items:end!important;
  text-align:right!important;
}

body.home #catalog-preview .kp-product-card__size{
  min-height:0!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:850!important;
  color:#161616!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-product-card__price{
  font-size:18px!important;
  line-height:1.05!important;
  font-weight:900!important;
  color:#d87312!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-product-card__volume{
  font-size:12px!important;
  line-height:1.1!important;
  font-weight:650!important;
  color:#5f5a54!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-product-card a{
  width:100%!important;
  min-width:0!important;
  min-height:38px!important;
  padding:8px 14px!important;
  align-self:center!important;
  justify-self:start!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-custom-aside{
  position:static!important;
  align-self:start!important;
  width:100%!important;
  max-width:none!important;
  min-height:494px!important;
  margin-top:94px!important;
  padding:38px 34px!important;
  border-radius:8px!important;
  background:#111111!important;
  box-shadow:0 18px 42px rgba(0,0,0,.12)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}

body.home #catalog-preview .kp-custom-aside h2{
  max-width:260px!important;
  margin:0 0 18px!important;
  font-size:26px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:#ffffff!important;
}

body.home #catalog-preview .kp-custom-aside p{
  max-width:260px!important;
  margin:0 0 14px!important;
  font-size:13px!important;
  line-height:1.48!important;
  color:rgba(255,255,255,.80)!important;
}

body.home #catalog-preview .kp-custom-aside p strong{
  color:#ffffff!important;
  font-weight:850!important;
}

body.home #catalog-preview .kp-custom-aside .kp-btn{
  width:max-content!important;
  min-width:0!important;
  min-height:40px!important;
  margin-top:10px!important;
  padding:11px 20px!important;
  border-radius:10px!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}

@media(max-width:1300px){
  body.home #catalog-preview .kp-product-layout{
    grid-template-columns:minmax(0,1fr) 312px!important;
    gap:32px!important;
  }
  body.home #catalog-preview .kp-custom-aside{
    min-height:482px!important;
    margin-top:92px!important;
    padding:34px 30px!important;
  }
  body.home #catalog-preview .kp-custom-aside h2{
    font-size:24px!important;
    max-width:238px!important;
  }
}

@media(max-width:1050px){
  body.home #catalog-preview .kp-product-layout{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.home #catalog-preview .kp-products--compact .kp-products__grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  body.home #catalog-preview .kp-custom-aside{
    min-height:auto!important;
    margin-top:0!important;
    padding:28px!important;
  }
}

@media(max-width:620px){
  body.home #catalog-preview .kp-products--compact .kp-products__grid{
    grid-template-columns:1fr!important;
  }
  body.home #catalog-preview .kp-product-card{
    min-height:auto!important;
  }
  body.home #catalog-preview .kp-product-card__meta{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  body.home #catalog-preview .kp-product-card a{
    width:100%!important;
  }
  body.home #catalog-preview .kp-product-card__details{
    justify-items:start!important;
    text-align:left!important;
  }
}

/* v10.6: Popular sizes final balance — neat right CTA block and stable card column */
body.home #catalog-preview .kp-product-layout{
  grid-template-columns:minmax(0,1fr) 318px!important;
  gap:36px!important;
  align-items:start!important;
}

body.home #catalog-preview .kp-custom-aside{
  position:static!important;
  align-self:start!important;
  width:100%!important;
  max-width:none!important;
  min-height:auto!important;
  height:auto!important;
  margin-top:94px!important;
  padding:30px 28px!important;
  border-radius:10px!important;
  background:linear-gradient(145deg,#151515 0%,#0f0f0f 100%)!important;
  box-shadow:0 18px 36px rgba(0,0,0,.12)!important;
  display:block!important;
  overflow:hidden!important;
}

body.home #catalog-preview .kp-custom-aside h2{
  max-width:260px!important;
  margin:0 0 16px!important;
  font-size:25px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:#fff!important;
}

body.home #catalog-preview .kp-custom-aside p{
  max-width:260px!important;
  margin:0 0 13px!important;
  font-size:13px!important;
  line-height:1.48!important;
  color:rgba(255,255,255,.80)!important;
}

body.home #catalog-preview .kp-custom-aside p strong{
  color:#fff!important;
  font-weight:850!important;
}

body.home #catalog-preview .kp-custom-aside .kp-btn{
  width:max-content!important;
  min-width:0!important;
  min-height:40px!important;
  margin-top:8px!important;
  padding:11px 20px!important;
  border-radius:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-products--compact .kp-product-card__image{
  background:transparent!important;
}

@media(max-width:1300px){
  body.home #catalog-preview .kp-product-layout{
    grid-template-columns:minmax(0,1fr) 300px!important;
    gap:30px!important;
  }
  body.home #catalog-preview .kp-custom-aside{
    margin-top:92px!important;
    padding:28px 26px!important;
  }
  body.home #catalog-preview .kp-custom-aside h2{
    max-width:240px!important;
    font-size:23px!important;
  }
  body.home #catalog-preview .kp-custom-aside p{
    max-width:240px!important;
    font-size:12.5px!important;
  }
}

@media(max-width:1050px){
  body.home #catalog-preview .kp-product-layout{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.home #catalog-preview .kp-custom-aside{
    margin-top:0!important;
  }
}

/* v10.7: Popular sizes section — balanced right block and cleaner product cards */
body.home #catalog-preview .kp-product-layout{
  grid-template-columns:minmax(0,1fr) 318px!important;
  gap:34px!important;
  align-items:start!important;
}

body.home #catalog-preview .kp-products--compact .kp-products__grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

body.home #catalog-preview .kp-product-card{
  min-height:230px!important;
  padding:14px!important;
  background:#fff!important;
  border:1px solid #e7e2da!important;
  border-radius:8px!important;
  box-shadow:0 8px 20px rgba(20,18,14,.04)!important;
}

body.home #catalog-preview .kp-product-card__image{
  height:126px!important;
  margin:0!important;
  background:transparent!important;
  border-radius:6px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

body.home #catalog-preview .kp-product-card__image img{
  width:124%!important;
  height:124%!important;
  object-fit:contain!important;
  object-position:center!important;
  mix-blend-mode:normal!important;
}

body.home #catalog-preview .kp-product-card__meta{
  display:grid!important;
  grid-template-columns:104px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  margin-top:auto!important;
}

body.home #catalog-preview .kp-product-card__details{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
  justify-items:end!important;
  text-align:right!important;
}

body.home #catalog-preview .kp-product-card__size{
  font-size:13px!important;
  line-height:1.12!important;
  font-weight:850!important;
  color:#171717!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-product-card__price{
  font-size:17px!important;
  line-height:1.05!important;
  font-weight:900!important;
  color:#d87312!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-product-card__volume{
  font-size:11px!important;
  line-height:1.1!important;
  font-weight:650!important;
  color:#5f5a54!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-product-card a{
  width:100%!important;
  min-width:0!important;
  min-height:36px!important;
  padding:8px 12px!important;
  border-radius:10px!important;
  font-size:12px!important;
  line-height:1!important;
  font-weight:850!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}

body.home #catalog-preview .kp-custom-aside{
  position:static!important;
  align-self:start!important;
  width:100%!important;
  max-width:none!important;
  min-height:414px!important;
  height:auto!important;
  margin-top:92px!important;
  padding:32px 30px!important;
  border-radius:10px!important;
  background:radial-gradient(circle at 100% 0%, rgba(255,255,255,.055) 0, rgba(255,255,255,0) 34%), linear-gradient(145deg,#151515 0%,#0d0d0d 100%)!important;
  box-shadow:0 16px 34px rgba(0,0,0,.12)!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  overflow:hidden!important;
}

body.home #catalog-preview .kp-custom-aside h2{
  max-width:260px!important;
  margin:0 0 18px!important;
  font-size:25px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:#fff!important;
}

body.home #catalog-preview .kp-custom-aside p{
  max-width:260px!important;
  margin:0 0 14px!important;
  font-size:13px!important;
  line-height:1.5!important;
  color:rgba(255,255,255,.80)!important;
}

body.home #catalog-preview .kp-custom-aside p strong{
  color:#fff!important;
  font-weight:850!important;
}

body.home #catalog-preview .kp-custom-aside .kp-btn{
  width:max-content!important;
  min-width:0!important;
  min-height:40px!important;
  margin-top:10px!important;
  padding:11px 20px!important;
  border-radius:10px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:850!important;
  white-space:nowrap!important;
}

@media(max-width:1300px){
  body.home #catalog-preview .kp-product-layout{
    grid-template-columns:minmax(0,1fr) 304px!important;
    gap:28px!important;
  }
  body.home #catalog-preview .kp-custom-aside{
    min-height:400px!important;
    margin-top:92px!important;
    padding:28px 26px!important;
  }
  body.home #catalog-preview .kp-custom-aside h2{
    max-width:240px!important;
    font-size:23px!important;
  }
  body.home #catalog-preview .kp-custom-aside p{
    max-width:240px!important;
    font-size:12.5px!important;
  }
  body.home #catalog-preview .kp-product-card__meta{
    grid-template-columns:96px minmax(0,1fr)!important;
  }
}

@media(max-width:1050px){
  body.home #catalog-preview .kp-product-layout{
    grid-template-columns:1fr!important;
    gap:24px!important;
  }
  body.home #catalog-preview .kp-custom-aside{
    min-height:auto!important;
    margin-top:0!important;
    padding:28px!important;
  }
}

@media(max-width:620px){
  body.home #catalog-preview .kp-products--compact .kp-products__grid{
    grid-template-columns:1fr!important;
  }
  body.home #catalog-preview .kp-product-card{
    min-height:auto!important;
  }
  body.home #catalog-preview .kp-product-card__meta{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  body.home #catalog-preview .kp-product-card a{
    width:100%!important;
  }
  body.home #catalog-preview .kp-product-card__details{
    justify-items:start!important;
    text-align:left!important;
  }
}

/* v10.8: Popular sizes right block exact placement
   Goal: place the black custom-size block in the right column opposite the two product rows,
   not as a small floating card near the section top. */
body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside,
body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside {
  position: static !important;
  align-self: start !important;
  box-sizing: border-box !important;

  width: 100% !important;
  max-width: none !important;
  min-height: 520px !important;
  height: auto !important;

  /* Align with the product cards area, not with the section title/tabs. */
  margin-top: 148px !important;

  padding: 42px 34px 36px !important;
  border-radius: 10px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(255,255,255,.06) 0, rgba(255,255,255,0) 34%),
    linear-gradient(145deg, #151515 0%, #0d0d0d 100%) !important;
  box-shadow: 0 18px 36px rgba(0,0,0,.12) !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  overflow: hidden !important;
}

body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside h2,
body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside h2 {
  max-width: 270px !important;
  margin: 0 0 18px !important;
  font-size: 27px !important;
  line-height: 1.07 !important;
  letter-spacing: -0.038em !important;
  color: #ffffff !important;
}

body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside p,
body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside p {
  max-width: 270px !important;
  margin: 0 0 14px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: rgba(255,255,255,.80) !important;
}

body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside p strong,
body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside p strong {
  color: #ffffff !important;
  font-weight: 850 !important;
}

body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside .kp-btn,
body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside .kp-btn {
  width: max-content !important;
  min-width: 0 !important;
  min-height: 42px !important;
  margin-top: 12px !important;
  padding: 12px 22px !important;
  border-radius: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

@media (max-width: 1300px) {
  body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside,
  body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside {
    min-height: 500px !important;
    margin-top: 140px !important;
    padding: 38px 30px 34px !important;
  }

  body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside h2,
  body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside h2 {
    max-width: 250px !important;
    font-size: 25px !important;
  }
}

@media (max-width: 1050px) {
  body.home section#catalog-preview > .kp-container.kp-product-layout > aside.kp-custom-aside,
  body.home #catalog-preview.kp-section > .kp-container.kp-product-layout > .kp-custom-aside {
    min-height: auto !important;
    margin-top: 0 !important;
    padding: 28px !important;
  }
}

/* v10.9: Materials and production block — top alignment + real icons */
body.home .kp-materials-v2__grid{
  grid-template-columns:370px minmax(0,1fr)!important;
  gap:30px!important;
  align-items:start!important;
}

body.home .kp-materials-v2__image{
  width:100%!important;
  height:204px!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:8px!important;
}

body.home .kp-materials-v2__content{
  min-width:0!important;
  padding-top:0!important;
}

body.home .kp-materials-v2__content h2{
  margin-top:0!important;
  margin-bottom:9px!important;
  font-size:clamp(27px,2vw,32px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}

body.home .kp-materials-v2__content p{
  max-width:820px!important;
  font-size:14px!important;
  line-height:1.48!important;
}

body.home .kp-material-facts{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:14px!important;
  margin-top:18px!important;
  align-items:stretch!important;
}

body.home .kp-material-facts span{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  min-width:0!important;
  min-height:38px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
}

body.home .kp-material-facts .kp-icon{
  display:inline-flex!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  flex:0 0 24px!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  color:var(--kp-green)!important;
}

body.home .kp-material-facts .kp-icon img{
  content:normal!important;
  display:block!important;
  width:24px!important;
  height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
  filter:none!important;
}

body.home .kp-material-facts span b{
  display:block!important;
  min-width:0!important;
  font-size:12.5px!important;
  line-height:1.18!important;
  font-weight:850!important;
  color:var(--kp-green-dark)!important;
}

@media(max-width:1300px){
  body.home .kp-materials-v2__grid{
    grid-template-columns:360px minmax(0,1fr)!important;
    gap:26px!important;
  }
  body.home .kp-material-facts{
    gap:10px!important;
  }
  body.home .kp-material-facts .kp-icon,
  body.home .kp-material-facts .kp-icon img{
    width:22px!important;
    height:22px!important;
    min-width:22px!important;
    max-width:22px!important;
    max-height:22px!important;
  }
  body.home .kp-material-facts span b{
    font-size:11.5px!important;
  }
}

@media(max-width:1050px){
  body.home .kp-materials-v2__grid{
    grid-template-columns:1fr!important;
  }
  body.home .kp-material-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:620px){
  body.home .kp-material-facts{
    grid-template-columns:1fr!important;
  }
}

/* v1.0.10: Materials block — align all content below title to one clean content area */
body.home section#materials.kp-materials-v2 .kp-materials-v2__grid{
  align-items:start!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content{
  display:block!important;
  padding-top:0!important;
  min-width:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content h2{
  margin:0 0 12px!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content > p,
body.home section#materials.kp-materials-v2 .kp-materials-v2__content > .kp-material-facts{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content > p{
  display:block!important;
  margin-top:0!important;
  margin-bottom:9px!important;
  font-size:14px!important;
  line-height:1.5!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content > p + p{
  margin-top:0!important;
}

body.home section#materials.kp-materials-v2 .kp-material-facts{
  margin-top:20px!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}

body.home section#materials.kp-materials-v2 .kp-material-facts span{
  min-height:42px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:10px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}

body.home section#materials.kp-materials-v2 .kp-material-facts .kp-icon,
body.home section#materials.kp-materials-v2 .kp-material-facts .kp-icon svg{
  width:26px!important;
  height:26px!important;
  min-width:26px!important;
  flex:0 0 26px!important;
}

body.home section#materials.kp-materials-v2 .kp-material-facts span b{
  font-size:13px!important;
  line-height:1.2!important;
  font-weight:850!important;
}

@media(max-width:1300px){
  body.home section#materials.kp-materials-v2 .kp-material-facts{
    gap:14px!important;
  }
  body.home section#materials.kp-materials-v2 .kp-material-facts .kp-icon,
  body.home section#materials.kp-materials-v2 .kp-material-facts .kp-icon svg{
    width:24px!important;
    height:24px!important;
    min-width:24px!important;
    flex-basis:24px!important;
  }
  body.home section#materials.kp-materials-v2 .kp-material-facts span b{
    font-size:12px!important;
  }
}


/* v1.0.11: Materials block hard layout — title at image top, body aligned as one container */
body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid{
  display:grid!important;
  grid-template-columns:370px minmax(0,1fr)!important;
  gap:34px!important;
  align-items:start!important;
  padding-top:0!important;
  padding-bottom:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__image,
section#materials.kp-materials-v2 .kp-materials-v2__image{
  display:block!important;
  width:100%!important;
  height:204px!important;
  object-fit:cover!important;
  border-radius:8px!important;
  margin:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content,
section#materials.kp-materials-v2 .kp-materials-v2__content{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  align-items:stretch!important;
  min-width:0!important;
  padding:0!important;
  margin:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content > h2,
section#materials.kp-materials-v2 .kp-materials-v2__content > h2{
  margin:0 0 12px!important;
  padding:0!important;
  max-width:none!important;
  font-size:31px!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body,
section#materials.kp-materials-v2 .kp-materials-v2__body{
  width:100%!important;
  max-width:none!important;
  display:block!important;
  margin:0!important;
  padding:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > p,
section#materials.kp-materials-v2 .kp-materials-v2__body > p{
  width:100%!important;
  max-width:none!important;
  margin:0 0 10px!important;
  padding:0!important;
  font-size:14px!important;
  line-height:1.48!important;
  color:var(--kp-muted)!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > p + p,
section#materials.kp-materials-v2 .kp-materials-v2__body > p + p{
  margin-top:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
  width:100%!important;
  max-width:none!important;
  margin:20px 0 0!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:10px!important;
  min-width:0!important;
  min-height:44px!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon{
  width:27px!important;
  height:27px!important;
  min-width:27px!important;
  flex:0 0 27px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon img,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon img{
  width:27px!important;
  height:27px!important;
  max-width:27px!important;
  max-height:27px!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b{
  display:block!important;
  min-width:0!important;
  font-size:13px!important;
  line-height:1.18!important;
  font-weight:850!important;
  color:var(--kp-green-dark)!important;
}

@media(max-width:1300px){
  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid{
    grid-template-columns:360px minmax(0,1fr)!important;
    gap:28px!important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
    gap:14px!important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b{
    font-size:12px!important;
  }
}

@media(max-width:1050px){
  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid{
    grid-template-columns:1fr!important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:620px){
  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
    grid-template-columns:1fr!important;
  }
}


/* v1.0.12: Materials facts row alignment — compact width and vertical centering */
body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
  width:auto!important;
  max-width:100%!important;
  margin:18px 0 0!important;
  padding:0!important;
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  column-gap:28px!important;
  row-gap:12px!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  flex:0 0 auto!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon{
  width:25px!important;
  height:25px!important;
  min-width:25px!important;
  flex:0 0 25px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon img,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon img,
body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon svg,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon svg{
  width:25px!important;
  height:25px!important;
  max-width:25px!important;
  max-height:25px!important;
  object-fit:contain!important;
  border-radius:0!important;
  box-shadow:none!important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b{
  display:block!important;
  width:auto!important;
  max-width:112px!important;
  margin:0!important;
  padding:0!important;
  font-size:13px!important;
  line-height:1.12!important;
  font-weight:850!important;
  color:var(--kp-green-dark)!important;
}

@media(max-width:1300px){
  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
    column-gap:22px!important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon{
    width:23px!important;
    height:23px!important;
    min-width:23px!important;
    flex-basis:23px!important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon img,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon img,
  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon svg,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon svg{
    width:23px!important;
    height:23px!important;
    max-width:23px!important;
    max-height:23px!important;
  }
}

@media(max-width:1050px){
  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
    flex-wrap:wrap!important;
    column-gap:26px!important;
  }
}

@media(max-width:620px){
  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
}

/* v10.13 quote block layout: clean B2B calculator section */
#quote.kp-section{
  padding-top:44px!important;
  padding-bottom:48px!important;
  background:#f4f2ec!important;
}
#quote .kp-quote-grid{
  grid-template-columns:258px minmax(0,1fr)!important;
  gap:34px!important;
  align-items:start!important;
}
#quote .kp-quote-info{
  padding-top:4px!important;
}
#quote .kp-quote-info h2{
  margin:0 0 12px!important;
  font-size:32px!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
#quote .kp-quote-info p{
  max-width:230px!important;
  margin:0!important;
  font-size:14px!important;
  line-height:1.5!important;
  color:#5f5a54!important;
}
#quote .kp-quote-info ul{
  margin:24px 0 0!important;
  gap:12px!important;
}
#quote .kp-quote-info li{
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
  color:#2d2925!important;
}
#quote .kp-quote-info li::before{
  flex:0 0 19px!important;
  width:19px!important;
  height:19px!important;
  margin:0!important;
  font-size:12px!important;
  background:#e7f6eb!important;
  color:#0b7a35!important;
}
#quote .kp-calc{
  max-width:100%!important;
}
@media(max-width:1050px){
  #quote .kp-quote-grid{
    grid-template-columns:1fr!important;
    gap:22px!important;
  }
  #quote .kp-quote-info{
    max-width:720px!important;
  }
  #quote .kp-quote-info p{
    max-width:640px!important;
  }
  #quote .kp-quote-info ul{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:620px){
  #quote.kp-section{
    padding-top:36px!important;
    padding-bottom:38px!important;
  }
  #quote .kp-quote-info h2{
    font-size:28px!important;
  }
  #quote .kp-quote-info ul{
    grid-template-columns:1fr!important;
  }
}


/* v10.14: footer requisites */
.kp-footer-requisites{
  margin-top:16px!important;
  margin-bottom:14px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
}
.kp-footer-requisites h3{
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1.2!important;
  font-weight:850!important;
}
.kp-footer-requisites p{
  margin:0 0 5px!important;
  color:#cfc8c0!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}
.kp-footer-requisites strong{
  color:#fff!important;
  font-weight:800!important;
}
.kp-footer-requisites span{
  color:#9f9a93!important;
}

@media(max-width:900px){
  .kp-footer-requisites{
    margin-top:14px!important;
    padding-top:13px!important;
  }
}


/* v10.15: footer logo inversion and current year */
.kp-footer__logo{
  width:140px!important;
  height:auto!important;
  display:block!important;
  margin:0 0 18px!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.kp-footer__brand{
  max-width:360px!important;
}
.kp-footer__small{
  margin-top:12px!important;
}
@media(max-width:900px){
  .kp-footer__logo{
    width:132px!important;
  }
}

/* v1.0.16: desktop catalog page */
.kp-catalog-page{
  background:#f8f7f3!important;
}
.kp-catalog-hero{
  padding:54px 0 46px!important;
  background:linear-gradient(180deg,#ffffff 0%,#f7f5ef 100%)!important;
  border-bottom:1px solid #ebe6dc!important;
}
.kp-catalog-hero__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:46px!important;
  align-items:stretch!important;
}
.kp-catalog-hero__content{
  max-width:760px!important;
}
.kp-catalog-page .kp-eyebrow{
  margin:0 0 13px!important;
  color:#087431!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
}
.kp-catalog-hero h1{
  max-width:720px!important;
  margin:0 0 17px!important;
  font-size:clamp(42px,4.4vw,62px)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
  color:#23201d!important;
}
.kp-catalog-hero p{
  max-width:680px!important;
  margin:0!important;
  color:#5e5851!important;
  font-size:17px!important;
  line-height:1.55!important;
  font-weight:520!important;
}
.kp-catalog-hero__actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin-top:28px!important;
}
.kp-catalog-hero__card{
  display:grid!important;
  gap:12px!important;
  align-content:center!important;
  padding:30px!important;
  border:1px solid #e0dacd!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(22,19,16,.07)!important;
}
.kp-catalog-hero__metric{
  padding:0 0 14px!important;
  border-bottom:1px solid #ece7dd!important;
}
.kp-catalog-hero__metric:last-child{
  padding-bottom:0!important;
  border-bottom:0!important;
}
.kp-catalog-hero__metric span{
  display:block!important;
  color:#111!important;
  font-size:27px!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:-.035em!important;
}
.kp-catalog-hero__metric small{
  display:block!important;
  margin-top:6px!important;
  color:#70695f!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:700!important;
}
.kp-catalog-products-section{
  padding-top:54px!important;
  padding-bottom:48px!important;
  background:#fff!important;
}
.kp-catalog-page__head{
  max-width:820px!important;
  margin-bottom:30px!important;
}
.kp-catalog-page__head h2{
  margin:0 0 10px!important;
  font-size:38px!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
}
.kp-catalog-page__head p{
  max-width:760px!important;
  color:#625c55!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.kp-catalog-products .kp-products{
  display:grid!important;
  gap:42px!important;
}
.kp-catalog-products .kp-products__group{
  scroll-margin-top:110px!important;
}
.kp-catalog-products .kp-products__group h3{
  width:100%!important;
  margin:0 0 18px!important;
  padding:0 0 12px!important;
  border:0!important;
  border-bottom:2px solid #dfe7dc!important;
  color:#23201d!important;
  font-size:26px!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  font-weight:950!important;
}
.kp-catalog-products .kp-products__grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
}
.kp-catalog-products .kp-product-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:272px!important;
  padding:16px!important;
  border:1px solid #e3ded4!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(22,19,16,.045)!important;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease!important;
}
.kp-catalog-products .kp-product-card:hover{
  transform:translateY(-2px)!important;
  border-color:#d4ccbF!important;
  box-shadow:0 16px 34px rgba(22,19,16,.075)!important;
}
.kp-catalog-products .kp-product-card__image{
  height:150px!important;
  margin:0 0 16px!important;
  padding:0!important;
  border-radius:10px!important;
  background:#faf9f6!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.kp-catalog-products .kp-product-card__image img{
  width:118%!important;
  height:118%!important;
  max-width:none!important;
  object-fit:contain!important;
  mix-blend-mode:normal!important;
}
.kp-catalog-products .kp-product-card__meta{
  display:grid!important;
  grid-template-columns:112px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:end!important;
  margin-top:auto!important;
}
.kp-catalog-products .kp-product-card__details{
  display:grid!important;
  gap:3px!important;
  justify-items:end!important;
  text-align:right!important;
  min-width:0!important;
}
.kp-catalog-products .kp-product-card__size{
  margin:0!important;
  color:#23201d!important;
  font-size:14px!important;
  line-height:1.1!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.kp-catalog-products .kp-product-card__price{
  color:#ef6b00!important;
  font-size:18px!important;
  line-height:1.05!important;
  font-weight:950!important;
  white-space:nowrap!important;
}
.kp-catalog-products .kp-product-card__volume{
  color:#605a52!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:750!important;
  white-space:nowrap!important;
}
.kp-catalog-products .kp-product-card a,
.kp-catalog-products .kp-custom-card a{
  min-height:38px!important;
  padding:10px 15px!important;
  border-radius:10px!important;
  background:#18a447!important;
  color:#fff!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  text-decoration:none!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
}
.kp-catalog-products .kp-product-card a:hover,
.kp-catalog-products .kp-custom-card a:hover{
  background:#087431!important;
}
.kp-catalog-products .kp-custom-card{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:22px!important;
  align-items:center!important;
  margin-top:2px!important;
  padding:28px 30px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(145deg,#191919 0%,#0d0d0d 100%)!important;
  color:#fff!important;
  box-shadow:0 18px 42px rgba(0,0,0,.13)!important;
}
.kp-catalog-products .kp-custom-card h3{
  margin:0 0 8px!important;
  color:#fff!important;
  font-size:27px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}
.kp-catalog-products .kp-custom-card p{
  max-width:680px!important;
  margin:0!important;
  color:rgba(255,255,255,.76)!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.kp-catalog-custom-strip{
  padding:42px 0!important;
  background:#f4f2ec!important;
  border-top:1px solid #ebe6dc!important;
  border-bottom:1px solid #ebe6dc!important;
}
.kp-catalog-custom-strip__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:28px!important;
  align-items:center!important;
}
.kp-catalog-custom-strip h2{
  margin:0 0 10px!important;
  font-size:34px!important;
  line-height:1.05!important;
  letter-spacing:-.045em!important;
}
.kp-catalog-custom-strip p:not(.kp-eyebrow){
  max-width:760px!important;
  margin:0!important;
  color:#5f5952!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.kp-catalog-info-section{
  padding-top:44px!important;
  padding-bottom:54px!important;
  background:#fff!important;
}
.kp-catalog-info-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.kp-catalog-info-card{
  min-height:160px!important;
  padding:24px!important;
  border:1px solid #e5e0d7!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(22,19,16,.04)!important;
}
.kp-catalog-info-card .kp-icon{
  margin:0 0 14px!important;
}
.kp-catalog-info-card .kp-icon img,
.kp-catalog-info-card .kp-icon svg{
  width:32px!important;
  height:32px!important;
}
.kp-catalog-info-card h3{
  margin:0 0 8px!important;
  color:#23201d!important;
  font-size:21px!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.kp-catalog-info-card p{
  margin:0!important;
  color:#625c55!important;
  font-size:14px!important;
  line-height:1.5!important;
}
.kp-catalog-warning{
  padding:18px 20px!important;
  border:1px solid #e8d8b8!important;
  border-radius:12px!important;
  background:#fff8e8!important;
  color:#6b4b12!important;
  font-weight:800!important;
}
@media(max-width:1300px){
  .kp-catalog-hero__grid{grid-template-columns:minmax(0,1fr) 330px!important;gap:34px!important}
  .kp-catalog-products .kp-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:1050px){
  .kp-catalog-hero__grid,
  .kp-catalog-custom-strip__grid{grid-template-columns:1fr!important}
  .kp-catalog-hero__card{max-width:640px!important}
  .kp-catalog-products .kp-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kp-catalog-info-grid{grid-template-columns:1fr!important}
}
@media(max-width:620px){
  .kp-catalog-hero{padding:38px 0 34px!important}
  .kp-catalog-hero h1{font-size:36px!important}
  .kp-catalog-hero p{font-size:15px!important}
  .kp-catalog-hero__actions{display:grid!important}
  .kp-catalog-products .kp-products__grid{grid-template-columns:1fr!important}
  .kp-catalog-products .kp-product-card{min-height:auto!important}
  .kp-catalog-products .kp-product-card__meta{grid-template-columns:1fr!important;gap:12px!important}
  .kp-catalog-products .kp-product-card__details{justify-items:start!important;text-align:left!important}
  .kp-catalog-products .kp-custom-card{grid-template-columns:1fr!important}
}


/* v1.0.17: catalog page cleanup
   Hide duplicate individual-size CTA generated by catalog shortcode on /catalog/.
   Keep the dedicated catalog custom CTA section below instead. */
.kp-catalog-page .kp-catalog-products .kp-custom-card{
  display:none!important;
}
.kp-catalog-page .kp-catalog-products .kp-products{
  gap:38px!important;
}
.kp-catalog-page .kp-catalog-products-section{
  padding-bottom:34px!important;
}
.kp-catalog-page .kp-catalog-custom-strip{
  margin-top:0!important;
}

/* v1.0.18: catalog page compact info cards
   Keep the card title on one line with the icon and reduce card height. */
.kp-catalog-page .kp-catalog-info-section{
  padding-top:38px!important;
  padding-bottom:46px!important;
}
.kp-catalog-page .kp-catalog-info-grid{
  gap:16px!important;
}
.kp-catalog-page .kp-catalog-info-card{
  min-height:118px!important;
  padding:20px 24px 21px!important;
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  grid-template-areas:
    "icon title"
    "text text"!important;
  column-gap:12px!important;
  row-gap:9px!important;
  align-items:center!important;
}
.kp-catalog-page .kp-catalog-info-card .kp-icon{
  grid-area:icon!important;
  width:30px!important;
  height:30px!important;
  margin:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.kp-catalog-page .kp-catalog-info-card .kp-icon img,
.kp-catalog-page .kp-catalog-info-card .kp-icon svg{
  width:30px!important;
  height:30px!important;
}
.kp-catalog-page .kp-catalog-info-card h3{
  grid-area:title!important;
  margin:0!important;
  align-self:center!important;
  color:#23201d!important;
  font-size:21px!important;
  line-height:1.08!important;
  letter-spacing:-.025em!important;
}
.kp-catalog-page .kp-catalog-info-card p{
  grid-area:text!important;
  margin:0!important;
  color:#625c55!important;
  font-size:14px!important;
  line-height:1.45!important;
}
@media (max-width: 860px){
  .kp-catalog-page .kp-catalog-info-card{
    min-height:auto!important;
  }
}

/* v1.0.19: individual sizes page */
.kp-individual-page{
  background:#fff!important;
}
.kp-individual-hero{
  padding:54px 0 50px!important;
  background:linear-gradient(180deg,#faf8f3 0%,#f4f2ec 100%)!important;
  border-bottom:1px solid #e8e2d8!important;
}
.kp-individual-hero__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 420px!important;
  gap:54px!important;
  align-items:center!important;
}
.kp-individual-hero__content h1{
  max-width:800px!important;
  margin:0 0 18px!important;
  color:#23201d!important;
  font-size:clamp(42px,4.2vw,70px)!important;
  line-height:.96!important;
  letter-spacing:-.06em!important;
}
.kp-individual-hero__content p:not(.kp-eyebrow){
  max-width:760px!important;
  margin:0!important;
  color:#514b45!important;
  font-size:18px!important;
  line-height:1.52!important;
  font-weight:650!important;
}
.kp-individual-hero__actions{
  display:flex!important;
  gap:12px!important;
  flex-wrap:wrap!important;
  margin-top:28px!important;
}
.kp-individual-hero__card{
  position:relative!important;
  overflow:hidden!important;
  min-height:410px!important;
  border:1px solid #e4ded4!important;
  border-radius:14px!important;
  background:#111!important;
  box-shadow:0 18px 46px rgba(22,19,16,.12)!important;
}
.kp-individual-hero__card img{
  display:block!important;
  width:100%!important;
  height:410px!important;
  object-fit:cover!important;
  opacity:.86!important;
}
.kp-individual-hero__note{
  position:absolute!important;
  left:22px!important;
  right:22px!important;
  bottom:22px!important;
  padding:18px 18px 17px!important;
  border-radius:12px!important;
  background:rgba(10,10,10,.82)!important;
  backdrop-filter:blur(8px)!important;
  color:#fff!important;
}
.kp-individual-hero__note strong{
  display:block!important;
  margin-bottom:6px!important;
  font-size:18px!important;
  line-height:1.12!important;
  letter-spacing:-.02em!important;
}
.kp-individual-hero__note span{
  display:block!important;
  color:rgba(255,255,255,.78)!important;
  font-size:14px!important;
  line-height:1.42!important;
  font-weight:650!important;
}
.kp-individual-page__head{
  max-width:850px!important;
}
.kp-individual-types{
  padding-top:58px!important;
  padding-bottom:40px!important;
}
.kp-individual-types__grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.kp-individual-type-card{
  min-height:208px!important;
  padding:26px 26px 28px!important;
  border:1px solid #e4ded4!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(22,19,16,.04)!important;
}
.kp-individual-type-card .kp-icon{
  width:34px!important;
  height:34px!important;
  margin:0 0 16px!important;
  display:flex!important;
}
.kp-individual-type-card .kp-icon img,
.kp-individual-type-card .kp-icon svg{
  width:34px!important;
  height:34px!important;
}
.kp-individual-type-card h3{
  margin:0 0 10px!important;
  color:#23201d!important;
  font-size:24px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
.kp-individual-type-card p{
  margin:0!important;
  color:#5e5851!important;
  font-size:15px!important;
  line-height:1.5!important;
}
.kp-individual-process{
  padding-top:46px!important;
  padding-bottom:54px!important;
  background:#fff!important;
}
.kp-individual-process__grid{
  display:grid!important;
  grid-template-columns:360px minmax(0,1fr)!important;
  gap:46px!important;
  align-items:start!important;
}
.kp-individual-process__content h2,
.kp-individual-price h2,
.kp-individual-cta h2{
  margin:0 0 14px!important;
  color:#23201d!important;
  font-size:clamp(30px,2.7vw,42px)!important;
  line-height:1.03!important;
  letter-spacing:-.05em!important;
}
.kp-individual-process__content p:not(.kp-eyebrow),
.kp-individual-price p,
.kp-individual-cta p{
  margin:0!important;
  color:#5e5851!important;
  font-size:15px!important;
  line-height:1.55!important;
}
.kp-individual-steps{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.kp-individual-steps article{
  min-height:210px!important;
  padding:24px!important;
  border:1px solid #e4ded4!important;
  border-radius:14px!important;
  background:#f8f6f0!important;
}
.kp-individual-steps span{
  display:inline-flex!important;
  width:42px!important;
  height:42px!important;
  margin-bottom:18px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:50%!important;
  background:#18a447!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
}
.kp-individual-steps h3{
  margin:0 0 8px!important;
  color:#23201d!important;
  font-size:22px!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
}
.kp-individual-steps p{
  margin:0!important;
  color:#5f5952!important;
  font-size:14px!important;
  line-height:1.48!important;
}
.kp-individual-price{
  padding-top:50px!important;
  padding-bottom:54px!important;
  background:#f4f2ec!important;
  border-top:1px solid #ebe6dc!important;
  border-bottom:1px solid #ebe6dc!important;
}
.kp-individual-price__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 580px!important;
  gap:48px!important;
  align-items:center!important;
}
.kp-individual-price__grid > div:first-child p:not(.kp-eyebrow){
  max-width:680px!important;
}
.kp-individual-price__factors{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
}
.kp-individual-price__factors div{
  display:grid!important;
  grid-template-columns:34px minmax(0,1fr)!important;
  gap:12px!important;
  align-items:center!important;
  padding:18px!important;
  border:1px solid #e2dcd2!important;
  border-radius:12px!important;
  background:#fff!important;
}
.kp-individual-price__factors .kp-icon{
  width:30px!important;
  height:30px!important;
  margin:0!important;
}
.kp-individual-price__factors .kp-icon img,
.kp-individual-price__factors .kp-icon svg{
  width:30px!important;
  height:30px!important;
}
.kp-individual-price__factors span:not(.kp-icon){
  color:#23201d!important;
  font-size:14px!important;
  line-height:1.25!important;
  font-weight:850!important;
}
.kp-individual-cta{
  padding:42px 0!important;
  background:#111!important;
  color:#fff!important;
}
.kp-individual-cta__grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:34px!important;
  align-items:center!important;
}
.kp-individual-cta h2{
  color:#fff!important;
  max-width:760px!important;
}
.kp-individual-cta p:not(.kp-eyebrow){
  max-width:780px!important;
  color:rgba(255,255,255,.75)!important;
}
.kp-individual-cta .kp-eyebrow{
  color:#4bd375!important;
}
@media(max-width:1180px){
  .kp-individual-hero__grid{grid-template-columns:minmax(0,1fr) 360px!important;gap:36px!important}
  .kp-individual-price__grid{grid-template-columns:1fr!important}
}
@media(max-width:980px){
  .kp-individual-hero__grid,
  .kp-individual-process__grid,
  .kp-individual-cta__grid{grid-template-columns:1fr!important}
  .kp-individual-types__grid,
  .kp-individual-steps{grid-template-columns:1fr!important}
  .kp-individual-hero__card{max-width:620px!important}
}
@media(max-width:620px){
  .kp-individual-hero{padding:38px 0!important}
  .kp-individual-hero__content h1{font-size:36px!important}
  .kp-individual-price__factors{grid-template-columns:1fr!important}
}


/* v1.0.20: individual sizes cards/process refinement */
.kp-individual-type-card{
  min-height:188px!important;
  padding:24px 24px 24px!important;
}
.kp-individual-type-card__head{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  margin:0 0 14px!important;
}
.kp-individual-type-card .kp-icon{
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  display:flex!important;
}
.kp-individual-type-card h3{
  margin:0!important;
  font-size:22px!important;
  line-height:1.08!important;
}
.kp-individual-type-card p{
  padding-left:48px!important;
}
.kp-individual-process{
  padding-top:48px!important;
  padding-bottom:58px!important;
  background:#fff!important;
}
.kp-individual-process__intro{
  max-width:780px!important;
  margin-bottom:28px!important;
}
.kp-individual-steps--chain{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.kp-individual-steps--chain::before{
  content:""!important;
  position:absolute!important;
  left:42px!important;
  right:42px!important;
  top:22px!important;
  height:2px!important;
  background:linear-gradient(90deg,#cfe7d2 0%,#dcead6 100%)!important;
  z-index:0!important;
}
.kp-individual-steps--chain article{
  position:relative!important;
  z-index:1!important;
  min-height:0!important;
  padding:0 10px 0 0!important;
  border:none!important;
  border-radius:0!important;
  background:transparent!important;
}
.kp-individual-steps--chain article::after{
  content:"→"!important;
  position:absolute!important;
  top:10px!important;
  right:-5px!important;
  color:#7fb88a!important;
  font-size:18px!important;
  line-height:1!important;
  font-weight:800!important;
}
.kp-individual-steps--chain article:last-child::after{display:none!important;}
.kp-individual-steps--chain span{
  display:inline-flex!important;
  width:44px!important;
  height:44px!important;
  margin:0 0 14px!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#18a447!important;
  box-shadow:0 0 0 6px #fff!important;
  color:#fff!important;
  font-size:13px!important;
  font-weight:950!important;
}
.kp-individual-steps--chain h3{
  margin:0 0 8px!important;
  font-size:20px!important;
  line-height:1.12!important;
  letter-spacing:-.03em!important;
}
.kp-individual-steps--chain p{
  margin:0!important;
  max-width:200px!important;
  font-size:14px!important;
  line-height:1.5!important;
}
@media (max-width:1180px){
  .kp-individual-steps--chain{grid-template-columns:repeat(3,minmax(0,1fr))!important;row-gap:26px!important;}
  .kp-individual-steps--chain::before{display:none!important;}
  .kp-individual-steps--chain article::after{display:none!important;}
}
@media (max-width:920px){
  .kp-individual-types__grid,.kp-individual-steps--chain{grid-template-columns:1fr!important;}
  .kp-individual-type-card p{padding-left:0!important;}
  .kp-individual-steps--chain article{padding-right:0!important;}
  .kp-individual-steps--chain p{max-width:none!important;}
}


/* v1.0.21: individual sizes arrows + production article */
.kp-individual-steps--chain::before{
  background:linear-gradient(90deg,#f1bf80 0%,#eba24a 100%)!important;
  opacity:.85!important;
  height:2px!important;
}
.kp-individual-steps--chain article::after{
  content:"›"!important;
  top:8px!important;
  right:-2px!important;
  color:#e48b25!important;
  font-size:22px!important;
  font-weight:800!important;
}
.kp-individual-production{
  padding-top:18px!important;
  padding-bottom:58px!important;
  background:#fff!important;
}
.kp-individual-production__grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
}
.kp-individual-production-card{
  overflow:hidden!important;
  border:1px solid #e4ded4!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(22,19,16,.05)!important;
}
.kp-individual-production-card img{
  display:block!important;
  width:100%!important;
  height:250px!important;
  object-fit:cover!important;
  background:#f6f3ed!important;
}
.kp-individual-production-card__body{
  padding:20px 22px 24px!important;
}
.kp-individual-production-card__num{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:40px!important;
  height:28px!important;
  padding:0 12px!important;
  margin:0 0 12px!important;
  border-radius:999px!important;
  background:#fff3e4!important;
  color:#d97a12!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
}
.kp-individual-production-card h3{
  margin:0 0 10px!important;
  color:#23201d!important;
  font-size:25px!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
.kp-individual-production-card p{
  margin:0!important;
  color:#5e5851!important;
  font-size:15px!important;
  line-height:1.58!important;
}
@media (max-width:1180px){
  .kp-individual-production__grid{grid-template-columns:1fr!important;}
  .kp-individual-production-card img{height:220px!important;}
}
@media (max-width:920px){
  .kp-individual-production{padding-top:12px!important;padding-bottom:42px!important;}
}


/* v1.0.22: remove arrows, keep orange line, replace production images */
.kp-individual-steps--chain article::after{
  content:none!important;
  display:none!important;
}
.kp-individual-steps--chain::before{
  background:linear-gradient(90deg,#f0c185 0%,#e28a23 100%)!important;
  opacity:.95!important;
  height:2px!important;
}
.kp-individual-production-card img{
  object-position:center center!important;
}


/* v1.0.23: individual sizes green accents */
.kp-individual-page .kp-eyebrow,
.kp-individual-production .kp-eyebrow,
.kp-individual-price .kp-eyebrow,
.kp-individual-cta .kp-eyebrow {
  color: var(--kp-green-dark) !important;
}

.kp-individual-hero__actions .kp-btn:not(.kp-btn--ghost),
.kp-individual-cta .kp-btn {
  background: var(--kp-green) !important;
  border-color: var(--kp-green) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.kp-individual-hero__actions .kp-btn:not(.kp-btn--ghost):hover,
.kp-individual-cta .kp-btn:hover {
  background: var(--kp-green-dark) !important;
  border-color: var(--kp-green-dark) !important;
  color: #ffffff !important;
}

.kp-individual-hero__actions .kp-btn--ghost {
  color: var(--kp-text) !important;
}

.kp-individual-hero__actions .kp-btn--ghost:hover {
  color: var(--kp-green-dark) !important;
  border-color: var(--kp-green) !important;
}


/* v1.0.24: individual sizes hero outdoor planters image */
.kp-individual-hero__card{
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  background:#fff!important;
}
.kp-individual-hero__card img{
  width:100%!important;
  height:360px!important;
  object-fit:cover!important;
  object-position:center center!important;
  opacity:1!important;
}
.kp-individual-hero__note{
  position:static!important;
  left:auto!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  padding:18px 22px 20px!important;
  border-radius:0!important;
  background:#101010!important;
  backdrop-filter:none!important;
}
.kp-individual-hero__note strong{
  margin-bottom:6px!important;
}
@media (max-width: 920px){
  .kp-individual-hero__card img{height:300px!important;}
}


/* v1.0.25: catalog configurator */
.kp-catalog-config-page .kp-catalog-hero{
  background:linear-gradient(180deg,#faf8f3 0%,#f4f2ec 100%)!important;
}

.kp-configurator-section{
  padding-top:54px!important;
  padding-bottom:56px!important;
  background:#fff!important;
}

.kp-configurator{
  display:grid!important;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr)!important;
  gap:32px!important;
  align-items:start!important;
}

.kp-configurator__preview,
.kp-configurator__panel{
  min-width:0!important;
}

.kp-config-preview-card{
  position:sticky!important;
  top:96px!important;
  overflow:hidden!important;
  border:1px solid #e4ded4!important;
  border-radius:18px!important;
  background:#f7f5ef!important;
  box-shadow:0 16px 42px rgba(22,19,16,.07)!important;
}

.kp-config-preview{
  min-height:430px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:44px 34px 36px!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(255,255,255,.95) 0%,rgba(255,255,255,.55) 30%,rgba(244,241,233,.6) 62%,rgba(232,226,216,.9) 100%),
    linear-gradient(180deg,#faf8f3 0%,#ebe5da 100%)!important;
}

.kp-config-preview__scene{
  width:min(440px,100%)!important;
  height:300px!important;
  position:relative!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
}

.kp-config-preview__pot{
  --pot-color:#373f43;
  position:relative!important;
  width:320px!important;
  height:190px!important;
  display:block!important;
  filter:drop-shadow(0 24px 26px rgba(22,19,16,.20))!important;
}

.kp-config-preview__rim,
.kp-config-preview__body,
.kp-config-preview__shadow{
  position:absolute!important;
  display:block!important;
  content:""!important;
}

.kp-config-preview__body{
  left:34px!important;
  right:34px!important;
  bottom:24px!important;
  height:145px!important;
  border-radius:8px 8px 16px 16px!important;
  background:
    linear-gradient(105deg,rgba(255,255,255,.24),rgba(255,255,255,0) 22%),
    linear-gradient(90deg,rgba(0,0,0,.18),rgba(255,255,255,.12) 48%,rgba(0,0,0,.22)),
    var(--pot-color)!important;
  box-shadow:inset 0 -18px 34px rgba(0,0,0,.20), inset 0 10px 18px rgba(255,255,255,.12)!important;
}

.kp-config-preview__rim{
  left:18px!important;
  right:18px!important;
  bottom:156px!important;
  height:42px!important;
  border-radius:10px!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.22),rgba(255,255,255,.18) 48%,rgba(0,0,0,.18)),
    var(--pot-color)!important;
  box-shadow:inset 0 7px 14px rgba(255,255,255,.18), inset 0 -12px 18px rgba(0,0,0,.20)!important;
}

.kp-config-preview__rim::after{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  top:9px!important;
  height:20px!important;
  border-radius:6px!important;
  background:rgba(0,0,0,.22)!important;
}

.kp-config-preview__shadow{
  left:54px!important;
  right:54px!important;
  bottom:2px!important;
  height:24px!important;
  border-radius:50%!important;
  background:rgba(22,19,16,.22)!important;
  filter:blur(7px)!important;
}

.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__pot{
  width:250px!important;
  height:235px!important;
}

.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__body{
  left:34px!important;
  right:34px!important;
  bottom:26px!important;
  height:174px!important;
  border-radius:0 0 52% 52% / 0 0 16% 16%!important;
  clip-path:ellipse(48% 60% at 50% 46%)!important;
}

.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__rim{
  left:18px!important;
  right:18px!important;
  bottom:184px!important;
  height:42px!important;
  border-radius:50%!important;
}

.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__rim::after{
  left:20px!important;
  right:20px!important;
  top:8px!important;
  height:22px!important;
  border-radius:50%!important;
}

.kp-config-preview-card__meta{
  padding:24px 26px 26px!important;
  background:#fff!important;
  border-top:1px solid #e7e1d7!important;
}

.kp-config-preview-card__meta h3{
  margin:0 0 18px!important;
  color:#23201d!important;
  font-size:29px!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
}

.kp-config-preview-card__meta dl{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0!important;
}

.kp-config-preview-card__meta div{
  padding:12px 13px!important;
  border:1px solid #eee7dc!important;
  border-radius:12px!important;
  background:#fbfaf6!important;
}

.kp-config-preview-card__meta dt{
  margin:0 0 5px!important;
  color:#797168!important;
  font-size:12px!important;
  font-weight:850!important;
}

.kp-config-preview-card__meta dd{
  margin:0!important;
  color:#23201d!important;
  font-size:15px!important;
  font-weight:900!important;
}

.kp-configurator__panel{
  display:grid!important;
  gap:14px!important;
}

.kp-config-step,
.kp-config-order{
  padding:22px!important;
  border:1px solid #e4ded4!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 26px rgba(22,19,16,.04)!important;
}

.kp-config-step__head{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0 0 14px!important;
}

.kp-config-step__head span{
  width:28px!important;
  height:28px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#eaf7ed!important;
  color:var(--kp-green-dark)!important;
  font-size:12px!important;
  font-weight:950!important;
}

.kp-config-step__head h3{
  margin:0!important;
  color:#23201d!important;
  font-size:20px!important;
  line-height:1.1!important;
  letter-spacing:-.03em!important;
}

.kp-config-shape{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}

.kp-config-shape button,
.kp-config-sizes button{
  appearance:none!important;
  border:1px solid #ded8ce!important;
  border-radius:12px!important;
  background:#fbfaf7!important;
  color:#282522!important;
  cursor:pointer!important;
  transition:.16s ease!important;
}

.kp-config-shape button{
  min-height:46px!important;
  padding:12px 14px!important;
  font-size:14px!important;
  font-weight:900!important;
}

.kp-config-shape button:hover,
.kp-config-sizes button:hover{
  border-color:#8bc994!important;
  color:var(--kp-green-dark)!important;
}

.kp-config-shape button.is-active,
.kp-config-sizes button.is-active{
  border-color:var(--kp-green)!important;
  background:#edf9ef!important;
  box-shadow:0 0 0 2px rgba(24,164,71,.10)!important;
}

.kp-config-sizes{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:9px!important;
}

.kp-config-sizes button{
  min-height:64px!important;
  padding:10px 9px!important;
  text-align:left!important;
}

.kp-config-sizes strong{
  display:block!important;
  margin:0 0 5px!important;
  font-size:14px!important;
  line-height:1.12!important;
  font-weight:950!important;
}

.kp-config-sizes span{
  display:block!important;
  color:#686159!important;
  font-size:12px!important;
  line-height:1.2!important;
  font-weight:800!important;
}

.kp-config-color-tools{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin-bottom:12px!important;
}

.kp-config-color-tools input,
.kp-config-total input,
.kp-config-order input,
.kp-config-order textarea{
  width:100%!important;
  min-height:44px!important;
  border:1px solid #ded8ce!important;
  border-radius:10px!important;
  background:#fbfaf7!important;
  color:#23201d!important;
  padding:11px 12px!important;
  font:inherit!important;
  font-size:14px!important;
}

.kp-config-color-tools input:focus,
.kp-config-total input:focus,
.kp-config-order input:focus,
.kp-config-order textarea:focus{
  outline:none!important;
  border-color:var(--kp-green)!important;
  box-shadow:0 0 0 3px rgba(24,164,71,.10)!important;
}

.kp-config-ral-grid{
  max-height:234px!important;
  overflow:auto!important;
  display:grid!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  gap:7px!important;
  padding:2px 2px 7px!important;
}

.kp-config-ral-grid button{
  appearance:none!important;
  border:1px solid #ddd6ca!important;
  border-radius:9px!important;
  background:#fff!important;
  min-height:52px!important;
  padding:5px!important;
  cursor:pointer!important;
  transition:.14s ease!important;
}

.kp-config-ral-grid button span{
  display:block!important;
  height:25px!important;
  border-radius:6px!important;
  border:1px solid rgba(0,0,0,.12)!important;
  margin-bottom:4px!important;
}

.kp-config-ral-grid button b{
  display:block!important;
  color:#4f4a44!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
}

.kp-config-ral-grid button.is-active{
  border-color:var(--kp-green)!important;
  box-shadow:0 0 0 2px rgba(24,164,71,.14)!important;
}

.kp-config-ral-empty{
  grid-column:1/-1!important;
  padding:12px!important;
  border-radius:10px!important;
  background:#fbfaf7!important;
  color:#6b655f!important;
  font-size:13px!important;
  font-weight:750!important;
}

.kp-config-hint{
  margin:10px 0 0!important;
  color:#70695f!important;
  font-size:12px!important;
  line-height:1.35!important;
  font-weight:750!important;
}

.kp-config-total{
  display:grid!important;
  grid-template-columns:160px minmax(0,1fr)!important;
  gap:14px!important;
  align-items:end!important;
  margin-bottom:16px!important;
  padding:16px!important;
  border-radius:14px!important;
  background:#f4f8f2!important;
  border:1px solid #dcebd8!important;
}

.kp-config-total label,
.kp-config-order label{
  display:block!important;
  color:#4d4741!important;
  font-size:13px!important;
  line-height:1.3!important;
  font-weight:850!important;
}

.kp-config-total label input,
.kp-config-order label input,
.kp-config-order label textarea{
  margin-top:7px!important;
}

.kp-config-total span{
  display:block!important;
  color:#5e6659!important;
  font-size:12px!important;
  font-weight:850!important;
}

.kp-config-total strong{
  display:block!important;
  color:#1f211d!important;
  font-size:28px!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
  font-weight:950!important;
}

.kp-config-total small{
  display:block!important;
  margin-top:5px!important;
  color:#6c7467!important;
  font-size:12px!important;
  font-weight:750!important;
}

.kp-config-order__grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
}

.kp-config-order__wide{
  grid-column:1/-1!important;
}

.kp-config-order textarea{
  min-height:74px!important;
  resize:vertical!important;
}

.kp-config-order__bottom{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-top:16px!important;
}

.kp-config-agree{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  max-width:330px!important;
  color:#5e5851!important;
  font-size:12px!important;
  font-weight:750!important;
}

.kp-config-agree input{
  width:auto!important;
  min-height:0!important;
  margin:2px 0 0!important;
}

.kp-config-agree a{
  color:var(--kp-green-dark)!important;
}

.kp-config-order button[type="submit"]{
  appearance:none!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--kp-green)!important;
  color:#fff!important;
  padding:13px 20px!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:950!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}

.kp-config-order button[type="submit"]:hover{
  background:var(--kp-green-dark)!important;
}

.kp-config-status{
  min-height:18px!important;
  margin-top:12px!important;
  color:#625c55!important;
  font-size:13px!important;
  font-weight:800!important;
}

.kp-config-status.is-success{color:var(--kp-green-dark)!important}
.kp-config-status.is-error{color:#b51f1a!important}
.kp-config-status.is-loading{color:#6f665a!important}

.kp-hp{display:none!important}

@media(max-width:1180px){
  .kp-configurator{grid-template-columns:1fr!important}
  .kp-config-preview-card{position:relative!important;top:auto!important}
}

@media(max-width:760px){
  .kp-config-preview{min-height:320px!important;padding:28px 18px!important}
  .kp-config-preview__scene{height:240px!important}
  .kp-config-preview__pot{transform:scale(.82)!important}
  .kp-config-preview-card__meta dl,
  .kp-config-color-tools,
  .kp-config-total,
  .kp-config-order__grid{grid-template-columns:1fr!important}
  .kp-config-sizes{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .kp-config-ral-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important}
  .kp-config-order__bottom{display:block!important}
  .kp-config-order button[type="submit"]{width:100%!important;margin-top:14px!important}
}

/* v1.0.26: catalog configurator v2 layout, thumbnails, full RAL palette */
.kp-catalog-config-page a:not(.kp-btn){
  color:var(--kp-green-dark)!important;
}
.kp-catalog-config-page .kp-catalog-hero__actions .kp-btn:first-child,
.kp-catalog-config-page .kp-catalog-custom-strip .kp-btn{
  background:var(--kp-green)!important;
  border-color:var(--kp-green)!important;
  color:#fff!important;
}
.kp-catalog-config-page .kp-catalog-hero__actions .kp-btn:first-child:hover,
.kp-catalog-config-page .kp-catalog-custom-strip .kp-btn:hover{
  background:var(--kp-green-dark)!important;
  color:#fff!important;
}
.kp-configurator{
  grid-template-columns:minmax(0,.98fr) minmax(450px,1.02fr)!important;
  gap:30px!important;
}
.kp-config-preview-card{
  background:#fff!important;
}
.kp-config-preview{
  min-height:390px!important;
  padding:36px 30px 30px!important;
  background:
    radial-gradient(circle at 50% 35%,rgba(255,255,255,.92) 0%,rgba(255,255,255,.48) 34%,rgba(238,233,224,.68) 76%,rgba(224,217,207,.86) 100%),
    linear-gradient(180deg,#faf8f3 0%,#ede7dc 100%)!important;
}
.kp-config-preview__scene{
  height:280px!important;
}
.kp-config-preview__pot{
  width:330px!important;
  height:198px!important;
  filter:drop-shadow(0 28px 24px rgba(22,19,16,.18))!important;
}
.kp-config-preview__body{
  left:28px!important;
  right:28px!important;
  bottom:28px!important;
  height:150px!important;
  border-radius:7px 7px 12px 12px!important;
  background:
    linear-gradient(115deg,rgba(255,255,255,.20),rgba(255,255,255,0) 24%),
    linear-gradient(90deg,rgba(0,0,0,.20) 0%,rgba(255,255,255,.11) 48%,rgba(0,0,0,.24) 100%),
    var(--pot-color)!important;
}
.kp-config-preview__rim{
  left:12px!important;
  right:12px!important;
  bottom:168px!important;
  height:35px!important;
  border-radius:8px!important;
}
.kp-config-preview__rim::after{
  left:22px!important;
  right:22px!important;
  top:7px!important;
  height:17px!important;
  background:rgba(0,0,0,.28)!important;
}
.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__pot{
  width:260px!important;
  height:220px!important;
}
.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__body{
  left:46px!important;
  right:46px!important;
  bottom:28px!important;
  height:162px!important;
  border-radius:0 0 40% 40% / 0 0 8% 8%!important;
  clip-path:none!important;
  background:
    linear-gradient(90deg,rgba(0,0,0,.24) 0%,rgba(255,255,255,.13) 45%,rgba(0,0,0,.22) 100%),
    var(--pot-color)!important;
}
.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__rim{
  left:38px!important;
  right:38px!important;
  bottom:178px!important;
  height:38px!important;
  border-radius:50%!important;
}
.kp-config-preview[data-preview-shape="cylindrical"] .kp-config-preview__rim::after{
  left:22px!important;
  right:22px!important;
  top:8px!important;
  height:19px!important;
  border-radius:50%!important;
}
.kp-config-preview-card__meta{
  padding:22px 24px 24px!important;
}
.kp-config-preview-card__meta dl{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}
.kp-config-preview-card__perks{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:8px!important;
  margin-top:14px!important;
}
.kp-config-preview-card__perks span{
  position:relative!important;
  padding-left:19px!important;
  color:#4e5d4e!important;
  font-size:13px!important;
  line-height:1.35!important;
  font-weight:850!important;
}
.kp-config-preview-card__perks span::before{
  content:"✓"!important;
  position:absolute!important;
  left:0!important;
  top:0!important;
  color:var(--kp-green)!important;
  font-weight:950!important;
}
.kp-config-step,
.kp-config-order{
  padding:18px!important;
}
.kp-config-sizes{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.kp-config-sizes button{
  min-height:78px!important;
  display:grid!important;
  grid-template-columns:64px minmax(0,1fr)!important;
  align-items:center!important;
  gap:10px!important;
  padding:8px 10px!important;
  text-align:left!important;
}
.kp-config-sizes button img{
  display:block!important;
  width:64px!important;
  height:48px!important;
  object-fit:contain!important;
  border-radius:8px!important;
  background:#f5f2ec!important;
}
.kp-config-sizes button span{
  display:block!important;
  min-width:0!important;
}
.kp-config-sizes button strong{
  font-size:13px!important;
}
.kp-config-sizes button em{
  display:block!important;
  margin-top:4px!important;
  color:#e15e00!important;
  font-size:12px!important;
  line-height:1.15!important;
  font-style:normal!important;
  font-weight:900!important;
}
.kp-config-popular-ral{
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  gap:7px!important;
  margin-bottom:12px!important;
}
.kp-config-popular-ral button,
.kp-config-ral-grid button{
  appearance:none!important;
  border:1px solid #ddd6ca!important;
  border-radius:9px!important;
  background:#fff!important;
  min-height:52px!important;
  padding:5px!important;
  cursor:pointer!important;
  transition:.14s ease!important;
}
.kp-config-popular-ral button span,
.kp-config-ral-grid button span{
  display:block!important;
  height:25px!important;
  border-radius:6px!important;
  border:1px solid rgba(0,0,0,.12)!important;
  margin-bottom:4px!important;
}
.kp-config-popular-ral button b,
.kp-config-ral-grid button b{
  display:block!important;
  color:#4f4a44!important;
  font-size:10px!important;
  line-height:1!important;
  font-weight:900!important;
}
.kp-config-popular-ral button.is-active,
.kp-config-ral-grid button.is-active{
  border-color:var(--kp-green)!important;
  box-shadow:0 0 0 2px rgba(24,164,71,.14)!important;
}
.kp-config-ral-toggle{
  width:100%!important;
  margin:0 0 12px!important;
  min-height:38px!important;
  border:1px solid #cfdccf!important;
  border-radius:10px!important;
  background:#f3faf4!important;
  color:var(--kp-green-dark)!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:950!important;
  cursor:pointer!important;
}
.kp-config-ral-grid{
  max-height:260px!important;
  grid-template-columns:repeat(9,minmax(0,1fr))!important;
  margin-bottom:12px!important;
}
.kp-config-surface{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  margin-top:12px!important;
}
.kp-config-surface button{
  appearance:none!important;
  min-height:40px!important;
  border:1px solid #ded8ce!important;
  border-radius:10px!important;
  background:#fbfaf7!important;
  color:#282522!important;
  font-size:13px!important;
  font-weight:900!important;
  cursor:pointer!important;
}
.kp-config-surface button.is-active{
  border-color:var(--kp-green)!important;
  background:#edf9ef!important;
  color:var(--kp-green-dark)!important;
}
.kp-config-total{
  margin-bottom:13px!important;
  padding:14px!important;
}
.kp-config-total strong{
  font-size:25px!important;
}
.kp-config-order__grid{
  gap:10px!important;
}
.kp-config-order__bottom{
  margin-top:14px!important;
}
@media(max-width:1180px){
  .kp-configurator{grid-template-columns:1fr!important;}
  .kp-config-preview-card{position:relative!important;top:auto!important;}
}
@media(max-width:760px){
  .kp-config-sizes{grid-template-columns:1fr!important;}
  .kp-config-popular-ral{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  .kp-config-ral-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
}


/* v1.0.27-clean: catalog configurator safe corrections */
.kp-catalog-config-page .kp-btn--accent {
  background: #e88c00 !important;
  border-color: #e88c00 !important;
  color: #fff !important;
}
.kp-catalog-config-page .kp-btn--accent:hover {
  background: #d87f00 !important;
  border-color: #d87f00 !important;
  color: #fff !important;
}

.kp-catalog-hero--premium {
  padding: 32px 0 36px !important;
  background: linear-gradient(180deg, #faf8f3 0%, #f4f2ec 100%) !important;
}
.kp-catalog-hero--premium .kp-catalog-hero__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 560px) !important;
  gap: 30px !important;
  align-items: stretch !important;
}
.kp-catalog-hero--premium .kp-catalog-hero__content {
  padding: 16px 0 !important;
}
.kp-catalog-hero--premium .kp-catalog-hero__content h1 {
  margin-bottom: 14px !important;
}
.kp-catalog-hero__photo {
  position: relative !important;
  min-height: 280px !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  background: #111 !important;
  box-shadow: 0 16px 30px rgba(16,24,24,.08) !important;
}
.kp-catalog-hero__photo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
.kp-catalog-hero__photo::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.16) 100%) !important;
  pointer-events: none !important;
}
.kp-catalog-hero__metrics {
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}
.kp-catalog-hero__metrics .kp-catalog-hero__metric {
  min-height: auto !important;
  padding: 11px 12px !important;
  border: 1px solid rgba(255,255,255,.62) !important;
  border-radius: 8px !important;
  background: rgba(255,255,255,.92) !important;
  backdrop-filter: blur(8px) !important;
}
.kp-catalog-hero__metrics .kp-catalog-hero__metric span {
  font-size: 22px !important;
  line-height: 1.05 !important;
}
.kp-catalog-hero__metrics .kp-catalog-hero__metric small {
  font-size: 11px !important;
  line-height: 1.25 !important;
}

.kp-config-preview {
  min-height: 400px !important;
  background: linear-gradient(180deg, #f6f3ec 0%, #f2eee7 100%) !important;
}
.kp-config-preview__scene {
  min-height: 400px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 32px 28px !important;
}
.kp-config-preview__pot {
  display: none !important;
}
.kp-config-preview__image {
  display: block !important;
  width: min(100%, 420px) !important;
  max-height: 300px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 24px 22px rgba(0,0,0,.12)) !important;
}

.kp-config-sizes button img {
  width: 54px !important;
  height: 40px !important;
  object-fit: contain !important;
}
.kp-config-popular-ral button,
.kp-config-ral-grid button {
  border-radius: 6px !important;
}
.kp-config-popular-ral button span,
.kp-config-ral-grid button span {
  border-radius: 3px !important;
}
.kp-config-ral-grid {
  gap: 6px !important;
  max-height: 270px !important;
}
.kp-config-ral-grid button {
  min-height: 44px !important;
  padding: 4px 4px 5px !important;
}
.kp-config-ral-grid button span {
  height: 18px !important;
}
.kp-config-ral-grid button b {
  font-size: 9px !important;
  line-height: 1.1 !important;
}

.kp-configurator,
.kp-config-preview-card,
.kp-config-step,
.kp-config-order,
.kp-config-total,
.kp-catalog-custom-strip,
.kp-catalog-info-card,
.kp-config-shape button,
.kp-config-surface button,
.kp-config-sizes button,
.kp-config-color-tools input,
.kp-config-order input,
.kp-config-order textarea,
.kp-config-ral-toggle {
  border-radius: 10px !important;
}
.kp-config-preview-card__meta dl div {
  border-radius: 8px !important;
}
.kp-config-order input[name="contact"] {
  letter-spacing: .02em !important;
}

@media (max-width: 1180px) {
  .kp-catalog-hero--premium .kp-catalog-hero__grid {
    grid-template-columns: 1fr !important;
  }
  .kp-catalog-hero__photo {
    min-height: 320px !important;
  }
}
@media (max-width: 767px) {
  .kp-catalog-hero__metrics {
    grid-template-columns: 1fr !important;
  }
  .kp-config-preview,
  .kp-config-preview__scene {
    min-height: 320px !important;
  }
  .kp-config-preview__image {
    max-height: 240px !important;
  }
}


/* v1.0.32 catalog premium cleanup */
.kp-catalog-hero--wide{position:relative;overflow:hidden;min-height:360px;background:#f3f1eb}
.kp-catalog-hero--wide .kp-catalog-hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.kp-catalog-hero--wide .kp-catalog-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(247,245,239,.95) 0%,rgba(247,245,239,.92) 34%,rgba(247,245,239,.55) 58%,rgba(247,245,239,.14) 100%)}
.kp-catalog-hero--wide .kp-catalog-hero__inner{position:relative;z-index:2;display:flex;align-items:center;min-height:360px;padding-top:34px;padding-bottom:26px}
.kp-catalog-hero--wide .kp-catalog-hero__content{max-width:660px}
.kp-catalog-hero--wide .kp-catalog-hero__content h1{max-width:620px;margin-bottom:12px}
.kp-catalog-hero--wide .kp-catalog-hero__content p{max-width:610px}
.kp-catalog-hero--wide .kp-catalog-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px;position:relative;z-index:3}
.kp-catalog-hero--wide .kp-catalog-hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:760px}
.kp-catalog-hero--wide .kp-catalog-hero__metric{display:flex;gap:10px;align-items:flex-start;padding:12px;background:rgba(255,255,255,.93);border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 18px rgba(0,0,0,.05);border-radius:3px}
.kp-catalog-hero--wide .kp-catalog-hero__metric strong{display:block;font-size:15px;line-height:1.1;margin-bottom:4px;color:#181a18}
.kp-catalog-hero--wide .kp-catalog-hero__metric small{display:block;font-size:11px;line-height:1.32;color:#4a514b;margin:0}
.kp-catalog-hero__metric-icon{width:18px;height:18px;flex:0 0 18px;background-repeat:no-repeat;background-size:18px 18px;background-position:center;margin-top:1px}
.kp-catalog-hero__metric--sizes .kp-catalog-hero__metric-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326a04a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='7'/%3E%3Crect x='14' y='3' width='7' height='7'/%3E%3Crect x='3' y='14' width='7' height='7'/%3E%3Crect x='14' y='14' width='7' height='7'/%3E%3C/svg%3E")}
.kp-catalog-hero__metric--ral .kp-catalog-hero__metric-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326a04a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a9 9 0 1 0 0 18c1.1 0 2-.9 2-2 0-.5-.2-1-.6-1.4-.4-.4-.6-.9-.6-1.4 0-1.1.9-2 2-2h1a4 4 0 0 0 4-4 7 7 0 0 0-7-7Z'/%3E%3Ccircle cx='7.5' cy='10.5' r='.5' fill='%2326a04a'/%3E%3Ccircle cx='10.5' cy='7.5' r='.5' fill='%2326a04a'/%3E%3Ccircle cx='14.5' cy='7.5' r='.5' fill='%2326a04a'/%3E%3Ccircle cx='16.5' cy='11.5' r='.5' fill='%2326a04a'/%3E%3C/svg%3E")}
.kp-catalog-hero__metric--price .kp-catalog-hero__metric-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2326a04a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7h18v10H3z'/%3E%3Cpath d='M12 9v6M10 10.5h3a1.5 1.5 0 0 1 0 3h-2a1.5 1.5 0 0 0 0 3h3'/%3E%3C/svg%3E")}
.kp-configurator,.kp-configurator__preview,.kp-configurator__panel,.kp-config-preview-card,.kp-config-step,.kp-config-order,.kp-catalog-custom-strip,.kp-catalog-info-card,.kp-config-size-grid button,.kp-config-popular-ral button,.kp-config-ral-grid button,.kp-config-surface button,.kp-config-shape button,.kp-btn,.kp-btn--accent,.kp-config-preview-card__meta dl div,input,textarea,select{border-radius:3px!important}
.kp-config-preview,.kp-config-preview__scene{background:#f3efe7!important;border-radius:0!important}
.kp-config-preview__scene{min-height:500px;padding:18px 18px 8px;display:flex;align-items:center;justify-content:center}
.kp-config-preview__svg{width:min(100%,620px);height:auto;display:block}
.kp-config-preview-card__meta{padding-top:14px}
.kp-config-size-grid img{border-radius:0!important}
.kp-config-size-grid button,.kp-config-popular-ral button,.kp-config-ral-grid button{overflow:hidden}
.kp-config-popular-ral button,.kp-config-ral-grid button{border-radius:2px!important}
.kp-config-popular-ral span,.kp-config-ral-grid span{border-radius:0!important}
@media (max-width: 1100px){.kp-catalog-hero--wide .kp-catalog-hero__metrics{grid-template-columns:1fr}.kp-catalog-hero--wide{min-height:460px}.kp-catalog-hero--wide .kp-catalog-hero__inner{min-height:460px;align-items:flex-end}}


/* v1.0.33: fix hero overlap, larger SVG preview, sharper premium radii */
.kp-catalog-hero--wide .kp-catalog-hero__metrics {
  position: static !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 18px !important;
  max-width: 760px !important;
  z-index: 1 !important;
}

.kp-catalog-hero--wide .kp-catalog-hero__actions {
  position: relative !important;
  z-index: 4 !important;
  margin-bottom: 0 !important;
}

.kp-catalog-hero--wide .kp-catalog-hero__content {
  padding-bottom: 0 !important;
}

.kp-catalog-hero--wide .kp-catalog-hero__metric {
  min-height: 92px !important;
  border-radius: 2px !important;
}

.kp-catalog-hero--wide .kp-catalog-hero__metric strong {
  font-size: 15px !important;
}

.kp-catalog-hero--wide .kp-catalog-hero__metric small {
  font-size: 10.5px !important;
}

.kp-config-preview,
.kp-config-preview__scene {
  min-height: 540px !important;
}

.kp-config-preview__scene {
  padding: 10px 10px 0 !important;
}

.kp-config-preview__svg {
  width: min(100%, 720px) !important;
  max-width: 720px !important;
  height: auto !important;
}

.kp-configurator,
.kp-configurator__preview,
.kp-configurator__panel,
.kp-config-preview-card,
.kp-config-step,
.kp-config-order,
.kp-config-total,
.kp-catalog-custom-strip,
.kp-catalog-info-card,
.kp-catalog-hero--wide .kp-catalog-hero__metric,
.kp-config-shape button,
.kp-config-surface button,
.kp-config-sizes button,
.kp-config-size-grid button,
.kp-config-popular-ral button,
.kp-config-ral-grid button,
.kp-config-color-tools input,
.kp-config-order input,
.kp-config-order textarea,
.kp-config-ral-toggle,
.kp-btn,
.kp-btn--accent,
.kp-config-preview-card__meta dl div {
  border-radius: 2px !important;
}

.kp-config-popular-ral span,
.kp-config-ral-grid span,
.kp-config-sizes button img,
.kp-config-size-grid img {
  border-radius: 0 !important;
}

@media (max-width: 1100px) {
  .kp-catalog-hero--wide .kp-catalog-hero__metrics {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.35 catalog preview rebuild: realistic preview canvas + low-radius B2B styling */
.kp-configurator,
.kp-configurator__preview,
.kp-configurator__panel,
.kp-config-preview-card,
.kp-config-step,
.kp-config-order,
.kp-config-total,
.kp-catalog-custom-strip,
.kp-catalog-info-card,
.kp-config-shape button,
.kp-config-surface button,
.kp-config-sizes button,
.kp-config-size-grid button,
.kp-config-popular-ral button,
.kp-config-ral-grid button,
.kp-config-color-tools input,
.kp-config-order input,
.kp-config-order textarea,
.kp-config-ral-toggle,
.kp-btn,
.kp-btn--accent,
.kp-config-preview-card__meta dl div {
  border-radius: 3px !important;
}

.kp-config-preview-card {
  border: 1px solid rgba(28, 34, 29, 0.08) !important;
  overflow: hidden !important;
}

.kp-config-preview {
  min-height: 0 !important;
  background: linear-gradient(180deg, #f5f2eb 0%, #f1ede6 100%) !important;
  border-radius: 0 !important;
}

.kp-config-preview__scene {
  min-height: 0 !important;
  height: 440px !important;
  padding: 20px 18px 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.kp-config-preview__canvas {
  display: block;
  width: min(100%, 640px);
  height: auto;
}

.kp-config-preview-card__meta {
  padding: 14px 16px 18px !important;
}

.kp-config-preview-card__meta h3 {
  margin-bottom: 12px !important;
}

.kp-config-preview-card__meta dl {
  gap: 8px !important;
}

.kp-config-preview-card__meta dl div {
  padding: 10px 12px !important;
  border: 1px solid rgba(28,34,29,.08) !important;
  background: #fff !important;
}

.kp-config-color-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.kp-config-color-chip i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,.15);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
  flex: 0 0 16px;
}

.kp-config-preview-card__perks {
  gap: 8px !important;
}

.kp-config-preview-card__perks span {
  border-radius: 3px !important;
  background: #f7f5ef !important;
  border: 1px solid rgba(28,34,29,.07) !important;
}

@media (max-width: 1180px) {
  .kp-config-preview__scene {
    height: 400px !important;
  }
}

@media (max-width: 767px) {
  .kp-config-preview__scene {
    height: 320px !important;
    padding: 14px 10px 8px !important;
  }

  .kp-config-preview__canvas {
    width: min(100%, 460px);
  }
}


/* v1.0.36: shared RAL palette inside homepage calculator */
.kp-calc {
  display: grid;
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(28,34,29,.08);
  box-shadow: 0 12px 28px rgba(22,19,16,.06) !important;
  border-radius: 3px !important;
}

.kp-calc__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.kp-calc__grid--contacts {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kp-calc label {
  display: grid;
  gap: 7px;
  color: #2d2925;
  font-weight: 850;
  font-size: 12px;
}

.kp-calc input,
.kp-calc select,
.kp-calc textarea {
  width: 100%;
  border: 1px solid #ded9cf;
  background: #fff;
  min-height: 42px;
  padding: 10px 11px;
  font: inherit;
  color: #1e1d1c;
  border-radius: 3px !important;
}

.kp-calc textarea {
  min-height: 78px;
  resize: vertical;
}

.kp-calc input:focus,
.kp-calc select:focus,
.kp-calc textarea:focus {
  outline: 0;
  border-color: rgba(24,164,71,.55);
  box-shadow: 0 0 0 3px rgba(24,164,71,.09);
}

.kp-calc-ral {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(28,34,29,.08);
  background: #f7f5ef;
  border-radius: 3px;
}

.kp-calc-ral__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.kp-calc-ral__label {
  display: block;
  color: #6a645c;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 2px;
}

.kp-calc-ral__head strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  color: #1d1c1a;
}

.kp-calc-ral__head i {
  width: 48px;
  height: 34px;
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
  flex: 0 0 auto;
}

.kp-calc-ral__popular {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
}

.kp-calc-ral__tools {
  grid-template-columns: 1fr 1fr !important;
}

.kp-calc-ral__grid {
  max-height: 230px !important;
}

.kp-calc-ral__hint {
  margin: 0;
  color: #68625b;
  font-size: 11.5px;
  line-height: 1.35;
}

.kp-calc__comment {
  display: grid;
}

.kp-calc__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.kp-calc__agree {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 8px !important;
  font-size: 12px !important;
  color: #5e5852 !important;
  font-weight: 700 !important;
}

.kp-calc__agree input {
  width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  padding: 0 !important;
  flex: 0 0 auto;
  margin-top: 2px;
}

.kp-calc__agree a {
  color: var(--kp-green-dark);
  font-weight: 850;
}

.kp-calc button[type=submit] {
  min-width: 210px;
  min-height: 44px;
  border: 0;
  background: var(--kp-green);
  color: #fff;
  font-weight: 950;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 3px !important;
}

.kp-calc button[type=submit]:hover {
  background: var(--kp-green-dark);
}

.kp-calc__status {
  min-height: 18px;
  font-size: 13px;
  font-weight: 800;
}

.kp-calc__status.is-success { color: var(--kp-green-dark); }
.kp-calc__status.is-error { color: #b42318; }
.kp-calc__status.is-loading { color: #5f5a54; }

@media (max-width: 1050px) {
  .kp-calc__grid,
  .kp-calc__grid--contacts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kp-calc-ral__popular {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .kp-calc {
    padding: 16px;
  }
  .kp-calc__grid,
  .kp-calc__grid--contacts,
  .kp-calc-ral__tools {
    grid-template-columns: 1fr !important;
  }
  .kp-calc__bottom {
    display: grid;
  }
  .kp-calc button[type=submit] {
    width: 100%;
  }
}


/* v1.0.37: compact calculator, restored price and size dropdown */
.kp-calc.kp-calc--compact {
  gap: 10px !important;
  padding: 16px !important;
  border-radius: 3px !important;
}
.kp-calc--compact .kp-calc__grid { gap: 9px !important; }
.kp-calc--compact .kp-calc__grid--main {
  grid-template-columns: 1fr 1.35fr .62fr 1.18fr !important;
  align-items: end !important;
}
.kp-calc--compact .kp-calc__grid--contacts { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
.kp-calc--compact .kp-calc__grid--details {
  grid-template-columns: 1fr 2fr !important;
  align-items: start !important;
}
.kp-calc--compact label { gap: 5px !important; font-size: 11.5px !important; }
.kp-calc--compact input,
.kp-calc--compact select,
.kp-calc--compact textarea {
  min-height: 38px !important;
  padding: 8px 10px !important;
  font-size: 13px !important;
}
.kp-calc--compact textarea { min-height: 60px !important; }
.kp-calc--compact .kp-calc__summary {
  display: grid !important;
  align-content: center !important;
  min-height: 56px !important;
  padding: 9px 12px !important;
  border: 1px solid rgba(31,37,33,.09) !important;
  background: #f7f5ef !important;
  border-radius: 3px !important;
}
.kp-calc--compact .kp-calc__summary span {
  display: block !important;
  color: #69635c !important;
  font-size: 10.5px !important;
  line-height: 1.1 !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
}
.kp-calc--compact .kp-calc__summary strong {
  display: block !important;
  margin-top: 3px !important;
  color: #1f211f !important;
  font-size: 20px !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
}
.kp-calc--compact .kp-calc__summary small {
  display: block !important;
  margin-top: 3px !important;
  color: #68625b !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
}
.kp-calc--compact .kp-calc__custom-size[hidden] { display: none !important; }
.kp-calc--compact .kp-calc__custom-size { max-width: 360px !important; }
.kp-calc--compact .kp-calc-ral,
.kp-calc--compact .kp-calc-ral--compact {
  gap: 8px !important;
  padding: 10px 12px !important;
  border-radius: 3px !important;
}
.kp-calc--compact .kp-calc-ral__head { min-height: 0 !important; }
.kp-calc--compact .kp-calc-ral__head strong { font-size: 15px !important; }
.kp-calc--compact .kp-calc-ral__head i {
  width: 38px !important;
  height: 26px !important;
  border-radius: 2px !important;
}
.kp-calc--compact .kp-calc-ral__popular {
  display: grid !important;
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  gap: 5px !important;
}
.kp-calc--compact .kp-calc-ral__popular button,
.kp-calc--compact .kp-calc-ral__grid button {
  min-height: 34px !important;
  padding: 3px !important;
}
.kp-calc--compact .kp-calc-ral__popular button span,
.kp-calc--compact .kp-calc-ral__grid button span { height: 15px !important; }
.kp-calc--compact .kp-calc-ral__popular button b,
.kp-calc--compact .kp-calc-ral__grid button b { font-size: 8.5px !important; }
.kp-calc--compact .kp-calc-ral__tools {
  display: grid !important;
  grid-template-columns: 1fr .9fr auto !important;
  gap: 8px !important;
}
.kp-calc--compact .kp-calc-ral__toggle {
  min-height: 38px !important;
  padding: 8px 10px !important;
  white-space: nowrap !important;
}
.kp-calc--compact .kp-calc-ral__grid {
  max-height: 170px !important;
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  gap: 5px !important;
}
.kp-calc--compact .kp-calc-ral__hint { font-size: 10.5px !important; line-height: 1.25 !important; }
.kp-calc--compact .kp-file-ui { min-height: 38px !important; }
.kp-calc--compact .kp-calc__bottom { margin-top: 0 !important; }
@media (max-width: 980px) {
  .kp-calc--compact .kp-calc__grid--main,
  .kp-calc--compact .kp-calc__grid--contacts,
  .kp-calc--compact .kp-calc__grid--details,
  .kp-calc--compact .kp-calc-ral__tools { grid-template-columns: 1fr !important; }
  .kp-calc--compact .kp-calc-ral__grid,
  .kp-calc--compact .kp-calc-ral__popular { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}


/* v1.0.38: calculator layout fix from screenshot */
.kp-calc.kp-calc--compact {
  padding: 14px 16px !important;
  gap: 9px !important;
}

.kp-calc--compact .kp-calc__grid--main {
  grid-template-columns: 1.05fr 1.42fr .66fr 1.42fr !important;
  gap: 9px !important;
  align-items: end !important;
}

.kp-calc--compact .kp-calc__summary {
  min-height: 48px !important;
  padding: 8px 12px !important;
  display: grid !important;
  grid-template-columns: minmax(82px, .85fr) auto !important;
  grid-template-areas: "label total" "label price" !important;
  align-items: center !important;
  column-gap: 10px !important;
  row-gap: 0 !important;
  overflow: hidden !important;
}

.kp-calc--compact .kp-calc__summary span {
  grid-area: label !important;
  max-width: 112px !important;
  font-size: 10px !important;
  line-height: 1.08 !important;
  letter-spacing: .02em !important;
}

.kp-calc--compact .kp-calc__summary strong {
  grid-area: total !important;
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.kp-calc--compact .kp-calc__summary small {
  grid-area: price !important;
  margin: 2px 0 0 !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.kp-calc--compact .kp-calc__grid--details {
  display: grid !important;
  grid-template-columns: minmax(250px, .9fr) minmax(360px, 1.65fr) !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.kp-calc__details-left {
  display: grid !important;
  gap: 8px !important;
  align-content: start !important;
}

.kp-calc__field-title {
  display: block;
  font-size: 11.5px;
  line-height: 1.2;
  font-weight: 850;
  color: #2d2925;
}

.kp-calc--compact .kp-calc__file {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 8px 10px !important;
  align-items: center !important;
}

.kp-calc--compact .kp-calc__file .kp-calc__field-title {
  grid-column: 1 / 2;
  white-space: nowrap;
}

.kp-calc--compact .kp-calc__file .kp-file-ui {
  grid-column: 2 / 3;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.kp-file-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}

.kp-calc--compact .kp-file-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 7px 14px !important;
  border: 1px solid rgba(24,164,71,.35) !important;
  background: rgba(24,164,71,.08) !important;
  color: var(--kp-green-dark) !important;
  font-weight: 900 !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.kp-calc--compact .kp-file-name {
  color: #625c55 !important;
  font-size: 11.5px !important;
  font-weight: 750 !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.kp-calc--compact .kp-calc__comment textarea {
  min-height: 56px !important;
}

.kp-calc__actions {
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  gap: 14px !important;
  align-content: stretch !important;
  min-height: 116px !important;
  padding: 4px 0 0 !important;
}

.kp-calc__actions .kp-calc__agree {
  align-self: end !important;
  margin: 0 !important;
}

.kp-calc__actions button[type=submit],
.kp-calc--compact .kp-calc__actions button[type=submit] {
  width: 100% !important;
  min-height: 46px !important;
  grid-column: auto !important;
  justify-self: stretch !important;
  margin: 0 !important;
}

.kp-calc--compact .kp-calc__agree {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.kp-calc--compact .kp-calc__agree input {
  width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 0 0 16px !important;
}

@media (max-width: 980px) {
  .kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
  }

  .kp-calc__actions {
    min-height: 0 !important;
  }
}


/* v1.0.39: force calculator submit/agree into right column and reduce bottom height */
.kp-calc.kp-calc--compact {
  padding-bottom: 12px !important;
}

.kp-calc.kp-calc--compact .kp-calc__grid--details {
  display: grid !important;
  grid-template-columns: minmax(260px, .78fr) minmax(380px, 1.72fr) !important;
  grid-template-rows: auto !important;
  gap: 12px 20px !important;
  align-items: stretch !important;
  margin-top: 0 !important;
}

.kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__details-left {
  grid-column: 1 / 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__actions {
  grid-column: 2 / 3 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: stretch !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
  order: 1 !important;
  width: 100% !important;
  min-height: 46px !important;
  margin: 0 !important;
  justify-self: stretch !important;
  grid-column: auto !important;
}

.kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree {
  order: 2 !important;
  width: 100% !important;
  justify-content: flex-start !important;
  align-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #3f3a35 !important;
}

.kp-calc.kp-calc--compact .kp-calc__comment textarea {
  min-height: 54px !important;
  max-height: 78px !important;
}

.kp-calc.kp-calc--compact .kp-file-ui,
.kp-calc.kp-calc--compact .kp-file-name {
  pointer-events: none !important;
}

.kp-calc.kp-calc--compact .kp-file-button {
  pointer-events: auto !important;
}

@media (max-width: 980px) {
  .kp-calc.kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
  }

  .kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__actions {
    grid-column: 1 !important;
  }

  .kp-calc.kp-calc--compact .kp-calc__bottom {
    margin: 0 !important;
  }
}


/* v1.0.43: stable layout repair from v1.0.39, no global density hacks */
.kp-benefits-v2__wrap {
  overflow: visible !important;
}
.kp-benefits-v2__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
}
.kp-feature {
  min-width: 0 !important;
}
.kp-feature h3,
.kp-feature p {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.kp-material-facts {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(115px, 1fr)) !important;
  gap: 12px 18px !important;
  align-items: start !important;
  margin-top: 22px !important;
}
.kp-material-facts span {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  align-items: start !important;
  justify-content: start !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--kp-green-dark) !important;
  font-weight: 850 !important;
  white-space: normal !important;
}
.kp-material-facts span b,
.kp-material-facts span {
  font-size: 12px !important;
  line-height: 1.18 !important;
}
.kp-material-facts .kp-icon {
  order: 0 !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
  display: inline-flex !important;
}
.kp-material-facts .kp-icon svg,
.kp-material-facts .kp-icon img {
  width: 22px !important;
  height: 22px !important;
}

/* Calculator bottom: fixed two-column layout, no negative margins, no overlap */
.kp-calc.kp-calc--compact .kp-calc__grid--details {
  display: grid !important;
  grid-template-columns: minmax(260px, 300px) minmax(360px, 1fr) !important;
  gap: 12px 18px !important;
  align-items: start !important;
  margin-top: 0 !important;
}
.kp-calc.kp-calc--compact .kp-calc__details-left {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.kp-calc.kp-calc--compact .kp-calc__file {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 8px 10px !important;
  align-items: center !important;
  min-width: 0 !important;
}
.kp-calc.kp-calc--compact .kp-calc__field-title {
  font-size: 11.5px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}
.kp-calc.kp-calc--compact .kp-file-ui {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 34px !important;
  min-width: 0 !important;
  pointer-events: none !important;
}
.kp-calc.kp-calc--compact .kp-file-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 7px 14px !important;
  border-radius: 3px !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.kp-calc.kp-calc--compact .kp-file-name {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  font-size: 11.5px !important;
  pointer-events: none !important;
}
.kp-calc.kp-calc--compact .kp-calc__comment textarea {
  min-height: 58px !important;
  max-height: 84px !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  padding-top: 38px !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
  order: 1 !important;
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  grid-column: auto !important;
  justify-self: stretch !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree input {
  width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 0 0 16px !important;
}
.kp-calc.kp-calc--compact .kp-calc__bottom {
  display: none !important;
}
.kp-calc.kp-calc--compact .kp-calc__summary[data-kp-calc-summary] strong {
  white-space: nowrap !important;
}
.kp-calc.kp-calc--compact .kp-calc__summary[data-kp-calc-summary] small {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

@media (max-width: 980px) {
  .kp-material-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .kp-calc.kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
  }
  .kp-calc.kp-calc--compact .kp-calc__actions {
    padding-top: 0 !important;
  }
}


/* v1.0.44: final safe layout polish after visual check */

/* Price summary: no clipped "/ шт." text */
.kp-calc.kp-calc--compact .kp-calc__summary {
  grid-template-columns: minmax(92px, 1fr) auto !important;
  grid-template-areas: "label total" "label unit" !important;
  column-gap: 10px !important;
  min-width: 0 !important;
  overflow: hidden !important;
}
.kp-calc.kp-calc--compact .kp-calc__summary span {
  grid-area: label !important;
  max-width: 122px !important;
}
.kp-calc.kp-calc--compact .kp-calc__summary strong {
  grid-area: total !important;
  text-align: right !important;
  white-space: nowrap !important;
  font-size: 19px !important;
}
.kp-calc.kp-calc--compact .kp-calc__summary small {
  grid-area: unit !important;
  text-align: right !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
}

/* Materials facts: readable, no one-line compression */
.kp-material-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px 22px !important;
  align-items: start !important;
  margin-top: 22px !important;
  max-width: 760px !important;
}
.kp-material-facts span {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  justify-content: start !important;
  min-width: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
}
.kp-material-facts span b,
.kp-material-facts span {
  font-size: 12px !important;
  line-height: 1.18 !important;
}
.kp-material-facts .kp-icon {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
}
.kp-material-facts .kp-icon svg,
.kp-material-facts .kp-icon img {
  width: 22px !important;
  height: 22px !important;
}

/* Calculator bottom: action area belongs to the comment row, not to the file row */
.kp-calc.kp-calc--compact .kp-calc__grid--details {
  grid-template-columns: minmax(260px, 300px) minmax(360px, 1fr) !important;
  gap: 10px 18px !important;
  align-items: start !important;
}
.kp-calc.kp-calc--compact .kp-calc__details-left {
  display: grid !important;
  gap: 8px !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 9px !important;
  padding-top: 48px !important;
  margin: 0 !important;
  min-height: 0 !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  order: 1 !important;
}
.kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree {
  order: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
}
.kp-calc.kp-calc--compact .kp-calc__comment textarea {
  min-height: 64px !important;
  max-height: 86px !important;
}
.kp-calc.kp-calc--compact .kp-calc__bottom {
  display: none !important;
}

/* File upload: only the green button is clickable */
.kp-calc.kp-calc--compact .kp-file-ui {
  pointer-events: none !important;
}
.kp-calc.kp-calc--compact .kp-file-button {
  pointer-events: auto !important;
  cursor: pointer !important;
}
.kp-calc.kp-calc--compact .kp-file-name {
  pointer-events: none !important;
}

@media (max-width: 1180px) {
  .kp-material-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 980px) {
  .kp-calc.kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
  }
  .kp-calc.kp-calc--compact .kp-calc__actions {
    padding-top: 0 !important;
  }
  .kp-material-facts {
    grid-template-columns: 1fr !important;
  }
}


/* v1.0.45 HARD LAYOUT FIX */

/* 1. Calculator price block: only label + big price, no clipped right text */
body .kp-calc.kp-calc--compact .kp-calc__summary,
body .kp-calc.kp-calc--compact .kp-calc__summary[data-kp-calc-summary] {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  min-height: 44px !important;
  padding: 7px 12px !important;
  overflow: hidden !important;
}

body .kp-calc.kp-calc--compact .kp-calc__summary span {
  display: block !important;
  flex: 0 1 auto !important;
  max-width: 116px !important;
  min-width: 0 !important;
  font-size: 9.5px !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
  letter-spacing: .02em !important;
  white-space: normal !important;
  overflow: visible !important;
}

body .kp-calc.kp-calc--compact .kp-calc__summary strong {
  display: block !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

body .kp-calc.kp-calc--compact .kp-calc__summary small,
body .kp-calc.kp-calc--compact .kp-calc__summary [data-kp-calc-price] {
  display: none !important;
}

/* 2. Materials facts: two clean rows, no compression, no clipped last item */
body .kp-materials-v2 .kp-material-facts,
body .kp-material-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(155px, 1fr)) !important;
  gap: 12px 22px !important;
  align-items: start !important;
  justify-content: start !important;
  max-width: 760px !important;
  margin-top: 22px !important;
}

body .kp-materials-v2 .kp-material-facts span,
body .kp-material-facts span {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  justify-content: start !important;
  min-width: 0 !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: 12px !important;
  line-height: 1.18 !important;
}

body .kp-materials-v2 .kp-material-facts span b,
body .kp-material-facts span b {
  display: inline !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: 12px !important;
  line-height: 1.18 !important;
  font-weight: 850 !important;
}

body .kp-materials-v2 .kp-material-facts .kp-icon,
body .kp-material-facts .kp-icon {
  order: 0 !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  margin: 0 !important;
}

/* 3. Calculator bottom: clean 2-column block; no overlaps */
body .kp-calc.kp-calc--compact .kp-calc__grid--details {
  display: grid !important;
  grid-template-columns: minmax(260px, 300px) minmax(360px, 1fr) !important;
  gap: 12px 18px !important;
  align-items: start !important;
  margin: 0 !important;
}

body .kp-calc.kp-calc--compact .kp-calc__details-left {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body .kp-calc.kp-calc--compact .kp-calc__file {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px 10px !important;
}

body .kp-calc.kp-calc--compact .kp-calc__comment textarea {
  min-height: 64px !important;
  max-height: 86px !important;
}

body .kp-calc.kp-calc--compact .kp-calc__actions {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 9px !important;
  align-items: start !important;
  align-content: start !important;
  padding: 44px 0 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

body .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
  order: 0 !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  grid-column: auto !important;
  justify-self: stretch !important;
}

body .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 11.5px !important;
  line-height: 1.2 !important;
}

body .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree input {
  width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  padding: 0 !important;
  flex: 0 0 16px !important;
}

body .kp-calc.kp-calc--compact .kp-calc__bottom {
  display: none !important;
}

body .kp-calc.kp-calc--compact .kp-file-ui {
  pointer-events: none !important;
  min-width: 0 !important;
}

body .kp-calc.kp-calc--compact .kp-file-button {
  pointer-events: auto !important;
  cursor: pointer !important;
}

body .kp-calc.kp-calc--compact .kp-file-name {
  pointer-events: none !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

/* Desktop safety: if viewport is narrower, facts go 2 columns */
@media (max-width: 1180px) {
  body .kp-materials-v2 .kp-material-facts,
  body .kp-material-facts {
    grid-template-columns: repeat(2, minmax(155px, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  body .kp-calc.kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
  }

  body .kp-calc.kp-calc--compact .kp-calc__actions {
    padding-top: 0 !important;
  }

  body .kp-materials-v2 .kp-material-facts,
  body .kp-material-facts {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.46: materials + calculator bottom final polish, no global density */

/* Materials: stable readable grid at 1280px, without one-line compression */
body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid {
  grid-template-columns: 350px minmax(0, 1fr) !important;
  gap: 30px !important;
  align-items: center !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__image,
section#materials.kp-materials-v2 .kp-materials-v2__image {
  height: 218px !important;
  object-fit: cover !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content,
section#materials.kp-materials-v2 .kp-materials-v2__content,
body.home section#materials.kp-materials-v2 .kp-materials-v2__body,
section#materials.kp-materials-v2 .kp-materials-v2__body {
  min-width: 0 !important;
  overflow: visible !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__content > h2,
section#materials.kp-materials-v2 .kp-materials-v2__content > h2 {
  margin-bottom: 12px !important;
  font-size: 30px !important;
  line-height: 1.08 !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > p,
section#materials.kp-materials-v2 .kp-materials-v2__body > p {
  max-width: 760px !important;
  font-size: 14px !important;
  line-height: 1.48 !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
body .kp-materials-v2 .kp-material-facts {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(150px, 1fr)) !important;
  gap: 13px 20px !important;
  width: 100% !important;
  max-width: 720px !important;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  align-items: start !important;
  justify-content: start !important;
  overflow: visible !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
body .kp-materials-v2 .kp-material-facts span {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  flex: initial !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
body .kp-materials-v2 .kp-material-facts .kp-icon {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  flex: 0 0 24px !important;
  margin: 0 !important;
}

body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
body .kp-materials-v2 .kp-material-facts b {
  display: block !important;
  min-width: 0 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* Calculator bottom: left details + right action block, aligned without negative margins */
body #quote .kp-calc.kp-calc--compact .kp-calc__grid--details,
body .kp-calc.kp-calc--compact .kp-calc__grid--details {
  display: grid !important;
  grid-template-columns: minmax(285px, 36%) minmax(0, 1fr) !important;
  gap: 12px 18px !important;
  align-items: stretch !important;
  margin-top: 0 !important;
  min-width: 0 !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__details-left,
body .kp-calc.kp-calc--compact .kp-calc__details-left {
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__file,
body .kp-calc.kp-calc--compact .kp-calc__file {
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: 8px 10px !important;
  align-items: center !important;
  min-width: 0 !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__field-title,
body .kp-calc.kp-calc--compact .kp-calc__field-title {
  white-space: nowrap !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__comment,
body .kp-calc.kp-calc--compact .kp-calc__comment {
  min-width: 0 !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__comment textarea,
body .kp-calc.kp-calc--compact .kp-calc__comment textarea {
  min-height: 66px !important;
  max-height: 90px !important;
  resize: vertical !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__actions,
body .kp-calc.kp-calc--compact .kp-calc__actions {
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 10px !important;
  align-content: end !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  min-height: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit],
body .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
  width: 100% !important;
  min-height: 44px !important;
  margin: 0 !important;
  align-self: end !important;
  justify-self: stretch !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree,
body .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
  color: #4c4741 !important;
}

body #quote .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree input,
body .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree input {
  margin-top: 0 !important;
  width: 16px !important;
  height: 16px !important;
  min-height: 0 !important;
  flex: 0 0 16px !important;
}

body #quote .kp-calc.kp-calc--compact .kp-file-ui,
body .kp-calc.kp-calc--compact .kp-file-ui {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  pointer-events: none !important;
}

body #quote .kp-calc.kp-calc--compact .kp-file-button,
body .kp-calc.kp-calc--compact .kp-file-button {
  pointer-events: auto !important;
  cursor: pointer !important;
  flex: 0 0 auto !important;
}

body #quote .kp-calc.kp-calc--compact .kp-file-name,
body .kp-calc.kp-calc--compact .kp-file-name {
  pointer-events: none !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 1180px) {
  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid {
    grid-template-columns: 330px minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  body .kp-materials-v2 .kp-material-facts {
    grid-template-columns: repeat(2, minmax(150px, 1fr)) !important;
    max-width: 560px !important;
  }
}

@media (max-width: 1050px) {
  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  body #quote .kp-calc.kp-calc--compact .kp-calc__grid--details,
  body .kp-calc.kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__actions,
  body .kp-calc.kp-calc--compact .kp-calc__actions {
    height: auto !important;
    align-content: start !important;
  }
}

@media (max-width: 620px) {
  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  body .kp-materials-v2 .kp-material-facts {
    grid-template-columns: 1fr !important;
    max-width: none !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__file,
  body .kp-calc.kp-calc--compact .kp-calc__file {
    grid-template-columns: 1fr !important;
  }
}

/* v1.0.47: final visual polish for materials facts and calculator bottom only */
@media (min-width: 981px) {
  body.home section#materials.kp-materials-v2,
  body section#materials.kp-materials-v2 {
    padding-top: 42px !important;
    padding-bottom: 38px !important;
  }

  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid {
    grid-template-columns: 352px minmax(0, 1fr) !important;
    gap: 34px !important;
    align-items: center !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__content > h2,
  section#materials.kp-materials-v2 .kp-materials-v2__content > h2 {
    margin-bottom: 12px !important;
    line-height: 1.08 !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > p,
  section#materials.kp-materials-v2 .kp-materials-v2__body > p {
    max-width: 820px !important;
    font-size: 14.5px !important;
    line-height: 1.55 !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  body .kp-materials-v2 .kp-material-facts {
    grid-template-columns: repeat(3, minmax(168px, 1fr)) !important;
    gap: 17px 28px !important;
    max-width: 810px !important;
    margin-top: 24px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
  body .kp-materials-v2 .kp-material-facts span {
    grid-template-columns: 27px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: center !important;
    min-height: 34px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts .kp-icon,
  body .kp-materials-v2 .kp-material-facts .kp-icon {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts b,
  body .kp-materials-v2 .kp-material-facts b {
    font-size: 12.8px !important;
    line-height: 1.24 !important;
    font-weight: 850 !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__grid--details,
  body .kp-calc.kp-calc--compact .kp-calc__grid--details {
    grid-template-columns: minmax(300px, 36%) minmax(0, 1fr) !important;
    gap: 16px 22px !important;
    margin-top: 4px !important;
    align-items: stretch !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__details-left,
  body .kp-calc.kp-calc--compact .kp-calc__details-left {
    gap: 10px !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__comment textarea,
  body .kp-calc.kp-calc--compact .kp-calc__comment textarea {
    min-height: 76px !important;
    max-height: 105px !important;
    line-height: 1.35 !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__actions,
  body .kp-calc.kp-calc--compact .kp-calc__actions {
    gap: 14px !important;
    align-content: end !important;
    align-items: stretch !important;
    padding: 0 0 1px !important;
    height: 100% !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit],
  body .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
    min-height: 45px !important;
  }

  body #quote .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree,
  body .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree {
    gap: 9px !important;
    font-size: 12px !important;
    line-height: 1.32 !important;
    color: #433f38 !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid {
    grid-template-columns: 330px minmax(0, 1fr) !important;
    gap: 26px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  body .kp-materials-v2 .kp-material-facts {
    grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
    max-width: 620px !important;
    gap: 15px 26px !important;
  }
}


/* v1.0.48: black aside height + materials title/facts alignment only */
@media (min-width: 981px) {
  body.home section#catalog-preview .kp-product-layout,
  section#catalog-preview .kp-product-layout {
    align-items: stretch !important;
  }

  body.home section#catalog-preview .kp-custom-aside,
  section#catalog-preview .kp-custom-aside {
    align-self: start !important;
    margin-top: 38px !important;
    min-height: 434px !important;
    height: auto !important;
    padding: 30px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  body.home section#catalog-preview .kp-custom-aside .kp-btn,
  section#catalog-preview .kp-custom-aside .kp-btn {
    margin-top: 16px !important;
  }

  body.home section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid,
  section#materials.kp-materials-v2 > .kp-container.kp-materials-v2__grid {
    align-items: start !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__image,
  section#materials.kp-materials-v2 .kp-materials-v2__image {
    align-self: start !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__content,
  section#materials.kp-materials-v2 .kp-materials-v2__content {
    align-self: start !important;
    padding-top: 0 !important;
    margin-top: -2px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__content > h2,
  section#materials.kp-materials-v2 .kp-materials-v2__content > h2 {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  body .kp-materials-v2 .kp-material-facts {
    grid-template-columns: repeat(3, minmax(168px, 1fr)) !important;
    gap: 16px 30px !important;
    max-width: 835px !important;
    margin-top: 22px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts span,
  body .kp-materials-v2 .kp-material-facts span {
    min-height: 34px !important;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  body.home section#catalog-preview .kp-custom-aside,
  section#catalog-preview .kp-custom-aside {
    min-height: 416px !important;
    padding: 26px 24px !important;
  }

  body.home section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  section#materials.kp-materials-v2 .kp-materials-v2__body > .kp-material-facts,
  body .kp-materials-v2 .kp-material-facts {
    grid-template-columns: repeat(2, minmax(180px, 1fr)) !important;
    max-width: 620px !important;
  }
}


/* v1.0.49 TEST: desktop-only 90% visual scale experiment.
   Purpose: emulate Chrome 90% zoom on desktop without changing mobile.
   This is an experimental branch; remove this block to return to v1.0.48 density. */
@media (min-width: 981px) {
  html {
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden;
  }

  body .kp-desktop-scale {
    width: 111.111111%;
    max-width: 111.111111%;
    margin-left: -5.555555%;
    transform-origin: top center;
    zoom: 0.9;
  }
}

@media (max-width: 980px) {
  body .kp-desktop-scale {
    width: auto;
    max-width: none;
    margin-left: 0;
    zoom: 1;
  }
}

/* v1.0.50 TEST: delivery and contacts page */
.kp-contact-hero {
  background: linear-gradient(135deg, #f8f7f3 0%, #f1efe8 100%);
  padding: 64px 0 46px;
}
.kp-contact-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: stretch;
}
.kp-contact-hero__content {
  display: grid;
  align-content: center;
  max-width: 720px;
}
.kp-eyebrow {
  margin: 0 0 12px !important;
  color: var(--kp-green-dark) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.kp-contact-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.06em;
  color: var(--kp-text);
}
.kp-contact-hero p {
  margin: 0;
  max-width: 620px;
  color: var(--kp-muted);
  font-size: 17px;
  line-height: 1.55;
}
.kp-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.kp-contact-card {
  background: #fff;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  padding: 28px;
  box-shadow: 0 12px 34px rgba(22,19,16,.06);
}
.kp-contact-card--main {
  background: #111315;
  color: #fff;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.kp-contact-card h2,
.kp-delivery-placeholder h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.08;
  letter-spacing: -.035em;
}
.kp-contact-card p {
  margin: 0;
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.55;
}
.kp-contact-card--main h2 { color: #fff; }
.kp-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}
.kp-contact-list li {
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: 5px;
}
.kp-contact-list li:first-child { padding-top: 0; border-top: 0; }
.kp-contact-list span {
  color: #aeb6ad;
  font-size: 13px;
  font-weight: 850;
}
.kp-contact-list a,
.kp-contact-list strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  font-weight: 950;
}
.kp-contact-list small {
  color: #d5d0c8;
  font-size: 14px;
  line-height: 1.35;
}
.kp-contact-section {
  padding: 42px 0;
  background: #fff;
}
.kp-contact-section--soft {
  background: #f2f0ea;
}
.kp-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.kp-contact-address {
  font-weight: 900;
  color: var(--kp-text) !important;
  margin-bottom: 10px !important;
}
.kp-schedule {
  display: grid;
  gap: 10px;
}
.kp-schedule div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--kp-line);
  padding-bottom: 10px;
}
.kp-schedule div:last-child { border-bottom: 0; padding-bottom: 0; }
.kp-schedule span {
  color: var(--kp-muted);
  font-size: 15px;
}
.kp-schedule strong {
  color: var(--kp-text);
  font-size: 15px;
  font-weight: 950;
  white-space: nowrap;
}
.kp-map-section {
  padding: 42px 0;
  background: #fff;
}
.kp-map-frame {
  overflow: hidden;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  box-shadow: 0 14px 38px rgba(22,19,16,.08);
  background: #ece9e1;
}
.kp-map-frame iframe {
  display: block;
  width: 100%;
  min-height: 420px;
}
.kp-delivery-placeholder {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 30px;
  align-items: stretch;
  background: #fff;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  padding: 30px;
}
.kp-delivery-placeholder p {
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}
.kp-cdek-slot {
  min-height: 260px;
  border: 1px dashed #bfc8bd;
  border-radius: 10px;
  background: linear-gradient(135deg, #f8f7f3 0%, #f0eee7 100%);
  display: grid;
  place-items: center;
  padding: 28px;
  color: #6c746a;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1050px) {
  .kp-contact-hero__grid,
  .kp-contact-grid,
  .kp-delivery-placeholder {
    grid-template-columns: 1fr;
  }
  .kp-contact-hero { padding: 48px 0 36px; }
}
@media (max-width: 620px) {
  .kp-contact-hero h1 { font-size: 38px; }
  .kp-contact-card,
  .kp-delivery-placeholder { padding: 22px; }
  .kp-schedule div { display: grid; gap: 4px; }
  .kp-map-frame iframe { min-height: 340px; }
}

/* v1.0.51 TEST: magazine article page for /materials-production/ */
.kp-mp-hero {
  background: #f5f3ee;
  padding: 44px 0 34px;
}
.kp-mp-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 420px;
  box-shadow: 0 18px 44px rgba(22,19,16,.10);
  background: #e8e4dc;
}
.kp-mp-hero__image img {
  display: block;
  width: 100%;
  height: min(58vw, 620px);
  min-height: 420px;
  object-fit: cover;
}
.kp-mp-hero__content {
  max-width: 850px;
  margin: -106px 0 0 46px;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 10px;
  padding: 34px 38px 36px;
  box-shadow: 0 18px 46px rgba(22,19,16,.12);
  backdrop-filter: blur(12px);
}
.kp-mp-hero__content h1 {
  margin: 0 0 16px;
  max-width: 780px;
  font-size: clamp(42px, 4.6vw, 66px);
  line-height: .98;
  letter-spacing: -.06em;
  color: var(--kp-text);
}
.kp-mp-hero__content p:not(.kp-eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--kp-muted);
  font-size: 18px;
  line-height: 1.55;
}
.kp-mp-article {
  padding: 54px 0 74px;
  background: #fff;
}
.kp-mp-article__grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}
.kp-mp-meta {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 0;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  background: #f8f7f3;
  overflow: hidden;
}
.kp-mp-meta div {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--kp-line);
}
.kp-mp-meta div:last-child { border-bottom: 0; }
.kp-mp-meta span {
  color: var(--kp-green-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.kp-mp-meta strong {
  color: var(--kp-text);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 950;
}
.kp-mp-copy {
  max-width: 980px;
  font-size: 18px;
  line-height: 1.72;
  color: #3f3d38;
}
.kp-mp-copy p {
  margin: 0 0 22px;
}
.kp-mp-lead {
  font-size: 21px;
  line-height: 1.58;
  color: var(--kp-text);
  font-weight: 650;
}
.kp-mp-lead::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  font-size: 72px;
  line-height: .78;
  font-weight: 950;
  color: var(--kp-green);
  letter-spacing: -.06em;
}
.kp-mp-quote {
  margin: 34px 0 34px;
  padding: 0;
}
.kp-mp-quote blockquote {
  margin: 0;
  border-left: 5px solid var(--kp-green);
  background: #f4f2ec;
  border-radius: 0 10px 10px 0;
  padding: 26px 30px;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -.04em;
  font-weight: 950;
  color: var(--kp-text);
}
.kp-mp-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 34px 0 30px;
}
.kp-mp-image-row figure {
  margin: 0;
}
.kp-mp-image-row img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(22,19,16,.08);
  background: #e8e4dc;
}
.kp-mp-image-row figcaption {
  margin-top: 10px;
  color: var(--kp-muted);
  font-size: 14px;
  line-height: 1.42;
}
.kp-mp-cta {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: #101213;
  color: #fff;
  border-radius: 10px;
  padding: 30px 34px;
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}
.kp-mp-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.kp-mp-cta p {
  margin: 0;
  max-width: 620px;
  color: #d6d2ca;
  font-size: 16px;
  line-height: 1.5;
}
.kp-mp-cta .kp-btn {
  white-space: nowrap;
}
@media (max-width: 1050px) {
  .kp-mp-article__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .kp-mp-meta {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kp-mp-meta div:nth-child(2) { border-right: 0; }
  .kp-mp-meta div {
    border-right: 1px solid var(--kp-line);
  }
  .kp-mp-meta div:nth-child(even) { border-right: 0; }
}
@media (max-width: 760px) {
  .kp-mp-hero { padding: 28px 0 28px; }
  .kp-mp-hero__image,
  .kp-mp-hero__image img {
    min-height: 300px;
  }
  .kp-mp-hero__content {
    margin: -44px 14px 0;
    padding: 24px 22px;
  }
  .kp-mp-hero__content h1 {
    font-size: 34px;
  }
  .kp-mp-hero__content p:not(.kp-eyebrow),
  .kp-mp-copy {
    font-size: 16px;
  }
  .kp-mp-lead {
    font-size: 18px;
  }
  .kp-mp-lead::first-letter {
    font-size: 56px;
  }
  .kp-mp-article {
    padding: 36px 0 50px;
  }
  .kp-mp-meta,
  .kp-mp-image-row,
  .kp-mp-cta {
    grid-template-columns: 1fr;
  }
  .kp-mp-meta div {
    border-right: 0;
  }
  .kp-mp-quote blockquote {
    font-size: 22px;
    padding: 22px;
  }
  .kp-mp-cta {
    padding: 24px 22px;
  }
  .kp-mp-cta h2 {
    font-size: 27px;
  }
}


/* v1.0.52 TEST: business page and contacts color accents */
.kp-accent {
  font-weight: 850;
}
.kp-accent--green {
  color: var(--kp-green-dark);
}
.kp-accent--orange {
  color: #d86f18;
}
.kp-accent-link--green {
  color: var(--kp-green-dark);
}
.kp-contact-card p .kp-accent,
.kp-contact-card small .kp-accent,
.kp-contact-hero__content .kp-accent,
.kp-delivery-placeholder .kp-accent {
  display: inline;
}
.kp-biz-hero {
  background: #f5f3ee;
  padding: 44px 0 34px;
}
.kp-biz-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 420px;
  background: #ece8df;
  box-shadow: 0 18px 44px rgba(22,19,16,.10);
}
.kp-biz-hero__image img {
  display: block;
  width: 100%;
  height: min(58vw, 620px);
  min-height: 420px;
  object-fit: cover;
}
.kp-biz-hero__content {
  max-width: 860px;
  margin: -106px 0 0 46px;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 10px;
  padding: 34px 38px 36px;
  box-shadow: 0 18px 46px rgba(22,19,16,.12);
  backdrop-filter: blur(12px);
}
.kp-biz-hero__content h1 {
  margin: 0 0 16px;
  max-width: 800px;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: .98;
  letter-spacing: -.06em;
  color: var(--kp-text);
}
.kp-biz-hero__content p:not(.kp-eyebrow) {
  margin: 0;
  max-width: 720px;
  color: var(--kp-muted);
  font-size: 18px;
  line-height: 1.55;
}
.kp-biz-article {
  padding: 54px 0 74px;
  background: #fff;
}
.kp-biz-article__grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 54px;
  align-items: start;
}
.kp-biz-meta {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 0;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  background: #f8f7f3;
  overflow: hidden;
}
.kp-biz-meta div {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--kp-line);
}
.kp-biz-meta div:last-child { border-bottom: 0; }
.kp-biz-meta span {
  color: var(--kp-green-dark);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.kp-biz-meta strong {
  color: var(--kp-text);
  font-size: 16px;
  line-height: 1.22;
  font-weight: 950;
}
.kp-biz-copy {
  max-width: 980px;
  font-size: 18px;
  line-height: 1.72;
  color: #3f3d38;
}
.kp-biz-copy p { margin: 0 0 22px; }
.kp-biz-lead {
  font-size: 21px;
  line-height: 1.58;
  color: var(--kp-text);
  font-weight: 650;
}
.kp-biz-lead::first-letter {
  float: left;
  margin: 8px 10px 0 0;
  font-size: 72px;
  line-height: .78;
  font-weight: 950;
  color: #d86f18;
  letter-spacing: -.06em;
}
.kp-biz-scale {
  margin: 38px 0 38px;
  padding: 28px 28px 30px;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  background: #faf8f3;
}
.kp-biz-scale__head {
  margin-bottom: 18px;
}
.kp-biz-scale__head h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -.04em;
}
.kp-biz-scale__head p {
  margin: 0;
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.55;
}
.kp-biz-scale__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 16px;
}
.kp-biz-tier {
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--kp-line);
  padding: 18px 20px;
  display: grid;
  gap: 10px;
  min-height: 124px;
  align-content: space-between;
}
.kp-biz-tier span {
  color: var(--kp-muted);
  font-size: 14px;
  line-height: 1.35;
}
.kp-biz-tier strong {
  color: var(--kp-text);
  font-size: 36px;
  line-height: .96;
  letter-spacing: -.05em;
}
.kp-biz-tier--accent {
  background: linear-gradient(135deg, #102412 0%, #132616 72%);
  border-color: #102412;
}
.kp-biz-tier--accent span,
.kp-biz-tier--accent strong {
  color: #fff;
}
.kp-biz-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 0 0 34px;
}
.kp-biz-panel {
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  background: #fff;
  padding: 26px 26px 24px;
}
.kp-biz-panel h2 {
  margin: 0 0 14px;
  font-size: 29px;
  line-height: 1.04;
  letter-spacing: -.04em;
}
.kp-biz-panel ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 12px;
}
.kp-biz-panel li {
  margin: 0;
  color: #3f3d38;
}
.kp-biz-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 34px 0 30px;
}
.kp-biz-image-row figure { margin: 0; }
.kp-biz-image-row img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(22,19,16,.08);
  background: #e8e4dc;
}
.kp-biz-image-row figcaption {
  margin-top: 10px;
  color: var(--kp-muted);
  font-size: 14px;
  line-height: 1.42;
}
.kp-biz-cta {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: #101213;
  color: #fff;
  border-radius: 10px;
  padding: 30px 34px;
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}
.kp-biz-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -.04em;
}
.kp-biz-cta p {
  margin: 0;
  max-width: 620px;
  color: #d6d2ca;
  font-size: 16px;
  line-height: 1.5;
}
.kp-biz-cta .kp-btn { white-space: nowrap; }
@media (max-width: 1050px) {
  .kp-biz-article__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .kp-biz-meta {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kp-biz-meta div {
    border-right: 1px solid var(--kp-line);
  }
  .kp-biz-meta div:nth-child(even) { border-right: 0; }
  .kp-biz-scale__grid,
  .kp-biz-panels {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .kp-biz-hero { padding: 28px 0 28px; }
  .kp-biz-hero__image,
  .kp-biz-hero__image img { min-height: 300px; }
  .kp-biz-hero__content {
    margin: -44px 14px 0;
    padding: 24px 22px;
  }
  .kp-biz-hero__content h1 { font-size: 34px; }
  .kp-biz-hero__content p:not(.kp-eyebrow),
  .kp-biz-copy { font-size: 16px; }
  .kp-biz-lead { font-size: 18px; }
  .kp-biz-lead::first-letter { font-size: 56px; }
  .kp-biz-article { padding: 36px 0 50px; }
  .kp-biz-meta,
  .kp-biz-scale__grid,
  .kp-biz-panels,
  .kp-biz-image-row,
  .kp-biz-cta {
    grid-template-columns: 1fr;
  }
  .kp-biz-meta div { border-right: 0; }
  .kp-biz-scale { padding: 22px; }
  .kp-biz-scale__head h2 { font-size: 28px; }
  .kp-biz-panel { padding: 22px; }
  .kp-biz-panel h2,
  .kp-biz-cta h2 { font-size: 26px; }
  .kp-biz-cta { padding: 24px 22px; }
}


/* v1.0.53 TEST: compact readable discount block for /business/ */
.kp-biz-discount {
  margin: 36px 0 38px;
  padding: 28px;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  background:
    radial-gradient(circle at 92% 12%, rgba(216,111,24,.12) 0, rgba(216,111,24,0) 34%),
    linear-gradient(135deg, #faf8f3 0%, #fff 100%);
}
.kp-biz-discount__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-bottom: 22px;
}
.kp-biz-discount__head h2 {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--kp-text);
}
.kp-biz-discount__head p {
  margin: 0;
  max-width: 650px;
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.55;
}
.kp-biz-discount__head > strong {
  display: inline-grid;
  place-items: center;
  min-width: 96px;
  min-height: 68px;
  border-radius: 10px;
  background: #112613;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.04em;
  box-shadow: 0 12px 28px rgba(17,38,19,.16);
}
.kp-biz-discount__body {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(220px, .92fr);
  gap: 24px;
  align-items: stretch;
}
.kp-biz-discount__table {
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.kp-biz-discount__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 104px;
  align-items: center;
  min-height: 46px;
  border-top: 1px solid var(--kp-line);
}
.kp-biz-discount__row:first-child {
  border-top: 0;
}
.kp-biz-discount__row span,
.kp-biz-discount__row strong {
  padding: 11px 16px;
}
.kp-biz-discount__row span {
  color: #4a4740;
  font-size: 15px;
  line-height: 1.25;
}
.kp-biz-discount__row strong {
  color: var(--kp-green-dark);
  font-size: 20px;
  line-height: 1.05;
  letter-spacing: -.03em;
  text-align: right;
}
.kp-biz-discount__row--head {
  min-height: 42px;
  background: #f5f3ee;
}
.kp-biz-discount__row--head span {
  color: var(--kp-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.kp-biz-discount__row--custom {
  background: #112613;
}
.kp-biz-discount__row--custom span,
.kp-biz-discount__row--custom strong {
  color: #fff;
}
.kp-biz-discount__row--custom strong {
  font-size: 15px;
  letter-spacing: -.01em;
}
.kp-biz-discount__chart {
  display: grid;
  gap: 11px;
  align-content: center;
  min-height: 100%;
  padding: 22px;
  border-radius: 10px;
  background: #f5f3ee;
  border: 1px solid var(--kp-line);
}
.kp-biz-discount__bar {
  position: relative;
  height: 30px;
  border-radius: 999px;
  background: rgba(14,155,67,.11);
  overflow: hidden;
}
.kp-biz-discount__bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--kp-discount-width);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--kp-green) 0%, #d86f18 100%);
}
.kp-biz-discount__bar span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 6px 12px;
  color: #101213;
  font-size: 14px;
  line-height: 18px;
  font-weight: 950;
}
.kp-biz-scale,
.kp-biz-scale__grid,
.kp-biz-tier {
  /* legacy classes kept inactive if cached markup exists elsewhere */
}
@media (max-width: 1050px) {
  .kp-biz-discount__body {
    grid-template-columns: 1fr;
  }
  .kp-biz-discount__chart {
    min-height: 190px;
  }
}
@media (max-width: 760px) {
  .kp-biz-discount {
    padding: 22px;
  }
  .kp-biz-discount__head {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .kp-biz-discount__head h2 {
    font-size: 28px;
  }
  .kp-biz-discount__head > strong {
    min-width: 88px;
    min-height: 58px;
    font-size: 26px;
  }
  .kp-biz-discount__row {
    grid-template-columns: minmax(0, 1fr) 84px;
  }
  .kp-biz-discount__row span,
  .kp-biz-discount__row strong {
    padding: 10px 12px;
  }
  .kp-biz-discount__row strong {
    font-size: 18px;
  }
  .kp-biz-discount__row--custom strong {
    font-size: 13px;
  }
}


/* v1.0.54 TEST: final fix for custom discount row */
.kp-biz-discount__row--wide {
  grid-template-columns: 1fr;
}
.kp-biz-discount__row--wide strong {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: -.005em;
  color: #fff;
}
.kp-biz-discount__body {
  gap: 20px;
}
.kp-biz-discount__chart {
  padding: 18px;
}
@media (max-width: 760px) {
  .kp-biz-discount__row--wide strong {
    font-size: 13px;
    line-height: 1.32;
    padding: 11px 12px;
  }
}


/* v1.0.55 TEST: unified readable discount block */
.kp-biz-discount {
  margin: 36px 0 38px;
  padding: 24px;
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  background: linear-gradient(135deg, #faf8f3 0%, #fff 100%);
}
.kp-biz-discount__head {
  display: block;
  margin-bottom: 16px;
}
.kp-biz-discount__head h2 {
  margin: 0 0 10px;
  font-size: 33px;
  line-height: 1.02;
  letter-spacing: -.045em;
  color: var(--kp-text);
}
.kp-biz-discount__head p {
  margin: 0;
  max-width: 760px;
  color: var(--kp-muted);
  font-size: 16px;
  line-height: 1.55;
}
.kp-biz-discount__list {
  border: 1px solid var(--kp-line);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.kp-biz-discount__line {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 96px minmax(180px, 280px);
  gap: 16px;
  align-items: center;
  padding: 12px 16px;
  border-top: 1px solid var(--kp-line);
}
.kp-biz-discount__line:first-child {
  border-top: 0;
}
.kp-biz-discount__line span {
  color: #47443d;
  font-size: 15px;
  line-height: 1.3;
}
.kp-biz-discount__line strong {
  color: var(--kp-green-dark);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.03em;
  text-align: left;
}
.kp-biz-discount__line--head {
  background: #f5f3ee;
  padding-top: 10px;
  padding-bottom: 10px;
}
.kp-biz-discount__line--head span {
  color: var(--kp-muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .035em;
}
.kp-biz-discount__track {
  position: relative;
  height: 26px;
  border-radius: 999px;
  background: #dfe9dd;
  overflow: hidden;
}
.kp-biz-discount__track i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--kp-discount-width);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--kp-green) 0%, #d86f18 100%);
  display: block;
}
.kp-biz-discount__line--custom {
  background: #112613;
}
.kp-biz-discount__line--custom span,
.kp-biz-discount__line--custom strong,
.kp-biz-discount__custom-note {
  color: #fff;
}
.kp-biz-discount__line--custom strong {
  font-size: 16px;
  letter-spacing: -.01em;
}
.kp-biz-discount__custom-note {
  font-size: 14px;
  line-height: 1.35;
}
@media (max-width: 900px) {
  .kp-biz-discount__line {
    grid-template-columns: minmax(150px, 1fr) 78px minmax(120px, 1fr);
    gap: 12px;
  }
}
@media (max-width: 760px) {
  .kp-biz-discount {
    padding: 20px;
  }
  .kp-biz-discount__head h2 {
    font-size: 28px;
  }
  .kp-biz-discount__line {
    grid-template-columns: 1fr 70px;
    gap: 10px;
    padding: 11px 12px;
  }
  .kp-biz-discount__line--head {
    display: none;
  }
  .kp-biz-discount__track,
  .kp-biz-discount__custom-note {
    grid-column: 1 / -1;
  }
  .kp-biz-discount__track {
    margin-top: 2px;
  }
  .kp-biz-discount__line strong {
    font-size: 20px;
    text-align: right;
  }
  .kp-biz-discount__line--custom strong {
    font-size: 14px;
    text-align: right;
  }
}


/* v1.0.56 TEST: fix readable custom row in discount block */
.kp-biz-discount__line--custom {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  padding: 14px 16px !important;
}
.kp-biz-discount__line--custom strong {
  color: #fff;
  font-size: 16px !important;
  line-height: 1.35 !important;
  letter-spacing: -.01em;
  text-align: left !important;
  padding: 0 !important;
  white-space: normal;
}
.kp-biz-discount__custom-note {
  display: none !important;
}
@media (max-width: 760px) {
  .kp-biz-discount__line--custom {
    padding: 12px !important;
  }
  .kp-biz-discount__line--custom strong {
    font-size: 14px !important;
    text-align: left !important;
  }
}


/* v1.0.57 TEST: mobile footer cleanup and floating contact bar */
.kp-mobile-contactbar {
  display: none;
}

@media (max-width: 760px) {
  .kp-footer {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  .kp-footer__grid {
    gap: 22px;
  }

  .kp-footer__navcol,
  .kp-footer__clientcol {
    display: none !important;
  }

  .kp-footer__brand p {
    max-width: 320px;
  }

  .kp-footer-requisites {
    margin-top: 14px;
  }

  .kp-footer #contacts {
    padding-top: 4px;
  }

  .kp-mobile-contactbar {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: calc(10px + env(safe-area-inset-bottom));
    transform: translateX(-50%);
    z-index: 999;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    width: min(344px, calc(100vw - 24px));
    padding: 7px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px;
    background: rgba(15,17,17,.94);
    box-shadow: 0 14px 36px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .kp-mobile-contactbar__item {
    min-width: 0;
    min-height: 46px;
    border-radius: 13px;
    display: grid;
    place-items: center;
    gap: 2px;
    align-content: center;
    text-decoration: none;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.01em;
    background: rgba(255,255,255,.055);
    -webkit-tap-highlight-color: transparent;
  }

  .kp-mobile-contactbar__item:hover,
  .kp-mobile-contactbar__item:focus {
    background: rgba(255,255,255,.10);
    color: #fff;
  }

  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item img {
    width: 22px;
    height: 22px;
    display: block;
    object-fit: contain;
  }

  .kp-mobile-contactbar__icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--kp-green);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    line-height: 1;
    font-weight: 950;
  }

  .kp-mobile-contactbar__item--phone {
    background: var(--kp-green);
  }

  .kp-mobile-contactbar__item--phone .kp-mobile-contactbar__icon {
    background: rgba(255,255,255,.16);
  }

  .kp-main {
    padding-bottom: 72px;
  }

  .kp-catalog-form,
  .kp-calc,
  .kp-calculator,
  .kp-quote-grid,
  .kp-configurator,
  .kp-catalog-configurator,
  .kp-quote-form,
  .kp-contact-section--soft,
  #quote,
  #catalog {
    scroll-margin-bottom: 96px;
  }

  .kp-catalog-form,
  .kp-quote-grid,
  .kp-contact-section--soft,
  .kp-biz-cta,
  .kp-mp-cta {
    margin-bottom: 18px;
  }

  input:focus,
  textarea:focus,
  select:focus {
    scroll-margin-bottom: 112px;
  }

  body:has(input:focus) .kp-mobile-contactbar,
  body:has(textarea:focus) .kp-mobile-contactbar,
  body:has(select:focus) .kp-mobile-contactbar {
    opacity: .22;
    pointer-events: none;
  }
}

@media (max-width: 380px) {
  .kp-mobile-contactbar {
    width: calc(100vw - 16px);
    gap: 5px;
    padding: 6px;
  }
  .kp-mobile-contactbar__item {
    min-height: 44px;
    font-size: 9px;
  }
  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item img,
  .kp-mobile-contactbar__icon {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 761px) {
  .kp-mobile-contactbar {
    display: none !important;
  }
}


/* v1.0.58 TEST: mobile polish round 1 */
@media (max-width: 620px) {
  /* top hero on home */
  .kp-hero-v2 {
    min-height: auto !important;
  }
  .kp-hero-v2::before {
    width: 100% !important;
    opacity: .28 !important;
    background-position: center top !important;
  }
  .kp-hero-v2::after {
    background: linear-gradient(180deg, rgba(248,247,243,.96) 0%, rgba(248,247,243,.94) 32%, rgba(248,247,243,.82) 62%, rgba(248,247,243,.68) 100%) !important;
  }
  .kp-hero-v2__inner {
    min-height: auto !important;
    align-items: flex-start !important;
    padding: 18px 0 8px !important;
  }
  .kp-hero-v2__content {
    max-width: none !important;
    padding: 4px 0 10px !important;
  }
  .kp-eyebrow {
    font-size: 10px !important;
    letter-spacing: .06em !important;
  }
  .kp-hero-v2 h1 {
    font-size: 31px !important;
    line-height: 1.06 !important;
    margin-bottom: 12px !important;
  }
  .kp-hero-v2 p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 14px !important;
    max-width: none !important;
  }
  .kp-actions {
    gap: 8px !important;
  }
  .kp-actions .kp-btn {
    min-height: 42px !important;
  }
  .kp-hero-trust {
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    padding: 8px 0 14px !important;
    margin-top: 0 !important;
  }
  .kp-hero-trust div {
    background: rgba(255,255,255,.92) !important;
    border: 1px solid var(--kp-line) !important;
    border-radius: 10px !important;
    padding: 8px 10px !important;
    min-width: 0 !important;
    grid-template-columns: 30px minmax(0,1fr) !important;
    gap: 1px 8px !important;
  }
  .kp-hero-trust span {
    font-size: 11.5px !important;
    line-height: 1.2 !important;
  }
  .kp-hero-trust small {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  /* reliable solution block */
  .kp-benefits-v2 {
    padding-top: 16px !important;
    padding-bottom: 10px !important;
  }
  .kp-benefits-v2__wrap {
    padding: 16px !important;
    gap: 14px !important;
    grid-template-columns: 1fr !important;
    overflow: hidden !important;
  }
  .kp-benefits-v2__title {
    min-width: 0 !important;
  }
  .kp-benefits-v2__title h2 {
    font-size: 28px !important;
    line-height: 1.06 !important;
    margin-bottom: 8px !important;
  }
  .kp-benefits-v2__title p {
    font-size: 13px !important;
    line-height: 1.45 !important;
  }
  .kp-benefits-v2__grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .kp-feature {
    display: grid !important;
    grid-template-columns: 30px minmax(0,1fr) !important;
    grid-template-rows: auto auto !important;
    gap: 3px 10px !important;
    padding: 4px 0 !important;
    min-height: 0 !important;
  }
  .kp-feature .kp-icon {
    grid-row: 1 / span 2 !important;
    width: 30px !important;
    height: 30px !important;
    align-self: start !important;
  }
  .kp-feature h3 {
    font-size: 14px !important;
    line-height: 1.22 !important;
    margin: 0 !important;
  }
  .kp-feature p {
    font-size: 12px !important;
    line-height: 1.38 !important;
    margin: 0 !important;
  }

  /* projects and solutions cards compact subtitles */
  .kp-case {
    grid-template-rows: 146px 1fr !important;
  }
  .kp-case__image,
  .kp-case img {
    height: 146px !important;
  }
  .kp-case > div {
    padding: 10px 10px 11px !important;
  }
  .kp-case h3 {
    margin: 0 0 2px !important;
    font-size: 14px !important;
  }
  .kp-case p {
    margin: 0 0 5px !important;
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
  .kp-case ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    font-size: 10.8px !important;
    line-height: 1.32 !important;
  }
  .kp-case li {
    display: inline !important;
  }
  .kp-case li::before {
    content: '' !important;
  }
  .kp-case li + li::before {
    content: ' · ' !important;
    color: var(--kp-green) !important;
    font-weight: 900 !important;
  }

  /* quote/calculator area */
  .kp-quote-grid {
    gap: 14px !important;
  }
  .kp-quote-info h2 {
    margin-bottom: 6px !important;
  }
  .kp-quote-info p {
    font-size: 13px !important;
    line-height: 1.45 !important;
    margin-bottom: 0 !important;
  }
  .kp-quote-info ul {
    display: none !important;
  }
  .kp-calc {
    padding: 12px !important;
  }
  .kp-calc__grid--main {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .kp-calc__grid--main > label,
  .kp-calc__grid--contacts > label {
    margin: 0 !important;
  }
  .kp-calc__summary {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas: 'label total' 'price price' !important;
    align-items: center !important;
    gap: 4px 10px !important;
    padding: 10px 12px !important;
    min-height: 0 !important;
  }
  .kp-calc__summary span {
    grid-area: label !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
  .kp-calc__summary strong {
    grid-area: total !important;
    font-size: 24px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    justify-self: end !important;
  }
  .kp-calc__summary small {
    grid-area: price !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
  }
  .kp-calc-ral__tools {
    grid-template-columns: 1fr !important;
  }
  .kp-calc__grid--details {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .kp-calc__details-left {
    display: grid !important;
    gap: 10px !important;
  }
  .kp-calc__comment textarea {
    min-height: 82px !important;
  }
  .kp-file-ui {
    flex-wrap: wrap !important;
    gap: 8px !important;
  }
  .kp-file-name {
    white-space: normal !important;
  }
  .kp-calc__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
  }
  .kp-calc button[type=submit] {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    justify-self: stretch !important;
    order: 2 !important;
  }
  .kp-calc__agree {
    order: 1 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    font-size: 11.5px !important;
    line-height: 1.35 !important;
  }
  .kp-calc__agree input {
    margin: 3px 0 0 !important;
    flex: 0 0 auto !important;
  }
}


/* v1.0.59 TEST: mobile hotfix — right contact rail + calculator cleanup */
@media (max-width: 760px) {
  /* right-side compact contact rail */
  .kp-mobile-contactbar {
    left: auto !important;
    right: 10px !important;
    bottom: calc(96px + env(safe-area-inset-bottom)) !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 6px !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 42px !important;
    gap: 7px !important;
    border-radius: 999px !important;
    background: rgba(15,17,17,.88) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.22) !important;
  }
  .kp-mobile-contactbar__item {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }
  .kp-mobile-contactbar__item--phone {
    background: var(--kp-green) !important;
  }
  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item img {
    width: 23px !important;
    height: 23px !important;
    display: block !important;
    object-fit: contain !important;
  }
  .kp-mobile-contactbar__icon {
    width: 23px !important;
    height: 23px !important;
    background: transparent !important;
    font-size: 18px !important;
    line-height: 1 !important;
  }

  /* keep content/forms usable with right rail */
  .kp-main,
  .kp-footer {
    padding-bottom: 28px !important;
  }
  .kp-calc,
  .kp-catalog-configurator,
  .kp-configurator,
  .kp-quote-grid,
  #quote {
    margin-right: 0 !important;
  }
  body:has(input:focus) .kp-mobile-contactbar,
  body:has(textarea:focus) .kp-mobile-contactbar,
  body:has(select:focus) .kp-mobile-contactbar {
    opacity: .14 !important;
    pointer-events: none !important;
  }

  /* home hero: prevent top clipping */
  .kp-hero-v2__inner {
    padding-top: 26px !important;
  }
  .kp-hero-v2__content {
    padding-top: 10px !important;
  }
  .kp-hero-v2 h1 {
    margin-top: 0 !important;
  }

  /* slightly smaller trust cards */
  .kp-hero-trust {
    gap: 8px !important;
  }
  .kp-hero-trust div {
    padding: 7px 8px !important;
    grid-template-columns: 27px minmax(0,1fr) !important;
  }
  .kp-hero-trust .kp-icon,
  .kp-hero-trust .kp-icon img,
  .kp-hero-trust .kp-icon svg {
    width: 27px !important;
    height: 27px !important;
    min-width: 27px !important;
  }
  .kp-hero-trust span {
    font-size: 11px !important;
  }
  .kp-hero-trust small {
    font-size: 9.5px !important;
  }

  /* calculator: force sane vertical layout */
  .kp-calc {
    overflow: hidden !important;
    padding: 13px !important;
  }
  .kp-calc__grid,
  .kp-calc__grid--main,
  .kp-calc__grid--contacts,
  .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 11px !important;
  }
  .kp-calc__grid--main > label,
  .kp-calc__grid--contacts > label,
  .kp-calc__custom-size,
  .kp-calc__comment {
    display: grid !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .kp-calc__grid--main label:nth-child(1),
  .kp-calc__grid--main label:nth-child(2),
  .kp-calc__grid--main label:nth-child(3) {
    max-width: none !important;
  }
  .kp-calc select,
  .kp-calc input,
  .kp-calc textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* price summary as separate row */
  .kp-calc__summary {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas:
      "label total"
      "price price" !important;
    gap: 4px 10px !important;
    align-items: center !important;
    min-height: 0 !important;
    padding: 11px 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .kp-calc__summary span {
    grid-area: label !important;
    min-width: 0 !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    text-transform: uppercase !important;
    letter-spacing: .035em !important;
  }
  .kp-calc__summary strong {
    grid-area: total !important;
    justify-self: end !important;
    white-space: nowrap !important;
    font-size: 24px !important;
    line-height: 1 !important;
    max-width: 148px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .kp-calc__summary small {
    grid-area: price !important;
    font-size: 10.5px !important;
    line-height: 1.2 !important;
    opacity: .82 !important;
  }

  /* details block order: file -> comment -> agreement -> button */
  .kp-calc__details-left {
    display: contents !important;
  }
  .kp-calc__file {
    order: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    padding: 10px !important;
  }
  .kp-file-ui {
    display: grid !important;
    grid-template-columns: auto minmax(0,1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    width: 100% !important;
  }
  .kp-file-button {
    white-space: nowrap !important;
    min-height: 34px !important;
    padding: 8px 10px !important;
  }
  .kp-file-name {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 11px !important;
  }
  .kp-calc__comment {
    order: 2 !important;
  }
  .kp-calc__comment textarea {
    min-height: 92px !important;
    height: 92px !important;
    resize: vertical !important;
    line-height: 1.35 !important;
  }
  .kp-calc__actions {
    order: 3 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    position: static !important;
  }
  .kp-calc__agree {
    order: 1 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    position: static !important;
  }
  .kp-calc__agree input {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    flex: 0 0 18px !important;
    margin: 1px 0 0 !important;
  }
  .kp-calc button[type=submit] {
    order: 2 !important;
    position: static !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    justify-self: stretch !important;
    margin: 0 !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {
  .kp-mobile-contactbar {
    right: 8px !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    padding: 5px !important;
    gap: 6px !important;
    grid-auto-rows: 38px !important;
  }
  .kp-mobile-contactbar__item {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item img,
  .kp-mobile-contactbar__icon {
    width: 21px !important;
    height: 21px !important;
  }
}


/* v1.0.60 TEST: separated mobile contact buttons + stricter mobile calculator */
@media (max-width: 760px) {
  /* messenger rail: separate round buttons, no common backing */
  .kp-mobile-contactbar {
    left: auto !important;
    right: 9px !important;
    bottom: calc(102px + env(safe-area-inset-bottom)) !important;
    transform: none !important;
    width: auto !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 940 !important;
    pointer-events: none !important;
  }

  .kp-mobile-contactbar__item {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    background: #fff !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,.16) !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
    pointer-events: auto !important;
  }

  .kp-mobile-contactbar__item--phone {
    background: var(--kp-green) !important;
    border-color: rgba(255,255,255,.35) !important;
  }

  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item img {
    width: 30px !important;
    height: 30px !important;
    display: block !important;
    object-fit: contain !important;
  }

  .kp-mobile-contactbar__item--phone svg {
    width: 21px !important;
    height: 21px !important;
    fill: #fff !important;
  }

  .kp-mobile-contactbar__icon {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    background: transparent !important;
  }

  .kp-mobile-contactbar__item:hover,
  .kp-mobile-contactbar__item:focus {
    transform: translateX(-1px) !important;
    background: #fff !important;
  }

  .kp-mobile-contactbar__item--phone:hover,
  .kp-mobile-contactbar__item--phone:focus {
    background: var(--kp-green) !important;
  }

  /* hide rail while user edits fields; prevents form interference */
  body:has(input:focus) .kp-mobile-contactbar,
  body:has(textarea:focus) .kp-mobile-contactbar,
  body:has(select:focus) .kp-mobile-contactbar {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* main hero top spacing */
  .kp-hero-v2__inner {
    padding-top: 34px !important;
    padding-bottom: 10px !important;
  }
  .kp-hero-v2__content {
    padding-top: 0 !important;
  }
  .kp-hero-v2 h1 {
    font-size: 30px !important;
    line-height: 1.07 !important;
  }

  /* Calculator: hard reset of the problematic mobile lower area */
  .kp-quote-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .kp-calc {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    padding: 12px !important;
  }

  .kp-calc__grid--main,
  .kp-calc__grid--contacts,
  .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .kp-calc__grid--main > *,
  .kp-calc__grid--contacts > *,
  .kp-calc__grid--details > * {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .kp-calc label {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .kp-calc select,
  .kp-calc input:not([type="checkbox"]):not([type="file"]),
  .kp-calc textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .kp-calc__summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas:
      "label total"
      "price price" !important;
    gap: 4px 10px !important;
    padding: 11px 12px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .kp-calc__summary span {
    grid-area: label !important;
    display: block !important;
    min-width: 0 !important;
    font-size: 9.5px !important;
    line-height: 1.12 !important;
    letter-spacing: .03em !important;
  }

  .kp-calc__summary strong {
    grid-area: total !important;
    justify-self: end !important;
    white-space: nowrap !important;
    font-size: 22px !important;
    line-height: 1 !important;
    max-width: 132px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .kp-calc__summary small {
    grid-area: price !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .kp-calc__grid--details {
    grid-template-areas:
      "file"
      "comment"
      "actions" !important;
  }

  .kp-calc__details-left {
    display: contents !important;
  }

  .kp-calc__file {
    grid-area: file !important;
    display: grid !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    position: relative !important;
    overflow: hidden !important;
  }

  .kp-calc__field-title {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  .kp-file-ui {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .kp-file-button {
    min-width: 0 !important;
    max-width: 150px !important;
    padding: 8px 10px !important;
    min-height: 34px !important;
    white-space: nowrap !important;
  }

  .kp-file-name {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 11px !important;
  }

  .kp-calc__comment {
    grid-area: comment !important;
    display: grid !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .kp-calc__comment textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 96px !important;
    min-height: 96px !important;
    box-sizing: border-box !important;
    resize: vertical !important;
  }

  .kp-calc__actions {
    grid-area: actions !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "agree"
      "button" !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: static !important;
    transform: none !important;
    margin: 0 !important;
  }

  .kp-calc__agree {
    grid-area: agree !important;
    position: static !important;
    display: grid !important;
    grid-template-columns: 18px minmax(0,1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-size: 11px !important;
    line-height: 1.32 !important;
  }

  .kp-calc__agree input {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 1px 0 0 !important;
  }

  .kp-calc__agree span {
    min-width: 0 !important;
  }

  .kp-calc button[type=submit] {
    grid-area: button !important;
    position: static !important;
    display: inline-flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin: 0 !important;
    justify-self: stretch !important;
    transform: none !important;
  }
}

@media (max-width: 380px) {
  .kp-mobile-contactbar {
    right: 7px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    gap: 7px !important;
  }
  .kp-mobile-contactbar__item {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
  }
  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item img {
    width: 28px !important;
    height: 28px !important;
  }
  .kp-mobile-contactbar__item--phone svg {
    width: 20px !important;
    height: 20px !important;
  }
}


/* v1.0.61 TEST: final mobile rail and form isolation */
@media (max-width: 760px) {
  /* Uniform separate round green buttons */
  .kp-mobile-contactbar {
    left: auto !important;
    right: 7px !important;
    bottom: calc(92px + env(safe-area-inset-bottom)) !important;
    transform: none !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: 850 !important;
    pointer-events: none !important;
  }

  .kp-mobile-contactbar__item,
  .kp-mobile-contactbar__item--phone {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: var(--kp-green) !important;
    border: 2px solid #fff !important;
    box-shadow: 0 5px 14px rgba(0,0,0,.18) !important;
    font-size: 0 !important;
    line-height: 0 !important;
    text-indent: 0 !important;
    pointer-events: auto !important;
  }

  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item--phone svg {
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    fill: #fff !important;
    stroke: none !important;
    object-fit: contain !important;
  }

  .kp-mobile-contactbar__item--max svg {
    width: 27px !important;
    height: 27px !important;
  }

  .kp-mobile-contactbar__item--telegram svg {
    width: 26px !important;
    height: 26px !important;
    transform: translateX(-1px);
  }

  .kp-mobile-contactbar__item--whatsapp svg {
    width: 28px !important;
    height: 28px !important;
  }

  .kp-mobile-contactbar__item:hover,
  .kp-mobile-contactbar__item:focus {
    background: var(--kp-green) !important;
    transform: none !important;
  }

  /* The rail must not interfere with work zones */
  body:has(.kp-calc:hover) .kp-mobile-contactbar,
  body:has(.kp-calc:focus-within) .kp-mobile-contactbar,
  body:has(.kp-catalog-configurator:hover) .kp-mobile-contactbar,
  body:has(.kp-catalog-configurator:focus-within) .kp-mobile-contactbar,
  body:has(.kp-configurator:hover) .kp-mobile-contactbar,
  body:has(.kp-configurator:focus-within) .kp-mobile-contactbar,
  body:has(form:hover) .kp-mobile-contactbar,
  body:has(form:focus-within) .kp-mobile-contactbar {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  /* Prevent right rail from covering cards visually too much */
  .kp-case,
  .kp-product-card,
  .kp-custom-aside,
  .kp-materials-v2__grid,
  .kp-calc {
    position: relative !important;
    z-index: 1 !important;
  }

  /* Strong mobile calculator rebuild */
  #quote .kp-container,
  #quote .kp-quote-grid,
  #quote .kp-calc {
    max-width: 100% !important;
    overflow: visible !important;
  }

  .kp-calc__grid--main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .kp-calc__summary {
    order: 4 !important;
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "label"
      "total"
      "price" !important;
    text-align: left !important;
    padding: 12px !important;
    gap: 5px !important;
    background: #f7f6f2 !important;
    overflow: hidden !important;
  }

  .kp-calc__summary span,
  .kp-calc__summary strong,
  .kp-calc__summary small {
    justify-self: start !important;
    text-align: left !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .kp-calc__summary strong {
    font-size: 25px !important;
    line-height: 1.05 !important;
  }

  .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "file"
      "comment"
      "agree"
      "button" !important;
    gap: 11px !important;
  }

  .kp-calc__details-left,
  .kp-calc__actions {
    display: contents !important;
  }

  .kp-calc__file {
    grid-area: file !important;
    display: grid !important;
    gap: 8px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  .kp-file-ui {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .kp-file-button {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 38px !important;
    justify-content: center !important;
  }

  .kp-file-name {
    display: block !important;
    width: 100% !important;
    font-size: 11px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .kp-calc__comment {
    grid-area: comment !important;
    width: 100% !important;
  }

  .kp-calc__comment textarea {
    width: 100% !important;
    height: 104px !important;
    min-height: 104px !important;
    box-sizing: border-box !important;
  }

  .kp-calc__agree {
    grid-area: agree !important;
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 11px !important;
    line-height: 1.32 !important;
  }

  .kp-calc__agree input {
    width: 18px !important;
    height: 18px !important;
    margin: 1px 0 0 !important;
  }

  .kp-calc button[type=submit] {
    grid-area: button !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 46px !important;
    margin: 0 !important;
    justify-content: center !important;
  }

  .kp-quote-info ul {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .kp-mobile-contactbar {
    right: 6px !important;
    bottom: calc(86px + env(safe-area-inset-bottom)) !important;
    gap: 7px !important;
  }
  .kp-mobile-contactbar__item,
  .kp-mobile-contactbar__item--phone {
    width: 35px !important;
    height: 35px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    max-width: 35px !important;
    max-height: 35px !important;
  }
  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item--phone svg {
    width: 23px !important;
    height: 23px !important;
  }
}

/* v1.0.62 TEST: mobile rail viewport guard + final calculator/footer polish */
@media (max-width: 760px) {
  .kp-mobile-contactbar {
    right: 5px !important;
    bottom: calc(88px + env(safe-area-inset-bottom)) !important;
    gap: 7px !important;
    transition: opacity .16s ease, visibility .16s ease, transform .16s ease !important;
  }

  .kp-mobile-contactbar__item,
  .kp-mobile-contactbar__item--phone {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
  }

  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item--phone svg {
    width: 24px !important;
    height: 24px !important;
  }

  .kp-mobile-contactbar__item--max svg { width: 25px !important; height: 25px !important; }
  .kp-mobile-contactbar__item--telegram svg { width: 25px !important; height: 25px !important; }
  .kp-mobile-contactbar__item--whatsapp svg { width: 26px !important; height: 26px !important; }

  body.kp-mobile-rail-hidden .kp-mobile-contactbar,
  body.kp-mobile-rail-focused .kp-mobile-contactbar,
  body:has(.kp-calc:focus-within) .kp-mobile-contactbar,
  body:has(.kp-catalog-configurator:focus-within) .kp-mobile-contactbar,
  body:has(.kp-configurator:focus-within) .kp-mobile-contactbar,
  body:has(form:focus-within) .kp-mobile-contactbar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(10px) scale(.94) !important;
  }

  body #quote .kp-calc,
  body .kp-calc.kp-calc--compact {
    padding: 13px !important;
    border-radius: 9px !important;
    overflow: visible !important;
  }

  body #quote .kp-calc__grid--details,
  body .kp-calc.kp-calc--compact .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "file"
      "comment"
      "agree"
      "button" !important;
    gap: 10px !important;
    width: 100% !important;
    align-items: stretch !important;
  }

  body #quote .kp-calc__details-left,
  body #quote .kp-calc__actions,
  body .kp-calc.kp-calc--compact .kp-calc__details-left,
  body .kp-calc.kp-calc--compact .kp-calc__actions {
    display: contents !important;
  }

  body #quote .kp-calc__file,
  body .kp-calc.kp-calc--compact .kp-calc__file {
    grid-area: file !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body #quote .kp-file-ui,
  body .kp-calc.kp-calc--compact .kp-file-ui {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 7px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  body #quote .kp-file-button,
  body .kp-calc.kp-calc--compact .kp-file-button {
    width: 100% !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body #quote .kp-calc__comment,
  body .kp-calc.kp-calc--compact .kp-calc__comment {
    grid-area: comment !important;
    display: grid !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body #quote .kp-calc__comment textarea,
  body .kp-calc.kp-calc--compact .kp-calc__comment textarea {
    width: 100% !important;
    min-height: 86px !important;
    height: 86px !important;
    resize: vertical !important;
  }

  body #quote .kp-calc__agree,
  body .kp-calc.kp-calc--compact .kp-calc__actions .kp-calc__agree,
  body .kp-calc.kp-calc--compact .kp-calc__agree {
    grid-area: agree !important;
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.34 !important;
    box-sizing: border-box !important;
  }

  body #quote .kp-calc__agree span,
  body .kp-calc.kp-calc--compact .kp-calc__agree span {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body #quote .kp-calc__agree input,
  body .kp-calc.kp-calc--compact .kp-calc__agree input {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    margin: 1px 0 0 !important;
  }

  body #quote .kp-calc button[type=submit],
  body .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
    grid-area: button !important;
    position: static !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .kp-footer {
    padding-bottom: calc(34px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 380px) {
  .kp-mobile-contactbar {
    right: 4px !important;
    bottom: calc(82px + env(safe-area-inset-bottom)) !important;
    gap: 6px !important;
  }
  .kp-mobile-contactbar__item,
  .kp-mobile-contactbar__item--phone {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }
  .kp-mobile-contactbar__item svg,
  .kp-mobile-contactbar__item--phone svg {
    width: 23px !important;
    height: 23px !important;
  }
}


/* v1.0.63 TEST: hard mobile rail guard, no overlap by default */
@media (max-width: 760px) {
  html body .kp-mobile-contactbar {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateX(12px) scale(.94) !important;
  }

  html body.kp-mobile-rail-allowed .kp-mobile-contactbar {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: none !important;
    right: 5px !important;
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
    z-index: 760 !important;
  }

  html body.kp-mobile-rail-allowed .kp-mobile-contactbar__item,
  html body.kp-mobile-rail-allowed .kp-mobile-contactbar__item--phone {
    pointer-events: auto !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    min-height: 34px !important;
    max-width: 34px !important;
    max-height: 34px !important;
  }

  html body.kp-mobile-rail-allowed .kp-mobile-contactbar__item svg,
  html body.kp-mobile-rail-allowed .kp-mobile-contactbar__item--phone svg {
    width: 22px !important;
    height: 22px !important;
  }

  html body #quote .kp-calc__grid--details,
  html body .kp-calc.kp-calc--compact .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-areas: "file" "comment" "agree" "button" !important;
    gap: 10px !important;
    width: 100% !important;
  }

  html body #quote .kp-calc__details-left,
  html body #quote .kp-calc__actions,
  html body .kp-calc.kp-calc--compact .kp-calc__details-left,
  html body .kp-calc.kp-calc--compact .kp-calc__actions {
    display: contents !important;
  }

  html body #quote .kp-calc__file,
  html body .kp-calc.kp-calc--compact .kp-calc__file {
    grid-area: file !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  html body #quote .kp-calc__comment,
  html body .kp-calc.kp-calc--compact .kp-calc__comment {
    grid-area: comment !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  html body #quote .kp-calc__comment textarea,
  html body .kp-calc.kp-calc--compact .kp-calc__comment textarea {
    width: 100% !important;
    min-height: 88px !important;
    height: 88px !important;
    box-sizing: border-box !important;
  }

  html body #quote .kp-calc__agree,
  html body .kp-calc.kp-calc--compact .kp-calc__agree {
    grid-area: agree !important;
    display: grid !important;
    grid-template-columns: 18px minmax(0,1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    align-items: start !important;
    font-size: 11px !important;
    line-height: 1.34 !important;
  }

  html body #quote .kp-calc button[type=submit],
  html body .kp-calc.kp-calc--compact .kp-calc__actions button[type=submit] {
    grid-area: button !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    min-height: 46px !important;
    position: static !important;
  }
}


/* v1.0.64: emergency kill-switch for broken mobile floating contact rail.
   The footer.php markup is removed too; this only protects against stale injected markup. */
@media (max-width: 760px) {
  html body .kp-mobile-contactbar,
  html body.kp-mobile-rail-allowed .kp-mobile-contactbar,
  html body.kp-mobile-rail-hidden .kp-mobile-contactbar,
  html body.kp-mobile-rail-focused .kp-mobile-contactbar,
  html body.kp-mobile-rail-hard-hidden .kp-mobile-contactbar {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

/* v1.0.65: mobile calculator hard reset — no display:contents, no overlap */
@media (max-width: 760px) {
  html body #quote .kp-container.kp-quote-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  html body #quote .kp-quote-info ul {
    display: none !important;
  }

  html body #quote form.kp-calc.kp-calc--compact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    border-radius: 8px !important;
  }

  html body #quote form.kp-calc.kp-calc--compact,
  html body #quote form.kp-calc.kp-calc--compact * {
    box-sizing: border-box !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--main,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--contacts,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--main > *,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--contacts > *,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--details > * {
    grid-column: 1 / -1 !important;
    grid-area: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact label {
    display: grid !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact input:not([type="checkbox"]):not([type="file"]),
  html body #quote form.kp-calc.kp-calc--compact select,
  html body #quote form.kp-calc.kp-calc--compact textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__summary,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__summary[data-kp-calc-summary] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: "label" "total" !important;
    gap: 5px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 12px !important;
    text-align: left !important;
    overflow: hidden !important;
    background: #f7f6f2 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__summary span {
    grid-area: label !important;
    justify-self: start !important;
    max-width: 100% !important;
    font-size: 10px !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    text-align: left !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__summary strong {
    grid-area: total !important;
    justify-self: start !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    text-align: left !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__summary small,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc__summary [data-kp-calc-price] {
    display: none !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc-ral,
  html body #quote form.kp-calc.kp-calc--compact .kp-calc-ral--compact {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    overflow: hidden !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc-ral__popular {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    width: 100% !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc-ral__tools {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__details-left {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 10px !important;
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__details-left > .kp-calc__file {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 8px !important;
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 10px !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__field-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-file-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-file-ui {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 7px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    pointer-events: none !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-file-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 9px 12px !important;
    white-space: nowrap !important;
    pointer-events: auto !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-file-name {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 11px !important;
    line-height: 1.25 !important;
    pointer-events: none !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__details-left > .kp-calc__comment {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 6px !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__comment textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 92px !important;
    min-height: 92px !important;
    max-height: none !important;
    resize: vertical !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 10px !important;
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
    transform: none !important;
    align-items: stretch !important;
    align-content: start !important;
    justify-content: stretch !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__actions > .kp-calc__agree {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    order: 1 !important;
    grid-column: 1 / -1 !important;
    grid-area: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    font-size: 11px !important;
    line-height: 1.34 !important;
    color: #4c4741 !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__actions > .kp-calc__agree input[type="checkbox"] {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
    margin: 1px 0 0 !important;
    flex: 0 0 18px !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__actions > .kp-calc__agree span {
    display: block !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__grid--details > .kp-calc__actions > button[type="submit"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    order: 2 !important;
    grid-column: 1 / -1 !important;
    grid-area: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    padding: 12px 14px !important;
    margin: 0 !important;
    position: static !important;
    float: none !important;
    transform: none !important;
    justify-self: stretch !important;
  }

  html body #quote form.kp-calc.kp-calc--compact .kp-calc__status {
    width: 100% !important;
    min-height: 18px !important;
  }
}

/* v1.0.67 mobile calculator bottom failsafe: works for old v1066 and new v1067 markup. */
@media (max-width: 760px) {
  html body #quote .kp-container.kp-quote-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 12px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__grid,
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__grid--main,
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__grid--contacts,
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__grid--details {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas: none !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__details-left,
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__file,
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__comment,
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__actions {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    transform: none !important;
    overflow: visible !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__file { order: 1 !important; }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__comment { order: 2 !important; }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__actions { order: 3 !important; gap: 10px !important; }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__field-title {
    display: block !important;
    grid-column: auto !important;
    width: 100% !important;
    margin: 0 !important;
    white-space: normal !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-file-ui {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-column: auto !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-file-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 38px !important;
    margin: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-file-name {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__comment textarea {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 92px !important;
    min-height: 92px !important;
    margin: 0 !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__actions .kp-calc__agree {
    display: grid !important;
    grid-template-columns: 18px minmax(0, 1fr) !important;
    gap: 8px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 11px !important;
    line-height: 1.34 !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__actions .kp-calc__agree input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    margin: 1px 0 0 !important;
  }
  html body form.kp-calc.kp-calc--compact[data-kp-quote-calc] .kp-calc__actions button[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important;
  }
}
@media (max-width: 360px) {
  html body #quote .kp-container.kp-quote-grid {
    width: calc(100% - 32px) !important;
    max-width: calc(100% - 32px) !important;
  }
}


/* v1.0.68 mobile contact rail: always visible, brand icons from user set */
@media (max-width: 760px) {
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 {
    position: fixed !important;
    right: 8px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    z-index: 9999 !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    max-width: 42px !important;
    max-height: 42px !important;
    border-radius: 50% !important;
    text-decoration: none !important;
    overflow: hidden !important;
    box-shadow: 0 8px 18px rgba(16, 19, 16, .18) !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item--phone {
    background: #1fb14a !important;
    border: 0 !important;
    color: #fff !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item--phone svg {
    width: 22px !important;
    height: 22px !important;
    fill: currentColor !important;
    display: block !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item--max {
    background: #ffffff !important;
    border: 1px solid rgba(18, 22, 20, .08) !important;
    padding: 8px !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item--telegram,
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item--whatsapp {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item--max img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
  }
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item:hover,
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 .kp-mobile-contactbar__item:focus {
    transform: none !important;
    opacity: 1 !important;
  }
}
@media (min-width: 761px) {
  html body .kp-mobile-contactbar.kp-mobile-contactbar--v1068 {
    display: none !important;
  }
}


/* v1.0.69 mobile footer cleanup: hide contacts block in footer on mobile */
@media (max-width: 760px) {
  html body .kp-footer #contacts {
    display: none !important;
  }
  html body .kp-footer .kp-footer__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }
  html body .kp-footer .kp-footer__brand {
    margin-bottom: 0 !important;
  }
}


/* v1.0.72 legal pages auto */
.kp-legal-hero{background:linear-gradient(135deg,#f6f4ee 0%,#fff 62%,#edf4ee 100%);padding:74px 0 34px;border-bottom:1px solid rgba(36,44,38,.08)}
.kp-legal-hero h1{max-width:980px;margin:0;font-size:clamp(34px,5vw,58px);line-height:1.04;letter-spacing:-.04em;color:#151714}
.kp-legal-hero p:not(.kp-eyebrow){max-width:740px;margin:16px 0 0;color:#5a635a;font-size:18px}
.kp-legal__body{max-width:920px;background:#fff;border:1px solid rgba(24,32,24,.08);border-radius:14px;padding:38px;box-shadow:0 24px 70px rgba(18,27,20,.08)}
.kp-legal__body h2{margin:30px 0 12px;font-size:24px;line-height:1.2;color:#151714}
.kp-legal__body h2:first-child{margin-top:0}
.kp-legal__body p,.kp-legal__body li{font-size:16px;line-height:1.75;color:#3d463e}
.kp-legal__body ul{margin:0 0 18px 20px;padding:0}
.kp-legal__body a{color:#2d7b3f;text-decoration:underline;text-underline-offset:3px}
@media (max-width:620px){.kp-legal-hero{padding:48px 0 24px}.kp-legal__body{padding:24px;border-radius:10px}.kp-legal__body h2{font-size:21px}.kp-legal__body p,.kp-legal__body li{font-size:15px}}

/* v1.0.73h cookie banner + legal form consent */
.kp-cookie-banner{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:990;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  max-width:860px;
  margin:0 auto;
  padding:18px 18px 18px 20px;
  background:rgba(255,255,255,.98);
  border:1px solid rgba(23,35,25,.12);
  border-radius:16px;
  box-shadow:0 22px 70px rgba(18,27,20,.18);
  color:#1c241d;
}
.kp-cookie-banner[hidden]{display:none!important}
.kp-cookie-banner__text{display:grid;gap:5px;min-width:0}
.kp-cookie-banner__text strong{font-size:16px;line-height:1.2;color:#151714}
.kp-cookie-banner__text span{font-size:14px;line-height:1.5;color:#586258}
.kp-cookie-banner__text a{color:#2d7b3f;text-decoration:underline;text-underline-offset:3px}
.kp-cookie-banner__button{
  flex:0 0 auto;
  min-height:42px;
  padding:0 20px;
  border:0;
  border-radius:999px;
  background:#2f7d3d;
  color:#fff;
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  box-shadow:0 10px 24px rgba(47,125,61,.22);
}
.kp-cookie-banner__button:hover,.kp-cookie-banner__button:focus{background:#256b32;outline:none}
.kp-calc__agree a,.kp-config-agree a{white-space:normal}
@media (max-width:760px){
  .kp-cookie-banner{
    left:12px;
    right:78px;
    bottom:14px;
    max-width:none;
    flex-direction:column;
    align-items:flex-start;
    gap:12px;
    padding:14px;
    border-radius:14px;
  }
  .kp-cookie-banner__text strong{font-size:15px}
  .kp-cookie-banner__text span{font-size:13px;line-height:1.45}
  .kp-cookie-banner__button{width:100%;min-height:40px}
}
@media (max-width:420px){
  .kp-cookie-banner{right:72px;left:10px;bottom:10px;padding:12px}
  .kp-cookie-banner__text span{font-size:12.5px}
}


/* v1.0.78: desktop fixed contact rail — full messenger icons without black side areas */
.kp-desktop-contactbar {
  display: none;
}

@media (min-width: 761px) {
  .kp-desktop-contactbar {
    position: fixed;
    right: max(18px, calc((100vw - 1240px) / 2 + 8px));
    top: 50%;
    transform: translateY(-50%);
    z-index: 990;
    display: grid;
    gap: 10px;
    padding: 0;
  }

  .kp-desktop-contactbar__item {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  }

  .kp-desktop-contactbar__item:hover,
  .kp-desktop-contactbar__item:focus {
    transform: translateX(-2px);
    box-shadow: 0 14px 34px rgba(0,0,0,.24);
    filter: brightness(1.02);
    color: #fff;
  }

  .kp-desktop-contactbar__item--phone {
    background: var(--kp-green);
    border: 1px solid rgba(255,255,255,.22);
  }

  .kp-desktop-contactbar__item svg,
  .kp-desktop-contactbar__item img {
    display: block;
  }

  .kp-desktop-contactbar__item--phone svg {
    width: 25px;
    height: 25px;
    fill: currentColor;
  }

  .kp-desktop-contactbar__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .kp-desktop-contactbar {
    right: 10px;
  }
  .kp-desktop-contactbar__item {
    width: 44px;
    height: 44px;
  }
  .kp-desktop-contactbar__item--phone svg {
    width: 23px;
    height: 23px;
  }
}


/* v1.0.79: desktop contactbar without phone button */
@media (min-width: 761px) {
  .kp-desktop-contactbar__item--phone {
    display: none !important;
  }
}
