/*
 Theme Name:   Astra Innova Child
 Template:     astra
 Version:      1.0.1
*/

/* =========================================================
   INNOVA CATEGORY SYSTEM — CLEAN FINAL
   ЄДИНА ЧИСТА ВЕРСІЯ БЕЗ ДУБЛІВ І КОНФЛІКТІВ
========================================================= */

/* =========================
   ROOT
========================= */
:root{
  --innova-bg: #f5f5f3;
  --innova-surface: #ffffff;
  --innova-surface-soft: #fafaf8;
  --innova-text: #111827;
  --innova-muted: #667085;
  --innova-border: rgba(17,24,39,.08);
  --innova-border-soft: rgba(17,24,39,.05);
  --innova-shadow-sm: 0 10px 28px rgba(16,24,40,.05);
  --innova-shadow-md: 0 18px 42px rgba(16,24,40,.08);
  --innova-shadow-lg: 0 24px 60px rgba(16,24,40,.10);
  --innova-radius-xl: 30px;
  --innova-radius-lg: 24px;
  --innova-radius-md: 20px;
  --innova-radius-sm: 16px;
  --innova-max: 1240px;
  --innova-max-wide: 1320px;
  --innova-accent: #111111;
  --innova-accent-2: #2bb673;
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

img{
  max-width: 100%;
  height: auto;
}

body{
  color: var(--innova-text);
}

body.tax-product_cat,
body.post-type-archive-product,
body.woocommerce-shop{
  background: var(--innova-bg);
}

body.tax-product_cat .site-content,
body.post-type-archive-product .site-content,
body.woocommerce-shop .site-content{
  background: var(--innova-bg);
}

.site-content > .ast-container{
  max-width: var(--innova-max-wide);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* =========================
   SHARED BUTTONS
========================= */
.innova-btn,
a.innova-btn,
.wp-block-button__link.innova-btn,
.btn-primary,
a.btn-primary,
.btn-secondary,
a.btn-secondary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-btn:hover,
a.innova-btn:hover,
.wp-block-button__link.innova-btn:hover,
.btn-primary:hover,
a.btn-primary:hover,
.btn-secondary:hover,
a.btn-secondary:hover{
  transform: translateY(-1px);
  text-decoration: none;
}

.innova-btn--primary,
.btn-primary,
a.btn-primary{
  background: var(--innova-accent);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
}

.innova-btn--primary:hover,
.btn-primary:hover,
a.btn-primary:hover{
  background: #1c1d20;
  color: #fff;
}

.innova-btn--secondary,
.innova-btn--ghost,
.btn-secondary,
a.btn-secondary{
  background: rgba(255,255,255,.78);
  color: var(--innova-text);
  border: 1px solid rgba(17,24,39,.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.innova-btn--secondary:hover,
.innova-btn--ghost:hover,
.btn-secondary:hover,
a.btn-secondary:hover{
  background: rgba(255,255,255,.94);
  color: var(--innova-text);
}

/* =========================
   HEADER CTA
========================= */
.menu-cta{
  margin-left: 18px;
  display: flex;
  align-items: center;
}

.main-header-menu,
.ast-above-header-menu{
  display: flex;
  align-items: center;
}

.menu-cta > a{
  background: rgba(17,17,17,.82) !important;
  color: #fff !important;
  text-decoration: none !important;
  padding: 0 20px !important;
  min-height: 40px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: .03em !important;
  white-space: nowrap !important;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  transition: all .22s ease;
}

.menu-cta > a:hover,
.menu-cta > a:focus{
  background: var(--innova-accent-2) !important;
  border-color: var(--innova-accent-2) !important;
  color: #fff !important;
  transform: translateY(-1px);
}

/* =========================
   WOO GLOBAL
========================= */
.woocommerce-page .site-main{
  padding-top: 16px;
}

.woocommerce.archive h1.page-title{
  display: none;
}

.woocommerce-breadcrumb{
  margin-top: 14px;
  margin-bottom: 14px;
  color: #7a7f87;
  font-size: 13px;
  line-height: 1.45;
}

.woocommerce-result-count{
  color: #616873;
  font-size: 14px;
  margin-bottom: 18px;
}

.woocommerce-ordering{
  margin-bottom: 24px !important;
}

.woocommerce-ordering select{
  border-radius: 12px;
  min-height: 44px;
  border: 1px solid rgba(17,24,39,.10);
  background: #fff;
}

.woocommerce ul.products li.product mark.count,
.woocommerce .woocommerce-loop-category__title .count,
.woocommerce .woocommerce-loop-category__title mark.count,
mark.count{
  display: none !important;
}

/* прибираємо кнопку “Більше товари” */
body.post-type-archive-product .woocommerce-pagination,
body.woocommerce-shop .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_cat .ast-shop-load-more,
body.tax-product_cat a.load-more,
body.tax-product_cat button.load-more,
.woocommerce .products + .button{
  display: none !important;
}

/* =========================
   CATEGORY HERO
========================= */
.innova-catalog-hero{
  position: relative;
  overflow: hidden;
  min-height: 470px;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(16,24,40,.08);
  margin-top: 20px;
  margin-bottom: 28px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.innova-catalog-hero::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,.90) 0%,
    rgba(255,255,255,.68) 36%,
    rgba(255,255,255,.22) 68%,
    rgba(255,255,255,0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.innova-catalog-hero__inner{
  position: relative;
  z-index: 2;
  padding: 58px 42px;
}

.innova-catalog-hero h1,
.innova-catalog-hero__title{
  max-width: 720px;
  margin: 0 0 16px;
  font-size: clamp(42px, 6vw, 74px);
  line-height: .96;
  letter-spacing: -.04em;
  font-weight: 700;
  color: #111827;
}

.innova-catalog-hero p,
.innova-catalog-hero__subtitle{
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(17,24,39,.78);
}

.innova-catalog-hero__actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* image overrides */
body.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero,
body.tax-product_cat.term-ancestor-kondycionery-2-0 .innova-catalog-hero{
  background-image: url("https://ml5p0hpkinhd.i.optimole.com/w:auto/h:auto/q:auto/id:885bdea2b734e44616e2a63f006f5da6/directUpload/innova-2-0-ambient-hero.webp");
  background-position: center right;
}

body.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
body.tax-product_cat.term-ancestor-heat-pumps-innova .innova-catalog-hero{
  background-image: url("https://climateinnova.com/wp-content/uploads/2026/03/hero_fulda.png");
  background-position: right center;
}

body.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
body.tax-product_cat.term-ancestor-fancoils-innova .innova-catalog-hero{
  background-image: url("https://ml5p0hpkinhd.i.optimole.com/w:auto/h:auto/q:auto/id:630e92d9991015a5d2677a1fda4030c2/directUpload/AIRLEAF-SL_cottage-02.jpg");
  background-position: center right;
}

/* =========================
   REMOVE DEFAULT WOO INTRO
========================= */
.tax-product_cat .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header__description,
.tax-product_cat .term-description,
.tax-product_cat .archive-description{
  display: none !important;
}

.tax-product_cat .site-main{
  padding-top: 0 !important;
}

/* =========================
   PRODUCT / CATEGORY GRID
========================= */
.woocommerce ul.products{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 28px;
  max-width: 100%;
  margin: 0 auto 36px !important;
  padding: 0;
  list-style: none;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.product-category{
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--innova-border-soft);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--innova-shadow-sm);
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  margin: 0 !important;
  width: 100% !important;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.product-category:hover{
  transform: translateY(-4px);
  box-shadow: var(--innova-shadow-md);
  border-color: var(--innova-border);
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product-category > a{
  display: block;
  text-decoration: none;
  color: inherit;
}

.woocommerce ul.products li.product a img{
  width: 100% !important;
  aspect-ratio: 1 / .78;
  object-fit: cover;
  display: block;
  background: #f7f7f8;
}

.woocommerce ul.products li.product-category > a img{
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
  background: #f7f7f8;
}

.woocommerce ul.products li.product .astra-shop-summary-wrap{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 22px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  margin: 0 0 10px !important;
  padding: 0 !important;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 600;
  text-align: center;
  color: var(--innova-text);
}

.woocommerce ul.products li.product .price{
  margin: 0 0 16px !important;
  padding: 0 !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--innova-muted);
}

.woocommerce ul.products li.product .button{
  align-self: center;
  margin-top: auto;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title{
  margin: 0 !important;
  padding: 18px 16px 16px !important;
  background: #fff !important;
  text-align: center !important;
  font-size: 21px !important;
  line-height: 1.18 !important;
  font-weight: 600 !important;
  color: var(--innova-text) !important;
}

/* =========================
   SERIES GRID PLUGIN
========================= */
.innova-series-grid-block{
  max-width: 1320px;
  width: 100%;
  margin: 0 auto 34px;
}

.innova-series-grid-head{
  max-width: 900px;
  margin: 0 0 18px;
}

.innova-series-grid-head h2{
  margin: 0 0 10px;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 700;
  color: var(--innova-text);
}

.innova-series-grid-head p{
  margin: 0;
  font-size: 17px;
  line-height: 1.58;
  color: var(--innova-muted);
}

.innova-series-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 26px;
}

.innova-series-card{
  position: relative;
  display: flex;
}

.innova-series-card__link{
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f7 100%);
  border: 1px solid rgba(17,24,39,.05);
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.innova-series-card__link:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 56px rgba(15,23,42,.10);
  border-color: rgba(17,24,39,.09);
}

.innova-series-card__media{
  position: relative;
  background: linear-gradient(180deg, #fbfbfc 0%, #f2f4f7 100%);
  min-height: 270px;
  height: 270px;
  overflow: hidden;
}

.innova-series-card__media img{
  display: block;
  width: 100%;
  height: 100%;
  padding: 16px;
  object-fit: contain;
  object-position: center center;
  transition: transform .45s ease;
}

.innova-series-card__link:hover .innova-series-card__media img{
  transform: scale(1.03);
}

.innova-series-card__badge{
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255,255,255,.94);
  color: #111827;
  box-shadow: 0 8px 20px rgba(15,23,42,.05);
}

.innova-series-card__overlay-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(17,17,17,.94);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
  opacity: 0;
  transition: opacity .3s ease, transform .3s ease;
  white-space: nowrap;
  pointer-events: none;
}

.innova-series-card__link:hover .innova-series-card__overlay-btn{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.02);
}

.innova-series-card__body{
  flex-grow: 1;
  padding: 16px 18px 20px;
  text-align: center;
}

.innova-series-card__body h3{
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
  color: #111827;
}

.innova-series-card__body p{
  margin: 0;
  font-size: 13px;
  line-height: 1.52;
  color: #667085;
}

/* =========================
   CATEGORY CONTENT BLOCKS
========================= */
.innova-fancoils-page,
.innova-heatpumps-page,
.innova-2-0-page{
  max-width: 1240px;
  margin: 0 auto 48px;
  color: var(--innova-text);
}

.innova-fancoils-page section,
.innova-heatpumps-page section,
.innova-2-0-page section{
  margin: 0 0 56px;
}

.innova-section-head{
  max-width: 840px;
  margin: 0 auto 22px;
  text-align: center;
}

.innova-section-head .eyebrow,
.innova-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #8a8f98;
}

.innova-section-head h2{
  margin: 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -.04em;
  color: var(--innova-text);
}

.innova-seo-text{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.innova-seo-text p,
.innova-selection-inner p,
.innova-fancoil-card p,
.adv-item p{
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.7;
  color: #5f6b7a;
}

.innova-fancoil-grid,
.innova-advantages-grid,
.innova-editorial-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.innova-fancoil-card,
.adv-item,
.innova-editorial-card{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.05);
  border-radius: 22px;
  padding: 24px 22px 22px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.innova-fancoil-card:hover,
.adv-item:hover,
.innova-editorial-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

.innova-fancoil-card h3,
.adv-item h3,
.innova-editorial-card strong{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--innova-text);
}

.innova-selection-block{
  background: linear-gradient(180deg, #ffffff 0%, #f8f8f7 100%);
  border: 1px solid rgba(17,24,39,.05);
  border-radius: 28px;
  padding: 36px 32px;
  box-shadow: 0 18px 42px rgba(15,23,42,.05);
}

.innova-selection-inner{
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.innova-final-cta{
  margin-top: 56px !important;
  padding: 56px 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  position: relative;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-final-cta::before{
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -90px;
  background: radial-gradient(circle, rgba(43,182,115,.28) 0%, transparent 70%);
  pointer-events: none;
}

.innova-final-cta-inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.innova-final-cta-text h2{
  color: #fff !important;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.02;
  margin: 0 0 14px;
  letter-spacing: -.04em;
}

.innova-final-cta-text p{
  color: rgba(255,255,255,.82) !important;
  font-size: 17px;
  line-height: 1.65;
  max-width: 540px;
  margin: 0;
}

.innova-final-cta-actions{
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* =========================
   SINGLE PRODUCT
========================= */
.single-product .innova-product-desc{
  max-width: 920px;
  margin: 0 auto 4rem;
  padding: 0 18px;
}

.single-product .innova-product-desc h2{
  margin-top: 2.8rem;
  margin-bottom: 1.3rem;
  font-size: clamp(28px, 3vw, 34px);
  line-height: 1.15;
}

.single-product .innova-product-desc h3{
  margin-top: 2rem;
  margin-bottom: .8rem;
  font-size: 22px;
}

.single-product .innova-product-desc p,
.single-product .innova-product-desc li{
  font-size: 17px;
  line-height: 1.68;
}

.single-product .innova-product-desc ul{
  margin: .6rem 0 1.2rem;
  padding-left: 1.3rem;
}

.single-product .innova-product-desc ul li{
  list-style: none;
  position: relative;
  margin: .35rem 0;
}

.single-product .innova-product-desc ul li::before{
  content: "✓";
  color: #19a34a;
  font-weight: 700;
  position: absolute;
  left: -1.2rem;
}

.single-product .innova-product-desc .spec-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 15px;
  margin: 1.6rem 0 2.4rem;
}

.single-product .innova-product-desc .spec-table th,
.single-product .innova-product-desc .spec-table td{
  padding: 9px 12px;
  border-bottom: 1px solid #e9ecef;
  vertical-align: middle;
  word-wrap: break-word;
}

.single-product .innova-product-desc .spec-table th{
  background: #fafbfc;
  font-weight: 600;
  width: 38%;
}

.single-product .woocommerce div.product div.images{
  background: #f6f6f6 !important;
  padding: 10px !important;
  border-radius: 12px !important;
}

.single-product .woocommerce div.product div.images img{
  max-height: 560px !important;
  object-fit: contain !important;
  border-radius: 10px !important;
}

.single-product .woocommerce-product-details__short-description ~ .price,
.single-product .woocommerce-product-details__short-description + .price,
.single-product .woocommerce-product-details__short-description p.price{
  display: none !important;
}

/* =========================
   NEWS PAGE
========================= */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area{
  background: #ffffff;
}

.page-id-4392 .entry-title{
  display: none !important;
}

.page-id-4392 .innova-news-feed-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.page-id-4392 .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.04);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.page-id-4392 .innova-news-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.page-id-4392 .innova-news-card__img img{
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-id-4392 .innova-news-card__body{
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 18px 18px 20px;
}

.page-id-4392 .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.32;
  font-weight: 700;
  color: #111;
}

.page-id-4392 .innova-news-card__title a{
  text-decoration: none;
  color: #111;
}

.page-id-4392 .innova-news-card__excerpt{
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  flex-grow: 1;
}

/* =========================
   CONSULTATION PAGE
========================= */
.page-id-2385 .site-content,
.page-id-2385 .entry-content,
.page-id-2385 .content-area{
  background: #ffffff;
}

.page-id-2385 .entry-title{
  display: none !important;
}

.innova-consult-page{
  color: #111111;
}

.innova-consult-page *{
  box-sizing: border-box;
}

.innova-section,
.innova-consult-cta{
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.innova-section{
  margin-bottom: 72px;
}

.innova-section--light{
  background: #fbfbfa;
  border-radius: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.innova-cards--4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.innova-cards--3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.innova-card{
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.03);
}

/* =========================
   HEAT PUMP TOOL
========================= */
.innova-hp-tool{
  --hp-max: 1360px;
  --hp-radius-xl: 28px;
  --hp-radius-lg: 22px;
  --hp-radius-md: 16px;
  --hp-border-soft: rgba(17,17,17,.05);
  --hp-card: #ffffff;
  --hp-text: #111111;
  --hp-muted: #6a6a6a;
  --hp-shadow: 0 18px 50px rgba(0,0,0,.05);
  --hp-shadow-soft: 0 10px 24px rgba(0,0,0,.04);
  color: var(--hp-text);
  max-width: var(--hp-max);
  margin: 24px auto 72px;
  padding: 0 20px;
}

.innova-hp-tool *{
  box-sizing: border-box;
}

.innova-hp-tool .hp-tool-shell,
.innova-hp-tool .tool-shell,
.innova-hp-tool .calculator-shell,
.innova-hp-tool > .wp-block-group,
.innova-hp-tool > .tool-root{
  background: linear-gradient(180deg, #fafaf9 0%, #f5f5f2 100%);
  border: 1px solid var(--hp-border-soft);
  border-radius: var(--hp-radius-xl);
  box-shadow: var(--hp-shadow);
  padding: 18px;
}

.innova-hp-tool .hp-tool-grid,
.innova-hp-tool .tool-grid,
.innova-hp-tool .calculator-grid{
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.innova-hp-tool .hp-sidebar,
.innova-hp-tool .tool-sidebar,
.innova-hp-tool .calculator-sidebar,
.innova-hp-tool .params-panel,
.innova-hp-tool .controls-panel{
  background: var(--hp-card);
  border: 1px solid var(--hp-border-soft);
  border-radius: var(--hp-radius-lg);
  box-shadow: var(--hp-shadow-soft);
  padding: 22px 20px;
  position: sticky;
  top: 104px;
}

.innova-hp-tool input[type="text"],
.innova-hp-tool input[type="number"],
.innova-hp-tool input[type="email"],
.innova-hp-tool select,
.innova-hp-tool textarea{
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid #dddddd;
  background: #fff;
  color: #111;
  font-size: 15px;
}

.innova-hp-tool table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  font-size: 14px;
  min-width: 980px;
}

.innova-hp-tool table thead th{
  background: #f5f2ea;
  color: #222;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  padding: 14px 12px;
  border-bottom: 1px solid rgba(0,0,0,.08);
  white-space: nowrap;
}

.innova-hp-tool table tbody td{
  padding: 14px 12px;
  border-bottom: 1px solid rgba(0,0,0,.05);
  color: #222;
}

/* =========================
   HOME FIX
========================= */
body.home .wp-block-cover{
  display: none;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1100px){
  .woocommerce ul.products,
  .innova-series-grid,
  .page-id-4392 .innova-news-feed-grid,
  .innova-cards--4{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .innova-cards--3,
  .innova-fancoil-grid,
  .innova-advantages-grid,
  .innova-editorial-grid{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .innova-hp-tool .hp-tool-grid,
  .innova-hp-tool .tool-grid,
  .innova-hp-tool .calculator-grid{
    grid-template-columns: 360px minmax(0,1fr);
  }
}

@media (max-width: 768px){
  .site-content > .ast-container{
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-cta{
    margin-left: 0;
  }

  .menu-cta > a{
    padding: 10px 14px !important;
    min-height: auto !important;
    border-radius: 14px !important;
    width: 100%;
  }

  .innova-catalog-hero{
    min-height: 340px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .innova-catalog-hero__inner{
    padding: 28px 18px;
  }

  .innova-catalog-hero h1,
  .innova-catalog-hero__title{
    max-width: 300px;
    font-size: 34px;
    line-height: 1.02;
    margin-bottom: 12px;
  }

  .innova-catalog-hero p,
  .innova-catalog-hero__subtitle{
    max-width: 280px;
    font-size: 15px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .innova-catalog-hero__actions{
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce ul.products,
  .innova-series-grid,
  .page-id-4392 .innova-news-feed-grid,
  .innova-cards--4,
  .innova-cards--3,
  .innova-fancoil-grid,
  .innova-advantages-grid,
  .innova-editorial-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .woocommerce ul.products li.product-category > a img{
    height: 210px !important;
  }

  .innova-series-grid-block{
    margin-bottom: 22px;
  }

  .innova-series-grid-head{
    margin-bottom: 16px;
  }

  .innova-series-grid-head h2{
    font-size: 32px;
    line-height: 1.02;
  }

  .innova-series-grid-head p{
    font-size: 15px;
    line-height: 1.5;
  }

  .innova-series-card__media{
    min-height: 190px;
    height: 190px;
  }

  .innova-series-card__overlay-btn{
    display: none;
  }

  .innova-series-card__body{
    padding: 12px 12px 14px;
  }

  .innova-series-card__body h3{
    font-size: 16px;
  }

  .innova-series-card__body p{
    font-size: 12px;
    line-height: 1.42;
  }

  .innova-final-cta{
    margin-top: 42px !important;
    padding: 38px 24px;
    border-radius: 22px;
  }

  .innova-final-cta-inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-final-cta-text h2{
    font-size: 28px;
    line-height: 1.05;
  }

  .innova-final-cta-text p{
    font-size: 15px;
  }

  .innova-hp-tool{
    margin: 16px auto 48px;
    padding: 0 12px;
  }

  .innova-hp-tool .hp-tool-grid,
  .innova-hp-tool .tool-grid,
  .innova-hp-tool .calculator-grid{
    grid-template-columns: 1fr;
  }

  .innova-hp-tool .hp-sidebar,
  .innova-hp-tool .tool-sidebar,
  .innova-hp-tool .calculator-sidebar,
  .innova-hp-tool .params-panel,
  .innova-hp-tool .controls-panel{
    position: static;
    top: auto;
  }
}