:root{--cpc-green:#096;--cpc-green-dark:#00794f;--cpc-green-light:#e6f5ee;--cpc-ink:#2b2a29;--cpc-ink-soft:#5c5c5a;--cpc-accent:#ff6b35;--cpc-accent-dark:#e05421;--cpc-accent-light:#fff0e8;--cpc-paper:#fff;--cpc-bg:#f6faf8;--cpc-border:#e6e6e2;--cpc-radius:14px;--cpc-radius-sm:8px;--cpc-font:"Manrope" , Arial , sans-serif;--cpc-shadow:0 4px 20px rgba(43,42,41,.06);--cpc-width:1440px;--wd-text-font-size:15px;--cpc-gray-light:#dcdcd6;--cpc-gray-dark:#6b6b67;--cpc-blue:#1a8fb8;--cpc-blue-dark:#136e8f}body{font-family: var(--cpc-font);color:var(--cpc-ink);background:var(--cpc-bg)}.cpc-container{max-width:var(--cpc-width);margin:0 auto;padding:0 32px}.cpc-header{background:#fff;border-bottom:1px solid var(--cpc-border);position:sticky;top:var(--wp-admin--admin-bar--height,0);z-index:100}.cpc-header__bar{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px;gap:24px}.cpc-header__logo{flex-shrink:0}.cpc-header__logo img{height:55px;width:auto;display:block}.cpc-header__nav{flex:1;display:flex;justify-content:center}.cpc-header__nav ul{display:flex;list-style:none;margin:0;padding:0;gap:28px}.cpc-header__nav a{color:var(--cpc-ink);text-decoration:none;font-weight:600;font-size:16px}.cpc-header__nav a:hover{color:var(--cpc-green)}.cpc-header__nav li{position:relative;padding:22px 0}.cpc-header__nav .sub-menu{display:none;position:absolute;top:100%;left:-16px;flex-direction:column;gap:0;min-width:240px;background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius-sm);box-shadow:var(--cpc-shadow);padding:8px;z-index:200}@media (min-width:961px){.cpc-header__nav li:hover>.sub-menu{display:flex}}.cpc-header__nav .sub-menu li{padding:0}.cpc-header__nav .sub-menu a{display:block;padding:10px 12px;font-size:14px;font-weight:500;white-space:nowrap;border-radius:var(--cpc-radius-sm)}.cpc-header__nav .sub-menu a:hover{background:var(--cpc-green-light);color:var(--cpc-green)}.cpc-header__nav .menu-item-has-children>a::after{content:"";display:inline-block;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin-left:6px;margin-bottom:2px}.cpc-submenu-toggle{display:none}.cpc-header__actions{display:flex;align-items:center;gap:18px}.cpc-header__lang{display:flex;gap:8px;font-size:14px;text-transform:uppercase}.cpc-header__lang a{color:var(--cpc-ink-soft);text-decoration:none;font-weight:600}.cpc-header__lang a.cpc-lang-active{color:var(--cpc-green)}.cpc-header__icon-link{position:relative;color:var(--cpc-ink);display:flex}.cpc-header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--cpc-accent);color:#fff;font-size:11px;font-weight:700;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.cpc-burger{display:none;background:none;border:none;cursor:pointer;color:var(--cpc-ink)}.cpc-burger__icon--close{display:none}body.cpc-nav-open .cpc-burger__icon--open{display:none}body.cpc-nav-open .cpc-burger__icon--close{display:block}.cpc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 28px;border-radius:var(--cpc-radius-sm);font-weight:700;font-size:16px;text-decoration:none;border:none;cursor:pointer;transition:transform .15s ease , background .15s ease}.cpc-btn:hover{transform:translateY(-1px)}.cpc-btn--accent{background:var(--cpc-accent);color:#fff}.cpc-btn--accent:hover{background:var(--cpc-accent-dark);color:#fff}.cpc-btn--outline{background:transparent;border:2px solid var(--cpc-green);color:var(--cpc-green)}.cpc-btn--outline:hover{background:var(--cpc-green);color:#fff}.cpc-btn--ghost{background:rgba(255,255,255,.12);border:2px solid rgba(255,255,255,.5);color:#fff}.cpc-btn--ghost:hover{background:rgba(255,255,255,.22);border-color:#fff;color:#fff}.cpc-hero-slider{position:relative;width:1600px;max-width:100%;margin:32px auto;min-height:560px;border-radius:var(--cpc-radius);overflow:hidden}.cpc-hero--slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .5s ease}.cpc-hero--slide.is-active{opacity:1;visibility:visible;pointer-events:auto}.cpc-hero{background-color:var(--cpc-ink);--slide-fade:var(--cpc-ink);color:#fff;height:100%;overflow:hidden;box-sizing:border-box}.cpc-hero__photo{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.cpc-hero__photo--mobile{display:none}.cpc-hero--green{background-color:var(--cpc-green-dark);--slide-fade:var(--cpc-green-dark)}.cpc-hero--orange{background-color:var(--cpc-accent-dark);--slide-fade:var(--cpc-accent-dark)}.cpc-hero--blue{background-color:var(--cpc-blue-dark);--slide-fade:var(--cpc-blue-dark)}.cpc-hero--gray{background-color:var(--cpc-gray-light);--slide-fade:var(--cpc-gray-light);color:var(--cpc-ink)}.cpc-hero--white{background-color:#fff;--slide-fade:#fff;color:var(--cpc-ink)}.cpc-hero--gray .cpc-hero__eyebrow,.cpc-hero--white .cpc-hero__eyebrow{color:var(--cpc-gray-dark)}.cpc-hero--gray .cpc-hero__title,.cpc-hero--white .cpc-hero__title{color:var(--cpc-ink)}.cpc-hero--gray .cpc-hero__text,.cpc-hero--white .cpc-hero__text{color:var(--cpc-ink-soft)}.cpc-hero--gray .cpc-hero__price,.cpc-hero--white .cpc-hero__price{color:var(--cpc-green-dark)}.cpc-hero--orange .cpc-btn--accent{background:var(--cpc-green)}.cpc-hero--orange .cpc-btn--accent:hover{background:var(--cpc-green-dark)}.cpc-hero__inner{position:relative;z-index:1;display:flex;align-items:center;height:100%;padding:64px 72px 64px 122px;box-sizing:border-box}.cpc-hero__inner::before{content:"";position:absolute;inset:0 -32px;background:linear-gradient(90deg,rgba(11,20,16,.8) 0%,rgba(11,20,16,.45) 55%,rgba(11,20,16,0) 100%);z-index:0;display:none}.cpc-hero__copy{position:relative;z-index:1;max-width:540px}.cpc-hero__price{font-size:24px;font-weight:800;margin-bottom:20px;color:#fff}.cpc-hero__price .woocommerce-Price-amount,.cpc-hero__price .woocommerce-Price-currencySymbol{color:inherit!important}.cpc-hero-slider__dots{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:10}.cpc-hero-slider__dot{all:unset;appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;display:block!important;width:8px!important;height:8px!important;min-width:8px!important;max-width:8px!important;min-height:8px!important;max-height:8px!important;line-height:0!important;border-radius:50%!important;background:rgba(255,255,255,.5)!important;cursor:pointer!important;padding:0!important;margin:0!important;border:none!important;box-shadow:0 0 0 1px rgba(0,0,0,.15)!important;transition:width .2s ease , background .2s ease}.cpc-hero-slider__dot.is-active{background:#fff!important;width:22px!important;max-width:22px!important;border-radius:4px!important}.cpc-hero-slider__arrow{all:unset;appearance:none!important;-webkit-appearance:none!important;box-sizing:border-box!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.7)!important;background:rgba(11,20,16,.55)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;z-index:20!important;transition:background .15s ease}.cpc-hero-slider__arrow svg{display:block!important;width:22px!important;height:22px!important;stroke:#fff!important;fill:none!important;pointer-events:none}.cpc-hero-slider__arrow:hover{background:rgba(11,20,16,.8)!important}.cpc-hero-slider__arrow--prev{left:16px}.cpc-hero-slider__arrow--next{right:16px}.cpc-hero__eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:14px;font-weight:700;color:rgba(255,255,255,.85);margin-bottom:12px}.cpc-hero__title{font-size:39px;line-height:1.15;font-weight:800;margin:0 0 16px;color:#fff}.cpc-hero__text{font-size:17px;color:rgba(255,255,255,.9);margin:0 0 28px;max-width:460px}.cpc-hero__actions{display:flex;gap:14px;flex-wrap:wrap}.cpc-hero__art{display:flex;align-items:center;justify-content:center}.cpc-tech__intro{text-align:center;max-width:680px;margin:0 auto 36px}.cpc-tech__lead{font-size:16px;color:var(--cpc-ink-soft);line-height:1.6;margin-top:10px}.cpc-tech__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cpc-tech__grid--3{grid-template-columns:repeat(3,1fr)}.cpc-tech__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:24px;padding:18px 24px;background:var(--cpc-green-light);border-radius:var(--cpc-radius-sm);font-size:14px;color:var(--cpc-green-dark);font-weight:600}.cpc-tech__footer a{color:var(--cpc-green-dark);font-weight:800;text-decoration:none;white-space:nowrap}.cpc-tech__card{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:28px 24px;position:relative;overflow:hidden}.cpc-tech__num{font-size:41px;font-weight:800;color:var(--cpc-green-light);line-height:1;margin-bottom:8px}.cpc-tech__logo{height:34px;margin-bottom:16px;display:flex;align-items:center}.cpc-tech__logo img{max-height:100%;width:auto;object-fit:contain}.cpc-tech__card h3{font-size:17px;font-weight:700;margin:0 0 8px;color:var(--cpc-ink)}.cpc-tech__card p{font-size:14px;color:var(--cpc-ink-soft);line-height:1.6;margin:0}.cpc-techpage-hero{width:1600px;max-width:100%;min-height:560px;margin:32px auto;border-radius:var(--cpc-radius);overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--cpc-green-dark);background-size:cover , cover;background-position:center , center;background-repeat:no-repeat , no-repeat;color:#fff;padding:64px 32px;text-align:center}.cpc-techpage-hero--tech{background-image:linear-gradient(135deg,rgba(0,121,79,.74) 0%,rgba(0,153,102,.72) 100%) , url(https://www.clearplanet.com.ua/wp-content/themes/cpc-child/assets/images/tech/xhero-bg.jpg.pagespeed.ic.mJU7MNZC7p.jpg)}.cpc-techpage-hero--coop{background-image:linear-gradient(135deg,rgba(0,121,79,.74) 0%,rgba(0,153,102,.72) 100%) , url(https://www.clearplanet.com.ua/wp-content/themes/cpc-child/assets/images/tech/xhero-bg-coop.jpg.pagespeed.ic.uL_VOnAmha.jpg)}.cpc-techpage-hero--wtb{background-image:linear-gradient(135deg,rgba(0,121,79,.74) 0%,rgba(0,153,102,.72) 100%) , url(https://www.clearplanet.com.ua/wp-content/themes/cpc-child/assets/images/tech/xhero-bg-wtb.jpg.pagespeed.ic.1zbxCHlfEZ.jpg)}.cpc-techpage-hero--industry{background-image:linear-gradient(135deg,rgba(0,121,79,.74) 0%,rgba(0,153,102,.72) 100%) , url(https://www.clearplanet.com.ua/wp-content/themes/cpc-child/assets/images/tech/xhero-bg-industry.jpg.pagespeed.ic.uhAFERasSl.jpg)}.cpc-techpage-hero__eyebrow{text-transform:uppercase;letter-spacing:1.5px;font-size:14px;font-weight:700;color:rgba(255,255,255,.85);margin-bottom:12px}.cpc-techpage-hero h1{font-size:42px;font-weight:800;margin:0 0 16px;color:#fff}.cpc-techpage-hero p{font-size:17px;color:rgba(255,255,255,.92);line-height:1.6;max-width:700px;margin:0 auto}.cpc-techpage-ems{display:flex;align-items:center;gap:32px;background:#fff;border:1px solid var(--cpc-border);border-left:6px solid var(--cpc-green);border-radius:var(--cpc-radius);padding:32px 40px}.cpc-techpage-ems__logo{width:150px;height:90px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.cpc-techpage-ems__logo img{max-width:100%;max-height:100%;object-fit:contain}.cpc-techpage-ems__name{font-size:21px;font-weight:800;margin:0 0 4px}.cpc-techpage-ems__location{font-size:14px;color:var(--cpc-ink-soft);font-weight:600;margin-bottom:12px}.cpc-techpage-ems p:last-child{font-size:15px;color:var(--cpc-ink-soft);line-height:1.6;margin:0}.cpc-safety-card{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);overflow:hidden}.cpc-safety-card__photo{aspect-ratio: 3 / 2;width:100%;object-fit:cover;display:block}.cpc-safety-card__body{padding:24px}.cpc-safety-card h3{font-size:17px;font-weight:700;margin:0 0 14px;color:var(--cpc-ink)}.cpc-checklist{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.cpc-checklist li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--cpc-ink-soft);line-height:1.5}.cpc-checklist li svg{flex-shrink:0;margin-top:3px;color:var(--cpc-green)}.cpc-hmis{display:flex;align-items:center;gap:56px;background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:40px}.cpc-hmis__diamond{width:150px;height:150px;flex-shrink:0;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:3px;transform:rotate(45deg);margin:38px}.cpc-hmis__cell{display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800}.cpc-hmis__cell span{display:block;transform:rotate(-45deg)}.cpc-hmis__cell--health{background:var(--cpc-blue);color:#fff;border-radius:10px 0 0 0}.cpc-hmis__cell--flame{background:#d94b3f;color:#fff;border-radius:0 10px 0 0}.cpc-hmis__cell--ppe{background:var(--cpc-gray-light);color:var(--cpc-ink);border-radius:0 0 0 10px}.cpc-hmis__cell--reactivity{background:#f0c33c;color:var(--cpc-ink);border-radius:0 0 10px 0}.cpc-hmis__body h2{font-size:25px;font-weight:800;margin:0 0 12px}.cpc-hmis__body p{font-size:15px;color:var(--cpc-ink-soft);line-height:1.6;margin:0 0 16px}.cpc-hmis__legend{display:flex;flex-wrap:wrap;gap:10px 24px;margin-bottom:16px}.cpc-hmis__legend-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--cpc-ink)}.cpc-hmis__legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.cpc-hmis__scale{font-size:13px;color:var(--cpc-ink-soft);line-height:1.6;margin:0;padding-top:12px;border-top:1px solid var(--cpc-border)}.cpc-product-rail{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px;margin:0 -4px;scrollbar-width:thin}.cpc-product-rail .cpc-product-card{flex:0 0 220px;scroll-snap-align:start}.cpc-eco-banner{display:block;width:100%;height:auto;margin:0}@media (max-width:960px){.cpc-techpage-hero{min-height:0;padding:44px 24px}.cpc-techpage-hero h1{font-size:28px}.cpc-techpage-hero p{font-size:15px}.cpc-techpage-ems{flex-direction:column;text-align:center;gap:16px;padding:28px 24px}.cpc-hmis{flex-direction:column;text-align:center;gap:24px;padding:32px 24px}.cpc-hmis__diamond{margin:20px}.cpc-hmis__legend{justify-content:center}.cpc-product-rail .cpc-product-card{flex-basis:168px}}.cpc-lines{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cpc-line-card{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:20px;text-align:center;text-decoration:none;transition:box-shadow .2s ease , transform .2s ease}.cpc-line-card:hover{box-shadow:var(--cpc-shadow);transform:translateY(-3px)}.cpc-line-card__img{aspect-ratio: 1 / 1;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.cpc-line-card__img img{max-width:100%;max-height:100%;object-fit:contain}.cpc-line-card__name{font-weight:800;font-size:14px;letter-spacing:.5px;color:var(--cpc-ink);margin-bottom:6px}.cpc-line-card__tagline{font-size:12px;line-height:1.5;color:var(--cpc-ink-soft)}.cpc-construction{display:grid;grid-template-columns:280px 1fr;gap:40px;align-items:center;background:#fff;border:1px solid var(--cpc-border);border-left:6px solid var(--cpc-accent);border-radius:var(--cpc-radius);padding:40px}.cpc-construction__img{aspect-ratio: 1 / 1;border-radius:var(--cpc-radius);display:flex;align-items:center;justify-content:center;padding:20px}.cpc-construction__img img{max-width:100%;max-height:100%;object-fit:contain}.cpc-construction__body h2{font-size:27px;font-weight:800;margin:0 0 12px}.cpc-construction__body p{font-size:16px;color:var(--cpc-ink-soft);line-height:1.6;margin:0 0 20px;max-width:560px}.cpc-cta-band{background:var(--cpc-ink);border-radius:var(--cpc-radius);padding:48px;display:flex;align-items:center;justify-content:space-between;gap:32px;color:#fff}.cpc-cta-band h2{font-size:25px;font-weight:800;margin:0 0 8px;color:#fff}.cpc-cta-band p{color:rgba(255,255,255,.75);margin:0;max-width:480px}.cpc-cta-band .cpc-btn{flex-shrink:0}.cpc-hero__art img{max-width:100%;border-radius:var(--cpc-radius-sm)}.cpc-section{padding-top:48px;padding-bottom:48px}.cpc-section__head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:28px}.cpc-section__title{font-size:27px;font-weight:800;margin:0}.cpc-section__link{color:var(--cpc-green);font-weight:700;text-decoration:none;font-size:15px}.cpc-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cpc-cat-card{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:24px;text-align:center;text-decoration:none;color:var(--cpc-ink);transition:box-shadow .2s ease , transform .2s ease}.cpc-cat-card:hover{box-shadow:var(--cpc-shadow);transform:translateY(-3px)}.cpc-cat-card__icon{width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:var(--cpc-green-light);display:flex;align-items:center;justify-content:center;color:var(--cpc-green);font-size:25px}.cpc-cat-card__title{font-weight:700;font-size:16px}.cpc-cat-card--illustrated{position:relative;min-height:180px;display:flex;align-items:flex-end;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}.cpc-cat-card--illustrated::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(11,20,16,0) 40%,rgba(11,20,16,.78) 100%)}.cpc-cat-card--illustrated .cpc-cat-card__title{position:relative;z-index:1;width:100%;color:#fff}.cpc-plp{display:block}.cpc-plp-filter-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px}.cpc-plp-filter-btn__count{background:rgba(255,255,255,.3);border-radius:999px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.cpc-filter-modal{position:fixed;inset:0;z-index:1000;display:none}.cpc-filter-modal.is-open{display:flex;align-items:center;justify-content:center;padding:24px}.cpc-filter-modal__backdrop{position:absolute;inset:0;background:rgba(11,20,16,.5);border:none;padding:0;cursor:pointer}.cpc-filter-modal__panel{position:relative;width:min(calc(100vw - 64px),1100px);max-height:min(88vh,820px);background:#fff;border-radius:var(--cpc-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--cpc-shadow);opacity:0;transform:scale(.96);transition:opacity .2s ease , transform .2s ease}.cpc-filter-modal.is-open .cpc-filter-modal__panel{opacity:1;transform:scale(1)}.cpc-filter-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--cpc-border);font-weight:700;font-size:17px;flex-shrink:0}.cpc-filter-modal__close{all:unset;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:15px;color:var(--cpc-ink-soft)}.cpc-filter-modal__close:hover{background:var(--cpc-bg)}.cpc-filter-modal__body{flex:1;overflow-y:auto;padding:20px}@media (min-width:961px){.cpc-filter-modal__body{display:grid;grid-template-columns:repeat(2,1fr);column-gap:32px}}.cpc-filter-modal__footer{flex-shrink:0;padding:16px 20px;border-top:1px solid var(--cpc-border)}body.cpc-modal-open{overflow:hidden}button.cpc-filter-check{background:none;border:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.cpc-filter-group{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--cpc-border)}.cpc-filter-group:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cpc-filter-group__title{font-weight:700;font-size:14px;margin-bottom:10px;color:var(--cpc-ink)}.cpc-filter-group__list{list-style:none;margin:0;padding:0;max-height:220px;overflow-y:auto}@media (min-width:961px){.cpc-filter-group__list{max-height:none;overflow:visible;columns:150px;column-gap:12px}.cpc-filter-group__list li{break-inside:avoid}}.cpc-filter-group__list li{margin-bottom:1px}.cpc-filter-link,.cpc-filter-check{display:flex;align-items:flex-start;justify-content:flex-start;gap:8px;padding:6px 8px 6px 0;border-radius:var(--cpc-radius-sm);font-size:14px;color:var(--cpc-ink-soft);text-decoration:none}.cpc-filter-link:hover,.cpc-filter-check:hover{background:var(--cpc-bg);color:var(--cpc-ink)}.cpc-filter-link.is-active{background:var(--cpc-green-light);color:var(--cpc-green-dark);font-weight:700}.cpc-filter-link__count{color:var(--cpc-ink-soft);font-weight:400;font-size:12px}.cpc-filter-check::before{content:"";flex-shrink:0;width:16px;height:16px;border:1.5px solid var(--cpc-border);border-radius:4px;background:#fff}.cpc-filter-check.is-checked{color:var(--cpc-green-dark);font-weight:600}.cpc-filter-check.is-checked::before{background:var(--cpc-green);border-color:var(--cpc-green);background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 16\ 16\'\ fill=\'none\'\ stroke=\'white\'\ stroke-width=\'2\'%3E%3Cpath\ d=\'M3\ 8l3\ 3\ 7-7\'/%3E%3C/svg%3E);background-repeat:no-repeat;background-position:center}.cpc-filter-check--radio::before{border-radius:50%}.cpc-filter-check--radio.is-checked::before{background:#fff;border-color:var(--cpc-green);background-image:radial-gradient(circle,var(--cpc-green) 0 40%,transparent 42%)}.cpc-filter-clear{display:inline-block;margin-top:8px;font-size:13px;font-weight:600;color:var(--cpc-accent);text-decoration:none}.cpc-filter-clear:hover{color:var(--cpc-accent-dark)}.cpc-plp__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--cpc-border)}.cpc-plp__count{font-size:14px;color:var(--cpc-ink-soft)}.cpc-plp__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cpc-plp__controls select{border:1px solid var(--cpc-border);border-radius:var(--cpc-radius-sm);padding:8px 12px;font-size:14px;background:#fff}.cpc-view-toggle,.cpc-col-toggle{display:flex;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius-sm);overflow:hidden}.cpc-view-toggle__btn,.cpc-col-toggle__btn{border:none;background:#fff;color:var(--cpc-ink-soft);width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;font-weight:700;border-right:1px solid var(--cpc-border)}.cpc-view-toggle__btn:last-child,.cpc-col-toggle__btn:last-child{border-right:none}.cpc-view-toggle__btn.is-active,.cpc-col-toggle__btn.is-active{background:var(--cpc-green);color:#fff}.cpc-view-toggle__btn svg{display:block;flex-shrink:0;pointer-events:none;stroke:currentColor;fill:none}.cpc-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cpc-products[data-cols="2"]{grid-template-columns:repeat(2,1fr)}.cpc-products[data-cols="3"]{grid-template-columns:repeat(3,1fr)}.cpc-products[data-cols="4"]{grid-template-columns:repeat(4,1fr)}.cpc-product-card__excerpt{display:none;font-size:13px;color:var(--cpc-ink-soft);line-height:1.5}.cpc-products.is-list{display:flex;flex-direction:column;gap:12px}.cpc-products.is-list .cpc-product-card{flex-direction:row;align-items:center;gap:20px;padding:16px}.cpc-products.is-list .cpc-product-card__img{width:120px;flex-shrink:0;aspect-ratio: 1 / 1}.cpc-products.is-list .cpc-product-card__body{flex-direction:row;align-items:center;padding:0;flex-wrap:wrap}.cpc-products.is-list .cpc-product-card__title{flex:1 1 260px}.cpc-products.is-list .cpc-product-card__excerpt{display:block;flex:1 1 260px}.cpc-products.is-list .cpc-product-card__price{flex:0 0 auto}.cpc-products.is-list .cpc-product-card__cta{flex:0 0 auto;margin-top:0}.cpc-products.is-list .cpc-product-card__cta .cpc-btn{width:auto!important}.cpc-product-card{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);overflow:hidden;position:relative;display:flex;flex-direction:column;transition:box-shadow .2s ease , transform .2s ease}.cpc-product-card:hover{box-shadow:var(--cpc-shadow);transform:translateY(-3px)}.cpc-product-card__badge{position:absolute;top:12px;left:12px;background:var(--cpc-accent);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:20px;z-index:2}.cpc-product-card__img{aspect-ratio: 1 / 1;display:flex;align-items:center;justify-content:center}.cpc-product-card__img img{max-width:100%;max-height:100%;object-fit:contain}.cpc-product-card__body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.cpc-product-card__title{font-size:15px;font-weight:700;color:var(--cpc-ink);text-decoration:none;line-height:1.4}.cpc-product-card__price{font-size:17px;font-weight:800;color:var(--cpc-green);margin-top:auto}.cpc-product-card__price del{color:var(--cpc-ink-soft);font-weight:500;font-size:14px;margin-right:6px}.cpc-product-card__cta{margin-top:0}.cpc-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:#fff;border-radius:var(--cpc-radius);padding:32px;border:1px solid var(--cpc-border)}.cpc-benefit{text-align:center}.cpc-benefit__icon{font-size:31px;color:var(--cpc-accent);margin-bottom:10px}.cpc-benefit__title{font-weight:700;font-size:16px;margin-bottom:4px}.cpc-benefit__text{font-size:14px;color:var(--cpc-ink-soft)}.cpc-footer{background:var(--cpc-ink);color:#d9d8d6;padding:48px 0 24px}.cpc-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;margin-bottom:32px}.cpc-footer__logo{display:inline-block}.cpc-footer__logo img{height:36px;width:auto;margin-bottom:14px}.cpc-footer__col-title{color:#fff;font-weight:700;font-size:15px;margin-bottom:14px}.cpc-footer ul{list-style:none;margin:0;padding:0}.cpc-footer li{margin-bottom:10px}.cpc-footer a{color:#b9b8b5;text-decoration:none;font-size:15px}.cpc-footer a:hover{color:var(--cpc-accent)}.cpc-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;font-size:14px;color:#9a9994}.cpc-page{width:100%;margin:40px 0;background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:48px}.cpc-page h1{font-size:33px;font-weight:800;margin-top:0}.cpc-page h2{font-size:23px;font-weight:700;color:var(--cpc-green-dark)}.cpc-page a{color:var(--cpc-green)}.cpc-page .cpc-btn{text-decoration:none}.cpc-frozen-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:24px}.cpc-frozen-row--inner{margin-bottom:0}.cpc-frozen-col{flex:1 1 0;min-width:0}.cpc-frozen-col--3{flex-basis:calc(25% - 15px)}.cpc-frozen-col--4{flex-basis:calc(33.333% - 14px)}.cpc-frozen-col--6{flex-basis:calc(50% - 10px)}.cpc-frozen-col--8{flex-basis:calc(66.666% - 7px)}.cpc-frozen-col--9{flex-basis:calc(75% - 5px)}.cpc-frozen-col--12{flex-basis:100%}.cpc-frozen-section{margin-bottom:32px}.cpc-frozen-text p{line-height:1.7;margin:0 0 16px}.cpc-frozen-text a{color:var(--cpc-green)}.cpc-frozen-image img{max-width:100%;height:auto;border-radius:var(--cpc-radius-sm)}.cpc-frozen-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.cpc-frozen-gallery img{width:100%;height:auto;border-radius:var(--cpc-radius-sm)}.cpc-frozen-space{height:24px}.cpc-frozen-sep{border:none;border-top:1px solid var(--cpc-border);margin:24px 0}.cpc-frozen-tabs{display:flex;flex-direction:column;gap:16px}.cpc-frozen-tab h3{color:var(--cpc-green-dark);margin-bottom:8px}.cpc-page .cpc-btn--outline{margin:4px 8px 4px 0}@media (max-width:960px){.cpc-frozen-col--3,.cpc-frozen-col--4,.cpc-frozen-col--6,.cpc-frozen-col--8,.cpc-frozen-col--9{flex-basis:100%}.cpc-tech__grid{grid-template-columns:repeat(2,1fr)}.cpc-lines{grid-template-columns:repeat(3,1fr)}.cpc-cta-band{flex-direction:column;text-align:center;padding:32px}}@media (max-width:640px){.cpc-lines{grid-template-columns:repeat(2,1fr)}}.cpc-product__top{display:grid;grid-template-columns:1fr 1fr;gap:48px;background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:40px;margin-bottom:8px;position:relative;overflow:hidden;box-shadow:0 12px 32px rgba(43,42,41,.05)}.cpc-product__top::before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,var(--cpc-green) 0%,var(--cpc-accent) 100%)}.cpc-product__gallery{position:sticky;top:24px;align-self:start}.cpc-product__gallery .woocommerce-product-gallery__wrapper{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);overflow:hidden;padding:20px}.cpc-product__gallery .woocommerce-product-gallery__image{display:block}.cpc-product__gallery .woocommerce-product-gallery__image img{border-radius:var(--cpc-radius-sm);transition:transform .35s ease}.cpc-product__gallery .woocommerce-product-gallery__image:hover img{transform:scale(1.04)}.pswp img,.wd-image-zoom img,.woodmart-zoom-window img{mix-blend-mode:normal!important;transform:none!important}.cpc-product__gallery .flex-control-thumbs{display:flex;gap:10px;margin:14px 0 0;padding:0;list-style:none}.cpc-product__gallery .flex-control-thumbs li{width:64px;height:64px}.cpc-product__gallery .flex-control-thumbs img{width:100%;height:100%;object-fit:contain;background:#fff;border-radius:var(--cpc-radius-sm);border:2px solid var(--cpc-border);cursor:pointer;opacity:.7}.cpc-product__gallery .flex-control-thumbs img.flex-active,.cpc-product__gallery .flex-control-thumbs img:hover{border-color:var(--cpc-green);opacity:1}.cpc-product__gallery .onsale{background:var(--cpc-accent)!important;font-weight:700;text-transform:uppercase;font-size:13px;left:0;right:auto}.cpc-gallery{position:relative}.cpc-gallery__badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--cpc-accent);color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:5px 12px;border-radius:20px}.cpc-gallery__main{display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);aspect-ratio: 1 / 1;overflow:hidden}.cpc-gallery__main img{width:100%;height:100%;object-fit:contain;transition:transform .35s ease}.cpc-gallery__main:hover img{transform:scale(1.04)}.cpc-gallery__thumbs{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.cpc-gallery__thumb{width:72px;height:72px;padding:4px;background:#fff;border:2px solid var(--cpc-border);border-radius:var(--cpc-radius-sm);cursor:pointer;opacity:.7;transition:border-color .2s ease , opacity .2s ease}.cpc-gallery__thumb img{width:100%;height:100%;object-fit:contain}.cpc-gallery__thumb.is-active,.cpc-gallery__thumb:hover{border-color:var(--cpc-green);opacity:1}.cpc-product__brand a{display:inline-block;background:var(--cpc-green-light);color:var(--cpc-green-dark);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:6px 14px;border-radius:20px;text-decoration:none;margin-bottom:14px}.cpc-product__summary .product_title{font-size:31px;font-weight:800;line-height:1.2;margin:0 0 12px;color:var(--cpc-ink)}.cpc-product__summary .woocommerce-product-rating{margin-bottom:14px;display:flex;align-items:center;gap:8px}.cpc-product__summary .star-rating{color:var(--cpc-accent)}.cpc-product__summary .price{color:var(--cpc-green);font-size:31px;font-weight:800;display:block;margin-bottom:18px}.cpc-product__summary .price del{color:var(--cpc-ink-soft);font-size:19px;font-weight:500;opacity:.7}.cpc-product__summary .price ins{text-decoration:none}.cpc-product__summary .woocommerce-product-details__short-description{color:var(--cpc-ink-soft);line-height:1.7;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--cpc-border)}.cpc-product__summary form.cart{display:flex;align-items:center;gap:14px;margin-bottom:20px;flex-wrap:wrap}.cpc-product__summary .quantity{margin:0}.cpc-product__summary .quantity .qty{width:72px;height:52px;text-align:center;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius-sm);font-size:17px;font-weight:700;color:var(--cpc-ink)}.cpc-product__summary .single_add_to_cart_button,.cpc-product__summary button.single_add_to_cart_button{background:var(--cpc-accent)!important;border-color:var(--cpc-accent)!important;color:#fff!important;border-radius:var(--cpc-radius-sm)!important;font-weight:700!important;font-size:16px!important;padding:15px 36px!important;height:52px;box-shadow:0 8px 20px rgba(255,107,53,.28)}.cpc-product__summary .single_add_to_cart_button:hover{background:var(--cpc-accent-dark)!important;border-color:var(--cpc-accent-dark)!important}.cpc-product__summary .wd-action-btn,.cpc-product__summary .yith-wcwl-add-to-wishlist a{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--cpc-ink-soft)!important;text-decoration:none!important;padding:8px 14px;border:1px solid var(--cpc-border);border-radius:20px;transition:border-color .15s ease , color .15s ease}.cpc-product__summary .wd-action-btn:hover,.cpc-product__summary .yith-wcwl-add-to-wishlist a:hover{border-color:var(--cpc-green);color:var(--cpc-green)!important}.cpc-product__summary .wd-wishlist-btn{display:none}.cpc-product__summary .yith-wcwl-add-to-wishlist,.cpc-product__summary .wd-compare-btn{display:inline-flex;vertical-align:middle;margin:0 10px 0 0;text-align:left}.cpc-product__summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,.cpc-product__summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,.cpc-product__summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.cpc-product__summary .yith-wcwl-add-to-wishlist .feedback{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--cpc-green-dark)}.cpc-product__summary .yith-wcwl-add-to-wishlist i,.cpc-product__summary .yith-wcwl-add-to-wishlist .yith-wcwl-icon{font-size:15px;line-height:1}.cpc-product__summary .product_meta{font-size:14px;color:var(--cpc-ink-soft);margin-top:18px;padding-top:16px;border-top:1px solid var(--cpc-border);display:flex;align-items:center;flex-wrap:wrap;gap:10px 16px;text-align:left}.cpc-product__summary .product_meta>span{margin-bottom:0;flex:0 0 auto}.cpc-product__summary .sku_wrapper{background:var(--cpc-bg);border-radius:20px;padding:4px 12px;width:fit-content}.cpc-product__summary .posted_in a{color:var(--cpc-green-dark)!important;text-decoration:none!important;font-weight:600}.cpc-product__summary .wd-social-icons{margin-left:auto;display:flex;gap:8px}.cpc-product__summary .wd-social-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cpc-bg);color:var(--cpc-ink-soft)!important;transition:background .15s ease , color .15s ease}.cpc-product__summary .wd-social-icon:hover{background:var(--cpc-green);color:#fff!important}.cpc-product__summary .product_meta a{color:var(--cpc-ink-soft);text-decoration:underline}.cpc-product__trust{display:flex;gap:20px;margin-top:24px;padding-top:20px;border-top:1px solid var(--cpc-border)}.cpc-product__trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--cpc-ink-soft);flex:1}.cpc-product__trust-item i,.cpc-product__trust-item svg{color:var(--cpc-green);flex-shrink:0}.cpc-product__details{background:#fff;border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:8px 40px 40px;margin-top:24px}.cpc-product__details .woocommerce-tabs ul.tabs{display:flex;gap:32px;list-style:none;padding:0;margin:0;border-bottom:1px solid var(--cpc-border)}.cpc-product__details .woocommerce-tabs ul.tabs li{margin:0;padding:20px 0}.cpc-product__details .woocommerce-tabs ul.tabs li a{color:var(--cpc-ink-soft);text-decoration:none;font-weight:700;font-size:16px}.cpc-product__details .woocommerce-tabs ul.tabs li.active a{color:var(--cpc-green)}.cpc-product__details .woocommerce-tabs .panel{padding-top:28px;line-height:1.75;color:var(--cpc-ink-soft);max-width:760px}.cpc-product__details .related.products{margin-top:40px;padding-top:32px;border-top:1px solid var(--cpc-border)}.cpc-product__details .related.products>h2{font-size:23px;font-weight:800;margin-bottom:24px}.cpc-product__details .related.products ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;list-style:none;padding:0}.cpc-product__details .related.products ul.products li.product{border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);padding:16px;text-align:center;transition:box-shadow .2s ease , transform .2s ease}.cpc-product__details .related.products ul.products li.product:hover{box-shadow:var(--cpc-shadow);transform:translateY(-3px)}.cpc-product__details .related.products ul.products img{border-radius:var(--cpc-radius-sm);margin-bottom:12px}.cpc-product__details .related.products ul.products .woocommerce-loop-product__title{font-size:15px;font-weight:700;color:var(--cpc-ink)}.cpc-product__details .related.products ul.products .price{color:var(--cpc-green);font-weight:800}@media (max-width:960px){.cpc-product__top{grid-template-columns:1fr;padding:24px 16px;gap:24px}.cpc-product__gallery{position:static}.cpc-product__details{padding:8px 20px 24px}.cpc-product__details .related.products ul.products{grid-template-columns:repeat(2,1fr)}.cpc-product__summary,.cpc-product__summary .yith-wcwl-add-to-wishlist,.cpc-product__summary .yith-wcwl-add-to-wishlist>div{text-align:left}.cpc-product__summary form.cart{flex-wrap:nowrap}.cpc-product__summary .single_add_to_cart_button,.cpc-product__summary button.single_add_to_cart_button{flex:1;padding:15px 12px!important}.cpc-product__summary .wd-social-icons{margin-left:0;width:100%}.cpc-product__trust{flex-direction:column;gap:12px}.cpc-hero-slider{min-height:0;aspect-ratio: 9 / 16}.cpc-hero--slide{display:none;opacity:1;visibility:visible;pointer-events:auto}.cpc-hero--slide.is-active{display:block}.cpc-hero__photo{background-size:cover}.cpc-hero__photo--desktop{display:none}.cpc-hero__photo--mobile{display:block}.cpc-hero__photo::before{display:none}.cpc-hero__inner::before{display:block;inset:0;background:linear-gradient(180deg,rgba(11,20,16,.72) 0%,rgba(11,20,16,.48) 42%,rgba(11,20,16,0) 68%)}.cpc-hero--gray .cpc-hero__inner::before,.cpc-hero--white .cpc-hero__inner::before{background:linear-gradient(180deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.5) 42%,rgba(255,255,255,0) 68%)}.cpc-hero-slider__dots{position:absolute;margin-top:0}.cpc-hero-slider__arrow{display:none!important}.cpc-hero__inner{padding:32px 24px 28px;align-items:flex-start}.cpc-hero__copy{max-width:100%}.cpc-hero__eyebrow{font-size:12px;margin-bottom:8px}.cpc-hero__title{font-size:28px;margin-bottom:12px}.cpc-hero__text{font-size:14px;margin-bottom:18px}.cpc-hero__price{font-size:20px;margin-bottom:14px}.cpc-header__bar{padding-left:16px;padding-right:16px;gap:12px}.cpc-header__logo img{height:34px}.cpc-container{padding-left:16px;padding-right:16px}main.cpc-container.cpc-section{padding-top:72px}.cpc-header__actions{gap:10px}.cpc-cats,.cpc-products{grid-template-columns:repeat(2,1fr)}.cpc-products[data-cols="3"],.cpc-products[data-cols="4"]{grid-template-columns:repeat(2,1fr)}.cpc-col-toggle{display:none}.cpc-products.is-list .cpc-product-card{flex-direction:row;align-items:flex-start;gap:12px;padding:12px}.cpc-products.is-list .cpc-product-card__img{width:76px;flex-shrink:0}.cpc-products.is-list .cpc-product-card__body{flex-direction:column;align-items:flex-start;gap:4px}.cpc-products.is-list .cpc-product-card__title{flex:none;font-size:14px}.cpc-products.is-list .cpc-product-card__excerpt{display:none}.cpc-products.is-list .cpc-product-card__price{font-size:15px}.cpc-products.is-list .cpc-product-card__cta .cpc-btn{padding:8px 14px;font-size:13px}.cpc-benefits{grid-template-columns:repeat(2,1fr)}.cpc-footer__grid{grid-template-columns:1fr 1fr}.cpc-header__nav{display:none}.cpc-burger{display:block}body.cpc-nav-open .cpc-header__nav{display:block;position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - var(--wp-admin--admin-bar--height,0px) - 64px);overflow-y:auto;background:#fff;border-top:1px solid var(--cpc-border);box-shadow:0 16px 32px rgba(43,42,41,.12);padding:4px 16px 20px}.cpc-header__nav ul{flex-direction:column;gap:0}.cpc-header__nav li{position:relative;padding:0;border-bottom:1px solid var(--cpc-border)}.cpc-header__nav>ul>li:last-child{border-bottom:none}.cpc-header__nav a{padding:15px 4px;font-size:16px}.cpc-header__nav .menu-item-has-children>a::after{display:none}.cpc-header__nav li.menu-item-has-children{display:flex;flex-wrap:wrap;align-items:center}.cpc-header__nav li.menu-item-has-children>a{flex:0 1 auto}.cpc-submenu-toggle{box-sizing:border-box;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-height:0;margin-left:6px;padding:0;background:var(--cpc-green-light);border:none;border-radius:50%;color:var(--cpc-green-dark);cursor:pointer;line-height:1;font-size:0}.cpc-submenu-toggle svg{transition:transform .2s ease}.cpc-submenu-toggle[aria-expanded="true"] svg{transform:rotate(180deg)}.cpc-header__nav .sub-menu{display:none;position:static;flex:0 0 100%;flex-direction:column;min-width:0;border:none;box-shadow:none;padding:0 0 8px 12px}.cpc-header__nav li.cpc-submenu-open>.sub-menu{display:flex}.cpc-header__nav .sub-menu a{padding:12px 4px;font-size:15px}.cpc-tech__grid--3{grid-template-columns:1fr}.cpc-construction{grid-template-columns:1fr}.cpc-construction__img{max-width:200px;margin:0 auto}}@media (min-width:961px){.cpc-hero__eyebrow{font-size:15px}.cpc-section__title{font-size:30px}.cpc-tech__lead{font-size:18px}.cpc-tech__card h3{font-size:19px}.cpc-tech__card p{font-size:16px}.cpc-tech__footer{font-size:15px}.cpc-construction__body p{font-size:17px}.cpc-cat-card__title{font-size:19px}.cpc-cats{grid-template-columns:repeat(2,1fr)}.cpc-cat-card--illustrated{min-height:280px}.cpc-line-card__name{font-size:15px}.cpc-line-card__tagline{font-size:13px}}.cpc-setl-hero{width:1600px;max-width:100%;margin:32px auto;border-radius:var(--cpc-radius);overflow:hidden;background: #0b8a3f url(../images/hero/set-fon.jpg) center / cover no-repeat;color:#fff}.cpc-setl-hero__inner{max-width:var(--cpc-width);margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:40px;padding:56px 72px}.cpc-setl-hero__slogan{font-size:54px;font-weight:800;line-height:1.05;text-transform:uppercase;text-shadow:0 2px 14px rgba(0,0,0,.35)}.cpc-setl-hero__sub{font-size:20px;line-height:1.4;margin:18px 0 22px;opacity:.95}.cpc-setl-hero__title{color:#ffdf3f;font-size:29px;font-weight:900;line-height:1.25;margin:0 0 26px}.cpc-setl-hero__cta{display:flex;align-items:center;gap:18px}.cpc-setl-hero__img img{display:block;width:100%;max-width:620px;height:auto;margin:0 auto;filter:drop-shadow(0 18px 30px rgba(0,0,0,.3))}.cpc-setl-badge{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border-radius:50%;background:#ffdf3f;color:var(--cpc-ink);font-weight:800;font-size:19px;flex-shrink:0;box-shadow:var(--cpc-shadow)}.cpc-setl-badge--green{background:var(--cpc-green);color:#fff}.cpc-setl-intro{max-width:880px;margin:0 auto}.cpc-setl-intro p{font-size:17px;line-height:1.65;color:var(--cpc-ink-soft);margin:0 0 14px}.cpc-cta-band--green{background:linear-gradient(135deg,var(--cpc-green-dark),var(--cpc-green));justify-content:center;text-align:center}.cpc-cta-band--green p{max-width:760px;margin-left:auto;margin-right:auto}@media (min-width:961px){.cpc-cta-band--green h2{font-size:32px}.cpc-cta-band--green p{font-size:19px;line-height:1.6}}.cpc-setl-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cpc-setl-benefit{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:28px 24px;text-align:center}.cpc-setl-benefit img{width:132px;height:132px;object-fit:contain;margin:0 auto 12px}.cpc-setl-benefit h3{font-size:19px;font-weight:800;margin:0 0 10px}.cpc-setl-benefit p{font-size:15px;line-height:1.6;color:var(--cpc-ink-soft);margin:0 0 10px}.cpc-setl-benefit p:last-child{margin-bottom:0}.cpc-setl-includes-head{display:flex;align-items:center;justify-content:space-between;gap:40px;margin-bottom:28px}.cpc-setl-includes-head__img{width:100%;max-width:400px;height:auto;flex-shrink:0}.cpc-setl-try{max-width:720px;margin:0 auto}.cpc-setl-note{max-width:680px;margin:26px auto 0;text-align:center;color:var(--cpc-blue);font-size:15px;line-height:1.6}.cpc-setl-price{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:48px;background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:40px}.cpc-setl-price__media img{display:block;width:100%;height:auto;border-radius:var(--cpc-radius-sm)}.cpc-setl-price__lead{font-size:18px;font-weight:800;margin:0 0 12px}.cpc-setl-price__body p{font-size:17px;line-height:1.6;margin:0 0 10px}.cpc-setl-price__save{color:var(--cpc-green-dark);font-weight:800;font-size:20px}.cpc-setl-price__body .cpc-setl-hero__cta{margin:18px 0 14px}.cpc-setl-price__notice{font-weight:600;font-size:15px;color:var(--cpc-ink-soft)}.cpc-setl-adv{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:28px}.cpc-setl-adv__card{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:26px 26px 22px}.cpc-setl-adv__icon{width:44px;height:44px;border-radius:50%;background:var(--cpc-green-light);color:var(--cpc-green-dark);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.cpc-setl-adv__icon svg{width:22px;height:22px}.cpc-setl-adv__card h3{font-size:18px;font-weight:800;margin:0 0 10px}.cpc-setl-adv__card p{font-size:15px;line-height:1.6;color:var(--cpc-ink-soft);margin:0 0 8px}.cpc-setl-adv__more{color:var(--cpc-green-dark)!important;font-weight:600}.cpc-setl-where{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}.cpc-setl-where__body p{font-size:16px;line-height:1.6;margin:0 0 12px}.cpc-setl-where__body a{color:var(--cpc-green-dark);text-decoration:underline}.cpc-setl-btnrow{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.cpc-setl-where__logos{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cpc-setl-where__logo{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius-sm);padding:14px;display:flex;align-items:center;justify-content:center;min-height:84px}.cpc-setl-where__logo img{max-width:100%;max-height:52px;object-fit:contain}.cpc-setl-how{display:grid;grid-template-columns:1fr 1.05fr;gap:48px;align-items:center}.cpc-setl-how__media img{display:block;width:100%;height:auto;border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow)}.cpc-setl-how__body p{font-size:15px;line-height:1.65;color:var(--cpc-ink-soft);margin:0 0 12px}.cpc-setl-how__body .cpc-btn{margin-top:10px}.cpc-setl-final{background:var(--cpc-paper);border:1px solid var(--cpc-accent);box-shadow:0 10px 32px rgba(255,107,53,.12);border-radius:var(--cpc-radius);color:var(--cpc-ink);display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding:48px}.cpc-setl-final__body p{font-size:18px;line-height:1.55;margin:0 0 12px;color:var(--cpc-ink-soft)}.cpc-setl-final__body p strong{color:var(--cpc-ink)}.cpc-setl-final__cta-line{color:var(--cpc-accent-dark);font-size:26px!important;font-weight:800;margin:18px 0 20px!important}.cpc-setl-final__media img{display:block;width:100%;height:auto;border-radius:var(--cpc-radius-sm)}@media (max-width:960px){.cpc-setl-hero__inner{grid-template-columns:1fr;gap:24px;padding:36px 20px}.cpc-setl-hero__slogan{font-size:32px}.cpc-setl-hero__sub{font-size:16px;margin:12px 0 16px}.cpc-setl-hero__title{font-size:21px;margin-bottom:18px}.cpc-setl-benefits{grid-template-columns:1fr}.cpc-setl-includes-head{flex-direction:column;align-items:flex-start;gap:20px}.cpc-setl-includes-head__img{max-width:100%}.cpc-setl-price{grid-template-columns:1fr;gap:24px;padding:24px}.cpc-setl-adv{grid-template-columns:1fr}.cpc-setl-where{grid-template-columns:1fr;gap:28px}.cpc-setl-where__logos{grid-template-columns:repeat(2,1fr)}.cpc-setl-how{grid-template-columns:1fr;gap:24px}.cpc-setl-final{grid-template-columns:1fr;gap:24px;padding:28px 22px}.cpc-setl-final__cta-line{font-size:22px!important}}.cpc-coop-hero__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:26px}.cpc-coop-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cpc-coop-step{position:relative;background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:28px 26px 24px;overflow:hidden}.cpc-coop-step__num{font-size:44px;font-weight:800;line-height:1;color:var(--cpc-green);opacity:.18;margin-bottom:10px}.cpc-coop-step h3{font-size:19px;font-weight:800;margin:0 0 10px}.cpc-coop-step p{font-size:15px;line-height:1.6;color:var(--cpc-ink-soft);margin:0}.cpc-coop-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cpc-coop-contact-lead{font-size:16px;color:var(--cpc-ink-soft);margin:-8px 0 22px}.cpc-coop-contacts{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cpc-coop-contact{display:flex;align-items:center;gap:14px;background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:18px 20px;text-decoration:none!important;transition:border-color .2s ease , transform .2s ease}.cpc-coop-contact:hover{border-color:var(--cpc-green);transform:translateY(-2px)}.cpc-coop-contact__icon{width:46px;height:46px;flex-shrink:0;border-radius:50%;background:var(--cpc-green-light);color:var(--cpc-green-dark);display:flex;align-items:center;justify-content:center}.cpc-coop-contact__icon svg{width:21px;height:21px}.cpc-coop-contact__value{font-size:16px;font-weight:700;color:var(--cpc-ink);word-break:break-all}@media (max-width:960px){.cpc-coop-steps{grid-template-columns:1fr}.cpc-coop-logos{grid-template-columns:repeat(3,1fr)}.cpc-coop-contacts{grid-template-columns:1fr}}@media (max-width:480px){.cpc-coop-logos{grid-template-columns:repeat(2,1fr)}}.cpc-wtb-logos{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.cpc-wtb-logos__item{flex:0 0 168px}.cpc-wtb-map__hint{font-size:16px;color:var(--cpc-ink-soft);margin:-8px 0 22px;max-width:720px}.cpc-wtb-map{border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);overflow:hidden;box-shadow:var(--cpc-shadow);line-height:0}.cpc-wtb-map iframe{display:block;width:100%;height:620px;border:0}@media (max-width:960px){.cpc-wtb-logos__item{flex:0 0 calc(33.333% - 11px)}.cpc-wtb-map iframe{height:460px}}@media (max-width:480px){.cpc-wtb-logos__item{flex:0 0 calc(50% - 8px)}}.cpc-ind-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cpc-ind-stat{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-top:4px solid var(--cpc-green);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:26px 24px 22px}.cpc-ind-stat__num{font-size:38px;font-weight:800;line-height:1;color:var(--cpc-green-dark);margin-bottom:10px}.cpc-ind-stat__label{font-size:14px;line-height:1.5;color:var(--cpc-ink-soft)}.cpc-ind-lead{max-width:900px;margin-bottom:26px}.cpc-ind-lead p{font-size:17px;line-height:1.65;color:var(--cpc-ink-soft);margin:0}.cpc-ind-photos{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cpc-ind-photos img{display:block;width:100%;aspect-ratio: 4 / 3;object-fit:cover;border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow)}.cpc-ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cpc-ind-group{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:26px 24px}.cpc-ind-group__head{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--cpc-border)}.cpc-ind-group__head h3{font-size:17px;font-weight:800;margin:0}.cpc-ind-group__head .cpc-setl-adv__icon{margin-bottom:0;flex-shrink:0}.cpc-ind-sector{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start;margin-bottom:40px}.cpc-ind-sector--reverse .cpc-ind-sector__intro{order:2}.cpc-ind-sector--reverse .cpc-ind-sector__photos{order:1}.cpc-ind-sector__intro p{font-size:16px;line-height:1.65;color:var(--cpc-ink-soft);margin:0 0 14px}.cpc-ind-sector__results{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-left:5px solid var(--cpc-green);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:28px 30px}.cpc-ind-sector__results h3{font-size:18px;font-weight:800;margin:0 0 16px}.cpc-ind-sector__photos{display:grid;gap:20px}.cpc-ind-objects{margin-top:22px}.cpc-ind-objects__label{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--cpc-ink-soft);margin-bottom:12px}.cpc-ind-objects__list{display:flex;flex-wrap:wrap;gap:8px}.cpc-ind-chip{display:inline-block;background:var(--cpc-green-light);color:var(--cpc-green-dark);font-size:14px;font-weight:600;padding:7px 14px;border-radius:20px}.cpc-ind-note{margin-top:18px!important;padding-top:16px;border-top:1px dashed var(--cpc-border);font-size:14px!important;font-style:italic;color:var(--cpc-ink-soft)}.cpc-ind-proof-head{margin-bottom:22px}.cpc-ind-proof-head h3{font-size:22px;font-weight:800;margin:0 0 6px}.cpc-ind-proof-head p{font-size:15px;color:var(--cpc-ink-soft);margin:0}.cpc-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cpc-proof-grid--two{grid-template-columns:repeat(2,1fr)}.cpc-proof{margin:0;background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);overflow:hidden}.cpc-proof__media{position:relative;line-height:0}.cpc-proof__media img{display:block;width:100%;aspect-ratio: 16 / 9;object-fit:cover}.cpc-proof__tag{position:absolute;top:12px;left:12px;background:var(--cpc-accent);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:5px 12px;border-radius:20px;line-height:1.4}.cpc-proof figcaption{padding:14px 18px 16px;font-size:15px;font-weight:600;color:var(--cpc-ink)}.cpc-ind-muni{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:30px 34px;margin-bottom:26px}.cpc-checklist--two{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 32px}@media (max-width:960px){.cpc-ind-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.cpc-ind-stat__num{font-size:30px}.cpc-ind-photos{grid-template-columns:repeat(2,1fr)}.cpc-ind-grid{grid-template-columns:1fr}.cpc-ind-sector{grid-template-columns:1fr;gap:26px}.cpc-ind-sector--reverse .cpc-ind-sector__intro{order:1}.cpc-ind-sector--reverse .cpc-ind-sector__photos{order:2}.cpc-ind-sector__results{padding:22px 20px}.cpc-proof-grid{grid-template-columns:1fr}.cpc-ind-muni{padding:22px 20px}.cpc-checklist--two{grid-template-columns:1fr}}.cpc-brand-hero{width:1600px;max-width:100%;min-height:560px;margin:32px auto;border-radius:var(--cpc-radius);overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:var(--cpc-green-dark);background-image:linear-gradient(135deg,rgba(0,121,79,.74) 0%,rgba(0,153,102,.72) 100%) , url(https://www.clearplanet.com.ua/wp-content/themes/cpc-child/assets/images/tech/xhero-bg-brand.jpg.pagespeed.ic.Pxtp7gp_7r.jpg);background-size:cover , cover;background-position:center , center;background-repeat:no-repeat , no-repeat;color:#fff;padding:78px 32px 72px;text-align:center;position:relative}.cpc-brand-hero__inner{position:relative;z-index:1;max-width:860px;margin:0 auto}.cpc-brand-hero h1{color:#fff;font-size:50px;font-weight:800;line-height:1.1;margin:0 0 20px}.cpc-brand-hero__lead{font-size:18px;line-height:1.65;color:rgba(255,255,255,.92);margin:0}.cpc-brand-problem,.cpc-brand-mission{display:grid;grid-template-columns:1fr 1.15fr;gap:48px;align-items:center}.cpc-brand-problem__media img,.cpc-brand-mission__media img{display:block;width:100%;height:auto;object-fit:cover;border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow)}.cpc-brand-problem__media img{aspect-ratio: 4 / 3}.cpc-brand-mission__media img{aspect-ratio: 3 / 2}.cpc-brand-problem__body p,.cpc-brand-mission__body p{font-size:16px;line-height:1.7;color:var(--cpc-ink-soft);margin:0 0 14px}.cpc-brand-mission__claim{font-size:18px!important;font-weight:700;color:var(--cpc-green-dark)!important;margin:18px 0 22px!important}.cpc-brand-solution{display:grid;grid-template-columns:1.3fr 1fr;gap:44px;align-items:start}.cpc-brand-solution__text p{font-size:16px;line-height:1.7;color:var(--cpc-ink-soft);margin:0 0 14px}.cpc-brand-solution__stats{display:grid;gap:16px}.cpc-brand-timeline{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:none}.cpc-brand-timeline li{position:relative;background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);padding:28px 26px 24px}.cpc-brand-timeline li:not(:last-child)::after {content:"";position:absolute;top:50px;right:-20px;width:20px;height:2px;background:var(--cpc-border)}.cpc-brand-timeline__year{display:inline-block;background:var(--cpc-green-light);color:var(--cpc-green-dark);font-size:17px;font-weight:800;padding:6px 16px;border-radius:20px;margin-bottom:14px}.cpc-brand-timeline .is-now .cpc-brand-timeline__year{background:var(--cpc-accent);color:#fff}.cpc-brand-timeline h3{font-size:18px;font-weight:800;margin:0 0 10px}.cpc-brand-timeline p{font-size:15px;line-height:1.6;color:var(--cpc-ink-soft);margin:0}.cpc-brand-lines{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.cpc-brand-line,.cpc-brand-cert{background:var(--cpc-paper);border:1px solid var(--cpc-border);border-radius:var(--cpc-radius);box-shadow:var(--cpc-shadow);display:flex;align-items:center;justify-content:center;padding:22px;min-height:120px}.cpc-brand-line img,.cpc-brand-cert img{max-width:100%;max-height:76px;width:auto;height:auto;object-fit:contain}.cpc-brand-certs{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.cpc-brand-cert{min-height:106px;padding:16px}.cpc-brand-cert img{max-height:62px}.cpc-brand-future{background:var(--cpc-ink);border-radius:var(--cpc-radius);color:#fff;padding:52px 48px 48px}.cpc-brand-future__head{max-width:760px;margin-bottom:34px}.cpc-brand-future__head .cpc-hero__eyebrow{color:#7de3b4}.cpc-brand-future__head h2{color:#fff;font-size:32px;font-weight:800;margin:6px 0 14px}.cpc-brand-future__head p{font-size:17px;line-height:1.65;color:rgba(255,255,255,.78);margin:0}.cpc-brand-future__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cpc-brand-future__card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--cpc-radius);padding:26px 24px 24px}.cpc-brand-future__icon{width:46px;height:46px;border-radius:50%;background:rgba(125,227,180,.16);color:#7de3b4;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.cpc-brand-future__icon svg{width:22px;height:22px}.cpc-brand-future__card h3{color:#fff;font-size:19px;font-weight:800;margin:0 0 10px}.cpc-brand-future__card p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.74);margin:0}@media (max-width:960px){.cpc-brand-hero{min-height:0;padding:48px 20px 44px}.cpc-brand-hero h1{font-size:31px}.cpc-brand-hero__lead{font-size:16px}.cpc-brand-problem,.cpc-brand-mission,.cpc-brand-solution{grid-template-columns:1fr;gap:26px}.cpc-brand-timeline{grid-template-columns:1fr}.cpc-brand-timeline li:not(:last-child)::after {display:none}.cpc-brand-lines{grid-template-columns:repeat(2,1fr)}.cpc-brand-certs{grid-template-columns:repeat(3,1fr)}.cpc-brand-future{padding:30px 22px 26px}.cpc-brand-future__head h2{font-size:24px}.cpc-brand-future__grid{grid-template-columns:1fr}}@media (max-width:480px){.cpc-brand-certs{grid-template-columns:repeat(2,1fr)}}