/* =========================================================
   INNOVA CLEAN ADDITIONAL CSS (SAFE VERSION)
   Лише точкові доповнення без дублювання базових компонентів
========================================================= */

/* ---------- FORM ---------- */
.wpforms-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wpforms-submit{
  background: #111 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

/* ---------- ACCOUNT ---------- */
/* Увімкніть тільки якщо перевірено на реальній сторінці акаунта */
.woocommerce-account form input{
  min-height: 56px;
  border-radius: 16px;
}

/* ---------- MOBILE MENU ---------- */
@media (max-width: 921px){
  .ast-mobile-popup-drawer{
    background: #fff;
  }

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA PROJECTS ARCHIVE CARDS — v1
   Scope: only /projects/ archive
   ========================================================= */
.post-type-archive-innova_case .ast-archive-description{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 20px clamp(32px, 4vw, 48px) !important;
}

.post-type-archive-innova_case .ast-archive-title{
  margin: 0 0 10px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.post-type-archive-innova_case .ast-archive-description p{
  margin: 0;
  color: #667085;
  font-size: clamp(16px, 1.5vw, 20px);
}

.post-type-archive-innova_case #main > .ast-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 32px 20px 64px;
}

.post-type-archive-innova_case .innova-cases-intro,
.post-type-archive-innova_case .innova-cases-cta{
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.post-type-archive-innova_case .innova-cases-intro{
  padding: 0 0 8px !important;
  color: #667085 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.post-type-archive-innova_case article.innova_case{
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.post-type-archive-innova_case article.innova_case:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .11);
}

.post-type-archive-innova_case article.innova_case .ast-article-inner,
.post-type-archive-innova_case article.innova_case .post-content{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-innova_case article.innova_case .ast-blog-featured-section,
.post-type-archive-innova_case article.innova_case .post-thumb,
.post-type-archive-innova_case article.innova_case .post-thumb a{
  display: block;
  width: 100%;
  margin: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-thumb a{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f3;
}

.post-type-archive-innova_case article.innova_case .post-thumb img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-type-archive-innova_case article.innova_case:hover .post-thumb img{
  transform: scale(1.035);
}

.post-type-archive-innova_case article.innova_case .entry-title{
  margin: 0 !important;
  padding: 22px 24px 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.post-type-archive-innova_case article.innova_case .entry-title a{
  color: #111827;
  text-decoration: none;
}

.post-type-archive-innova_case article.innova_case .entry-title a:hover{
  color: #5a8f2e;
}

.post-type-archive-innova_case article.innova_case .ast-blog-meta-container{
  display: none !important;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container{
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container:empty{
  display: none;
}

.post-type-archive-innova_case article.innova_case .read-more{
  margin: auto 0 0 !important;
  padding: 18px 24px 24px;
}

.post-type-archive-innova_case article.innova_case .read-more a{
  display: inline-flex;
  align-items: center;
  color: #5a8f2e;
  font-weight: 700;
  text-decoration: none;
}

.post-type-archive-innova_case .innova-cases-cta{
  margin-top: 12px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faf4 0%, #eef5e8 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

@media (max-width: 767px){
  .post-type-archive-innova_case .ast-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-type-archive-innova_case .ast-archive-description{
    padding: 40px 0 28px !important;
  }

  .post-type-archive-innova_case .ast-archive-title{
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .post-type-archive-innova_case #main > .ast-row{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 24px 0 48px;
  }

  .post-type-archive-innova_case .innova-cases-intro{
    padding: 0 0 4px !important;
    font-size: 16px !important;
  }

  .post-type-archive-innova_case article.innova_case{
    border-radius: 18px;
  }

  .post-type-archive-innova_case article.innova_case .post-thumb a{
    aspect-ratio: 4 / 3;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding: 18px 18px 0;
    font-size: 22px;
  }

  .post-type-archive-innova_case article.innova_case .ast-excerpt-container{
    padding: 0 18px;
    font-size: 14px;
  }

  .post-type-archive-innova_case article.innova_case .read-more{
    padding: 16px 18px 20px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding: 24px 20px !important;
    border-radius: 18px;
  }
}
/* END INNOVA PROJECTS ARCHIVE CARDS — v1 */
/* =========================================================
   INNOVA CLEAN ADDITIONAL CSS (SAFE VERSION)
   Лише точкові доповнення без дублювання базових компонентів
========================================================= */

/* ---------- FORM ---------- */
.wpforms-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wpforms-submit{
  background: #111 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

/* ---------- ACCOUNT ---------- */
/* Увімкніть тільки якщо перевірено на реальній сторінці акаунта */
.woocommerce-account form input{
  min-height: 56px;
  border-radius: 16px;
}

/* ---------- MOBILE MENU ---------- */
@media (max-width: 921px){
  .ast-mobile-popup-drawer{
    background: #fff;
  }

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA PROJECTS ARCHIVE CARDS — v1
   Scope: only /projects/ archive
   ========================================================= */
.post-type-archive-innova_case .ast-archive-description{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 20px clamp(32px, 4vw, 48px) !important;
}

.post-type-archive-innova_case .ast-archive-title{
  margin: 0 0 10px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.post-type-archive-innova_case .ast-archive-description p{
  margin: 0;
  color: #667085;
  font-size: clamp(16px, 1.5vw, 20px);
}

.post-type-archive-innova_case #main > .ast-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 32px 20px 64px;
}

.post-type-archive-innova_case .innova-cases-intro,
.post-type-archive-innova_case .innova-cases-cta{
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.post-type-archive-innova_case .innova-cases-intro{
  padding: 0 0 8px !important;
  color: #667085 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.post-type-archive-innova_case article.innova_case{
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.post-type-archive-innova_case article.innova_case:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .11);
}

.post-type-archive-innova_case article.innova_case .ast-article-inner,
.post-type-archive-innova_case article.innova_case .post-content{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-innova_case article.innova_case .ast-blog-featured-section,
.post-type-archive-innova_case article.innova_case .post-thumb,
.post-type-archive-innova_case article.innova_case .post-thumb a{
  display: block;
  width: 100%;
  margin: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-thumb a{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f3;
}

.post-type-archive-innova_case article.innova_case .post-thumb img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-type-archive-innova_case article.innova_case:hover .post-thumb img{
  transform: scale(1.035);
}

.post-type-archive-innova_case article.innova_case .entry-title{
  margin: 0 !important;
  padding: 22px 24px 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.post-type-archive-innova_case article.innova_case .entry-title a{
  color: #111827;
  text-decoration: none;
}

.post-type-archive-innova_case article.innova_case .entry-title a:hover{
  color: #5a8f2e;
}

.post-type-archive-innova_case article.innova_case .ast-blog-meta-container{
  display: none !important;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container{
  display: none;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container:empty{
  display: none;
}

.post-type-archive-innova_case article.innova_case .read-more{
  margin: auto 0 0 !important;
  padding: 18px 24px 24px;
}

.post-type-archive-innova_case article.innova_case .read-more a{
  display: inline-flex;
  align-items: center;
  color: #5a8f2e;
  font-weight: 700;
  text-decoration: none;
}

.post-type-archive-innova_case .innova-cases-cta{
  margin-top: 12px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faf4 0%, #eef5e8 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

@media (max-width: 767px){
  .post-type-archive-innova_case .ast-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-type-archive-innova_case .ast-archive-description{
    padding: 40px 0 28px !important;
  }

  .post-type-archive-innova_case .ast-archive-title{
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .post-type-archive-innova_case #main > .ast-row{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 24px 0 48px;
  }

  .post-type-archive-innova_case .innova-cases-intro{
    padding: 0 0 4px !important;
    font-size: 16px !important;
  }

  .post-type-archive-innova_case article.innova_case{
    border-radius: 18px;
  }

  .post-type-archive-innova_case article.innova_case .post-thumb a{
    aspect-ratio: 4 / 3;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding: 18px 18px 0;
    font-size: 22px;
  }

  .post-type-archive-innova_case article.innova_case .ast-excerpt-container{
    padding: 0 18px;
    font-size: 14px;
  }

  .post-type-archive-innova_case article.innova_case .read-more{
    padding: 16px 18px 20px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding: 24px 20px !important;
    border-radius: 18px;
  }
}
/* END INNOVA PROJECTS ARCHIVE CARDS — v1 */

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA MOBILE HEADER + FAB FIX — v1
   ========================================================= */
@media (max-width: 767px){
  #ast-mobile-header .custom-logo-link{
    display: inline-flex !important;
    align-items: center;
  }

  #ast-mobile-header .custom-mobile-logo-link{
    display: none !important;
  }

  #ast-mobile-header .site-logo-img{
    width: auto !important;
  }

  #ast-mobile-header .custom-logo{
    display: block !important;
    width: 148px !important;
    max-width: 46vw !important;
    height: auto !important;
    opacity: 1 !important;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding-right: 76px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding-bottom: 84px !important;
  }

  .post-type-archive-innova_case .innova-fab{
    right: 12px;
    bottom: 14px;
    transform: scale(.88);
    transform-origin: right bottom;
  }
}
/* END INNOVA MOBILE HEADER + FAB FIX — v1 */
/* =========================================================
   INNOVA CLEAN ADDITIONAL CSS (SAFE VERSION)
   Лише точкові доповнення без дублювання базових компонентів
========================================================= */

/* ---------- FORM ---------- */
.wpforms-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wpforms-submit{
  background: #111 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

/* ---------- ACCOUNT ---------- */
/* Увімкніть тільки якщо перевірено на реальній сторінці акаунта */
.woocommerce-account form input{
  min-height: 56px;
  border-radius: 16px;
}

/* ---------- MOBILE MENU ---------- */
@media (max-width: 921px){
  .ast-mobile-popup-drawer{
    background: #fff;
  }

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA PROJECTS ARCHIVE CARDS — v1
   Scope: only /projects/ archive
   ========================================================= */
.post-type-archive-innova_case .ast-archive-description{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 20px clamp(32px, 4vw, 48px) !important;
}

.post-type-archive-innova_case .ast-archive-title{
  margin: 0 0 10px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.post-type-archive-innova_case .ast-archive-description p{
  margin: 0;
  color: #667085;
  font-size: clamp(16px, 1.5vw, 20px);
}

.post-type-archive-innova_case #main > .ast-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 32px 20px 64px;
}

.post-type-archive-innova_case .innova-cases-intro,
.post-type-archive-innova_case .innova-cases-cta{
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.post-type-archive-innova_case .innova-cases-intro{
  padding: 0 0 8px !important;
  color: #667085 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.post-type-archive-innova_case article.innova_case{
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.post-type-archive-innova_case article.innova_case:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .11);
}

.post-type-archive-innova_case article.innova_case .ast-article-inner,
.post-type-archive-innova_case article.innova_case .post-content{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-innova_case article.innova_case .ast-blog-featured-section,
.post-type-archive-innova_case article.innova_case .post-thumb,
.post-type-archive-innova_case article.innova_case .post-thumb a{
  display: block;
  width: 100%;
  margin: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-thumb a{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f3;
}

.post-type-archive-innova_case article.innova_case .post-thumb img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-type-archive-innova_case article.innova_case:hover .post-thumb img{
  transform: scale(1.035);
}

.post-type-archive-innova_case article.innova_case .entry-title{
  margin: 0 !important;
  padding: 22px 24px 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.post-type-archive-innova_case article.innova_case .entry-title a{
  color: #111827;
  text-decoration: none;
}

.post-type-archive-innova_case article.innova_case .entry-title a:hover{
  color: #5a8f2e;
}

.post-type-archive-innova_case article.innova_case .ast-blog-meta-container{
  display: none !important;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container{
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container:empty{
  display: none;
}

.post-type-archive-innova_case article.innova_case .read-more{
  margin: auto 0 0 !important;
  padding: 18px 24px 24px;
}

.post-type-archive-innova_case article.innova_case .read-more a{
  display: inline-flex;
  align-items: center;
  color: #5a8f2e;
  font-weight: 700;
  text-decoration: none;
}

.post-type-archive-innova_case .innova-cases-cta{
  margin-top: 12px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faf4 0%, #eef5e8 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

@media (max-width: 767px){
  .post-type-archive-innova_case .ast-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-type-archive-innova_case .ast-archive-description{
    padding: 40px 0 28px !important;
  }

  .post-type-archive-innova_case .ast-archive-title{
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .post-type-archive-innova_case #main > .ast-row{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 24px 0 48px;
  }

  .post-type-archive-innova_case .innova-cases-intro{
    padding: 0 0 4px !important;
    font-size: 16px !important;
  }

  .post-type-archive-innova_case article.innova_case{
    border-radius: 18px;
  }

  .post-type-archive-innova_case article.innova_case .post-thumb a{
    aspect-ratio: 4 / 3;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding: 18px 18px 0;
    font-size: 22px;
  }

  .post-type-archive-innova_case article.innova_case .ast-excerpt-container{
    padding: 0 18px;
    font-size: 14px;
  }

  .post-type-archive-innova_case article.innova_case .read-more{
    padding: 16px 18px 20px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding: 24px 20px !important;
    border-radius: 18px;
  }
}
/* END INNOVA PROJECTS ARCHIVE CARDS — v1 */
/* =========================================================
   INNOVA CLEAN ADDITIONAL CSS (SAFE VERSION)
   Лише точкові доповнення без дублювання базових компонентів
========================================================= */

/* ---------- FORM ---------- */
.wpforms-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wpforms-submit{
  background: #111 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

/* ---------- ACCOUNT ---------- */
/* Увімкніть тільки якщо перевірено на реальній сторінці акаунта */
.woocommerce-account form input{
  min-height: 56px;
  border-radius: 16px;
}

/* ---------- MOBILE MENU ---------- */
@media (max-width: 921px){
  .ast-mobile-popup-drawer{
    background: #fff;
  }

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA PROJECTS ARCHIVE CARDS — v1
   Scope: only /projects/ archive
   ========================================================= */
.post-type-archive-innova_case .ast-archive-description{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 20px clamp(32px, 4vw, 48px) !important;
}

.post-type-archive-innova_case .ast-archive-title{
  margin: 0 0 10px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.post-type-archive-innova_case .ast-archive-description p{
  margin: 0;
  color: #667085;
  font-size: clamp(16px, 1.5vw, 20px);
}

.post-type-archive-innova_case #main > .ast-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 32px 20px 64px;
}

.post-type-archive-innova_case .innova-cases-intro,
.post-type-archive-innova_case .innova-cases-cta{
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.post-type-archive-innova_case .innova-cases-intro{
  padding: 0 0 8px !important;
  color: #667085 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.post-type-archive-innova_case article.innova_case{
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.post-type-archive-innova_case article.innova_case:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .11);
}

.post-type-archive-innova_case article.innova_case .ast-article-inner,
.post-type-archive-innova_case article.innova_case .post-content{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-innova_case article.innova_case .ast-blog-featured-section,
.post-type-archive-innova_case article.innova_case .post-thumb,
.post-type-archive-innova_case article.innova_case .post-thumb a{
  display: block;
  width: 100%;
  margin: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-thumb a{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f3;
}

.post-type-archive-innova_case article.innova_case .post-thumb img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-type-archive-innova_case article.innova_case:hover .post-thumb img{
  transform: scale(1.035);
}

.post-type-archive-innova_case article.innova_case .entry-title{
  margin: 0 !important;
  padding: 22px 24px 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.post-type-archive-innova_case article.innova_case .entry-title a{
  color: #111827;
  text-decoration: none;
}

.post-type-archive-innova_case article.innova_case .entry-title a:hover{
  color: #5a8f2e;
}

.post-type-archive-innova_case article.innova_case .ast-blog-meta-container{
  display: none !important;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container{
  display: none;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container:empty{
  display: none;
}

.post-type-archive-innova_case article.innova_case .read-more{
  margin: auto 0 0 !important;
  padding: 18px 24px 24px;
}

.post-type-archive-innova_case article.innova_case .read-more a{
  display: inline-flex;
  align-items: center;
  color: #5a8f2e;
  font-weight: 700;
  text-decoration: none;
}

.post-type-archive-innova_case .innova-cases-cta{
  margin-top: 12px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faf4 0%, #eef5e8 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

@media (max-width: 767px){
  .post-type-archive-innova_case .ast-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-type-archive-innova_case .ast-archive-description{
    padding: 40px 0 28px !important;
  }

  .post-type-archive-innova_case .ast-archive-title{
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .post-type-archive-innova_case #main > .ast-row{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 24px 0 48px;
  }

  .post-type-archive-innova_case .innova-cases-intro{
    padding: 0 0 4px !important;
    font-size: 16px !important;
  }

  .post-type-archive-innova_case article.innova_case{
    border-radius: 18px;
  }

  .post-type-archive-innova_case article.innova_case .post-thumb a{
    aspect-ratio: 4 / 3;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding: 18px 18px 0;
    font-size: 22px;
  }

  .post-type-archive-innova_case article.innova_case .ast-excerpt-container{
    padding: 0 18px;
    font-size: 14px;
  }

  .post-type-archive-innova_case article.innova_case .read-more{
    padding: 16px 18px 20px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding: 24px 20px !important;
    border-radius: 18px;
  }
}
/* END INNOVA PROJECTS ARCHIVE CARDS — v1 */

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA MOBILE HEADER + FAB FIX — v1
   ========================================================= */
@media (max-width: 767px){
  #ast-mobile-header .custom-logo-link{
    display: inline-flex !important;
    align-items: center;
  }

  #ast-mobile-header .custom-mobile-logo-link{
    display: none !important;
  }

  #ast-mobile-header .site-logo-img{
    width: auto !important;
  }

  #ast-mobile-header .custom-logo{
    display: block !important;
    width: 148px !important;
    max-width: 46vw !important;
    height: auto !important;
    opacity: 1 !important;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding-right: 18px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding-bottom: 24px !important;
  }

  .post-type-archive-innova_case .innova-fab{
    display: none !important;
  }
}
/* END INNOVA MOBILE HEADER + FAB FIX — v1 */
/* =========================================================
   INNOVA CLEAN ADDITIONAL CSS (SAFE VERSION)
   Лише точкові доповнення без дублювання базових компонентів
========================================================= */

/* ---------- FORM ---------- */
.wpforms-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wpforms-submit{
  background: #111 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

/* ---------- ACCOUNT ---------- */
/* Увімкніть тільки якщо перевірено на реальній сторінці акаунта */
.woocommerce-account form input{
  min-height: 56px;
  border-radius: 16px;
}

/* ---------- MOBILE MENU ---------- */
@media (max-width: 921px){
  .ast-mobile-popup-drawer{
    background: #fff;
  }

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA PROJECTS ARCHIVE CARDS — v1
   Scope: only /projects/ archive
   ========================================================= */
.post-type-archive-innova_case .ast-archive-description{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 20px clamp(32px, 4vw, 48px) !important;
}

.post-type-archive-innova_case .ast-archive-title{
  margin: 0 0 10px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.post-type-archive-innova_case .ast-archive-description p{
  margin: 0;
  color: #667085;
  font-size: clamp(16px, 1.5vw, 20px);
}

.post-type-archive-innova_case #main > .ast-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 32px 20px 64px;
}

.post-type-archive-innova_case .innova-cases-intro,
.post-type-archive-innova_case .innova-cases-cta{
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.post-type-archive-innova_case .innova-cases-intro{
  padding: 0 0 8px !important;
  color: #667085 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.post-type-archive-innova_case article.innova_case{
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.post-type-archive-innova_case article.innova_case:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .11);
}

.post-type-archive-innova_case article.innova_case .ast-article-inner,
.post-type-archive-innova_case article.innova_case .post-content{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-innova_case article.innova_case .ast-blog-featured-section,
.post-type-archive-innova_case article.innova_case .post-thumb,
.post-type-archive-innova_case article.innova_case .post-thumb a{
  display: block;
  width: 100%;
  margin: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-thumb a{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f3;
}

.post-type-archive-innova_case article.innova_case .post-thumb img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-type-archive-innova_case article.innova_case:hover .post-thumb img{
  transform: scale(1.035);
}

.post-type-archive-innova_case article.innova_case .entry-title{
  margin: 0 !important;
  padding: 22px 24px 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.post-type-archive-innova_case article.innova_case .entry-title a{
  color: #111827;
  text-decoration: none;
}

.post-type-archive-innova_case article.innova_case .entry-title a:hover{
  color: #5a8f2e;
}

.post-type-archive-innova_case article.innova_case .ast-blog-meta-container{
  display: none !important;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container{
  display: -webkit-box;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container:empty{
  display: none;
}

.post-type-archive-innova_case article.innova_case .read-more{
  margin: auto 0 0 !important;
  padding: 18px 24px 24px;
}

.post-type-archive-innova_case article.innova_case .read-more a{
  display: inline-flex;
  align-items: center;
  color: #5a8f2e;
  font-weight: 700;
  text-decoration: none;
}

.post-type-archive-innova_case .innova-cases-cta{
  margin-top: 12px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faf4 0%, #eef5e8 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

@media (max-width: 767px){
  .post-type-archive-innova_case .ast-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-type-archive-innova_case .ast-archive-description{
    padding: 40px 0 28px !important;
  }

  .post-type-archive-innova_case .ast-archive-title{
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .post-type-archive-innova_case #main > .ast-row{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 24px 0 48px;
  }

  .post-type-archive-innova_case .innova-cases-intro{
    padding: 0 0 4px !important;
    font-size: 16px !important;
  }

  .post-type-archive-innova_case article.innova_case{
    border-radius: 18px;
  }

  .post-type-archive-innova_case article.innova_case .post-thumb a{
    aspect-ratio: 4 / 3;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding: 18px 18px 0;
    font-size: 22px;
  }

  .post-type-archive-innova_case article.innova_case .ast-excerpt-container{
    padding: 0 18px;
    font-size: 14px;
  }

  .post-type-archive-innova_case article.innova_case .read-more{
    padding: 16px 18px 20px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding: 24px 20px !important;
    border-radius: 18px;
  }
}
/* END INNOVA PROJECTS ARCHIVE CARDS — v1 */
/* =========================================================
   INNOVA CLEAN ADDITIONAL CSS (SAFE VERSION)
   Лише точкові доповнення без дублювання базових компонентів
========================================================= */

/* ---------- FORM ---------- */
.wpforms-form{
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.wpforms-submit{
  background: #111 !important;
  color: #fff !important;
  border-radius: 14px !important;
}

/* ---------- ACCOUNT ---------- */
/* Увімкніть тільки якщо перевірено на реальній сторінці акаунта */
.woocommerce-account form input{
  min-height: 56px;
  border-radius: 16px;
}

/* ---------- MOBILE MENU ---------- */
@media (max-width: 921px){
  .ast-mobile-popup-drawer{
    background: #fff;
  }

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}


/* =========================================================
   INNOVA PROJECTS ARCHIVE CARDS — v1
   Scope: only /projects/ archive
   ========================================================= */
.post-type-archive-innova_case .ast-archive-description{
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 82px) 20px clamp(32px, 4vw, 48px) !important;
}

.post-type-archive-innova_case .ast-archive-title{
  margin: 0 0 10px;
  font-size: clamp(36px, 4.5vw, 58px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.035em;
}

.post-type-archive-innova_case .ast-archive-description p{
  margin: 0;
  color: #667085;
  font-size: clamp(16px, 1.5vw, 20px);
}

.post-type-archive-innova_case #main > .ast-row{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto !important;
  padding: 32px 20px 64px;
}

.post-type-archive-innova_case .innova-cases-intro,
.post-type-archive-innova_case .innova-cases-cta{
  grid-column: 1 / -1;
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  box-sizing: border-box;
}

.post-type-archive-innova_case .innova-cases-intro{
  padding: 0 0 8px !important;
  color: #667085 !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.post-type-archive-innova_case article.innova_case{
  min-width: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.post-type-archive-innova_case article.innova_case:hover{
  transform: translateY(-5px);
  box-shadow: 0 22px 52px rgba(15, 23, 42, .11);
}

.post-type-archive-innova_case article.innova_case .ast-article-inner,
.post-type-archive-innova_case article.innova_case .post-content{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-content{
  display: flex;
  flex-direction: column;
}

.post-type-archive-innova_case article.innova_case .ast-blog-featured-section,
.post-type-archive-innova_case article.innova_case .post-thumb,
.post-type-archive-innova_case article.innova_case .post-thumb a{
  display: block;
  width: 100%;
  margin: 0 !important;
}

.post-type-archive-innova_case article.innova_case .post-thumb a{
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #eef1f3;
}

.post-type-archive-innova_case article.innova_case .post-thumb img{
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .35s ease;
}

.post-type-archive-innova_case article.innova_case:hover .post-thumb img{
  transform: scale(1.035);
}

.post-type-archive-innova_case article.innova_case .entry-title{
  margin: 0 !important;
  padding: 22px 24px 0;
  font-size: clamp(21px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.post-type-archive-innova_case article.innova_case .entry-title a{
  color: #111827;
  text-decoration: none;
}

.post-type-archive-innova_case article.innova_case .entry-title a:hover{
  color: #5a8f2e;
}

.post-type-archive-innova_case article.innova_case .ast-blog-meta-container{
  display: none !important;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container{
  display: none;
  overflow: hidden;
  margin: 12px 0 0;
  padding: 0 24px;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-type-archive-innova_case article.innova_case .ast-excerpt-container:empty{
  display: none;
}

.post-type-archive-innova_case article.innova_case .read-more{
  margin: auto 0 0 !important;
  padding: 18px 24px 24px;
}

.post-type-archive-innova_case article.innova_case .read-more a{
  display: inline-flex;
  align-items: center;
  color: #5a8f2e;
  font-weight: 700;
  text-decoration: none;
}

.post-type-archive-innova_case .innova-cases-cta{
  margin-top: 12px !important;
  padding: clamp(26px, 4vw, 42px) !important;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 22px;
  background: linear-gradient(135deg, #f7faf4 0%, #eef5e8 100%);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .05);
}

@media (max-width: 767px){
  .post-type-archive-innova_case .ast-container{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .post-type-archive-innova_case .ast-archive-description{
    padding: 40px 0 28px !important;
  }

  .post-type-archive-innova_case .ast-archive-title{
    font-size: 36px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .post-type-archive-innova_case #main > .ast-row{
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 24px 0 48px;
  }

  .post-type-archive-innova_case .innova-cases-intro{
    padding: 0 0 4px !important;
    font-size: 16px !important;
  }

  .post-type-archive-innova_case article.innova_case{
    border-radius: 18px;
  }

  .post-type-archive-innova_case article.innova_case .post-thumb a{
    aspect-ratio: 4 / 3;
  }

  .post-type-archive-innova_case article.innova_case .entry-title{
    padding: 18px 18px 0;
    font-size: 22px;
  }

  .post-type-archive-innova_case article.innova_case .ast-excerpt-container{
    padding: 0 18px;
    font-size: 14px;
  }

  .post-type-archive-innova_case article.innova_case .read-more{
    padding: 16px 18px 20px;
  }

  .post-type-archive-innova_case .innova-cases-cta{
    padding: 24px 20px !important;
    border-radius: 18px;
  }
}
/* END INNOVA PROJECTS ARCHIVE CARDS — v1 */

  .ast-mobile-popup-drawer .menu-item > a{
    min-height: 60px;
    font-size: 18px;
    color: #111;
  }

  /* Краще замінити href-селектор на окремий class у меню */
  .ast-mobile-popup-drawer .menu-item a[href*="selector"]{
    background: #111;
    color: #fff !important;
    border-radius: 14px;
  }
}

/* ---------- CLEAN FIXES ---------- */

/* Ховаємо Woo tabs / related тільки на single product */
.single-product .woocommerce-tabs,
.single-product .related.products{
  display: none !important;
}

/* Прибираємо тільки Woo/category count, не будь-який .count на сайті */
.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;
}

#infinite-handle{
  display: none !important;
}

/* ---------- BLOG / NEWS CLEANUP ---------- */
.single-post #comments,
.single-post .comment-respond,
.sharedaddy,
.sd-like-enabled,
.jetpack-likes-widget-wrapper,
.post-comments-link,
.comments-link{
  display: none !important;
}

.single-post .entry-content,
.single-post .entry-summary,
.single-post .entry-header,
.single-post .entry-footer{
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ---------- HIDE OLD WOO SUBCATEGORY GRID ONLY WHERE NEEDED ---------- */
.tax-product_cat.term-heat-pumps-innova ul.products li.product-category,
.tax-product_cat.term-fancoils-innova ul.products li.product-category,
.tax-product_cat.term-kondycionery-2-0 ul.products li.product-category{
  display: none !important;
}

.tax-product_cat.term-heat-pumps-innova ul.products,
.tax-product_cat.term-fancoils-innova ul.products,
.tax-product_cat.term-kondycionery-2-0 ul.products{
  margin-bottom: 0 !important;
}

/* ---------- BETTER SPACING BETWEEN HERO AND CUSTOM SERIES GRID ---------- */
.tax-product_cat.term-fancoils-innova .innova-catalog-hero,
.tax-product_cat.term-heat-pumps-innova .innova-catalog-hero,
.tax-product_cat.term-kondycionery-2-0 .innova-catalog-hero{
  margin-bottom: 24px !important;
}

.tax-product_cat.term-fancoils-innova .innova-series-grid-block,
.tax-product_cat.term-heat-pumps-innova .innova-series-grid-block,
.tax-product_cat.term-kondycionery-2-0 .innova-series-grid-block{
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* ---------- CATEGORY CARD HELPER ---------- */
/* Лишайте тільки якщо цей клас реально використовується в markup */
.innova-category-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.innova-category-card img{
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%);
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.innova-category-card:hover img{
  transform: scale(1.03);
}
/* =========================================================
   ▼▼▼ INNOVA — РЕДИЗАЙН СТОРІНКИ /news/  (v1.0)  ▼▼▼
   МАРКЕР ПОЧАТКУ — для відкату шукати цей коментар
   ---------------------------------------------------------
   Куди:  WP Admin → Зовнішній вигляд → Налаштувати →
          Додаткові стилі CSS (Customizer).
   Як:    ДОДАТИ цей блок У КІНЕЦЬ Customizer (нічого не
          видаляти). Старі правила /news/ у style.css ТЕМИ
          перекриваються автоматично — Customizer вантажиться
          пізніше за рівної специфічності. ID = page-id-4392 ✓

   Відкат: видалити все від цього маркера до маркера
           "▲▲▲ КІНЕЦЬ" унизу файлу.

   Прив'язка подвійна (страховка):
     .page-id-4392  +  .innova-news-page
   (спрацює навіть якщо ID колись зміниться).

   Розмітка картки — рівно як у шорткоді [innova_news]
   (functions.php дочірньої теми): __img / __body / __meta /
   __title / __excerpt / __more / --placeholder / pagination.

   Стиль-орієнтир: преміум-картки WLHP + store-hero
   (скруглення, двошарові тіні, типографіка з :root теми).
========================================================= */

/* ---------- межі сторінки + фон ---------- */
.page-id-4392 .site-content,
.page-id-4392 .entry-content,
.page-id-4392 .content-area,
.innova-news-page{
  background: var(--innova-bg, #f5f5f3);
}

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

.innova-news-page{
  max-width: var(--innova-max, 1240px);
  margin: 0 auto;
  padding: 0 20px 64px;
  color: var(--innova-text, #111827);
}

/* спільний внутрішній рядок-кікер для секцій */
.innova-news-kicker,
.innova-news-section-kicker{
  display: inline-block;
  margin-bottom: 12px;
  color: #6f7784;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* =========================
   HERO
========================= */
.innova-news-hero{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 420px;
  margin: 8px 0 40px;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: var(--innova-radius-xl, 30px);
background:
    linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 38%, rgba(255,255,255,.35) 64%, rgba(255,255,255,.06) 100%),
    url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") center right / cover no-repeat;
  box-shadow: 0 16px 44px rgba(15,23,42,.05);
}

.innova-news-hero__content{
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.innova-news-hero h1{
  max-width: 760px;
  margin: 0 0 16px;
  color: #0f172a;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 800;
  line-height: .99;
  letter-spacing: -.05em;
}

.innova-news-hero p{
  max-width: 640px;
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.6;
}

.innova-news-hero__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* кнопки hero — узгоджено з .innova-btn теми, але страхуємось */
.innova-news-page .innova-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}

.innova-news-page .innova-btn--primary{
  background: #111111;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(0,0,0,.12);
}

.innova-news-page .innova-btn--primary:hover{
  background: #1c1d20;
  color: #fff;
  transform: translateY(-2px);
}

.innova-news-page .innova-btn--secondary{
  background: rgba(255,255,255,.78);
  color: #111827;
  border: 1px solid rgba(17,24,39,.08);
}

.innova-news-page .innova-btn--secondary:hover{
  background: #fff;
  color: #111827;
  transform: translateY(-2px);
}

/* =========================
   INTRO
========================= */
.innova-news-intro{
  margin: 0 0 48px;
}

.innova-news-intro__head{
  max-width: 820px;
}

.innova-news-intro__head h2{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-intro__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.6;
}

/* =========================
   SECTION (Новини / Інженерні статті)
========================= */
.innova-news-section{
  margin: 0 0 56px;
  scroll-margin-top: 100px; /* для якорів #news-feed / #engineering-feed */
}

.innova-news-section--light{
  background: var(--innova-surface-soft, #fafaf8);
  border: 1px solid var(--innova-border-soft, rgba(17,24,39,.05));
  border-radius: var(--innova-radius-lg, 24px);
  padding: 40px clamp(20px, 4vw, 44px);
}

.innova-news-section__head{
  max-width: 820px;
  margin: 0 0 28px;
}

.innova-news-section__head h2{
  margin: 0 0 10px;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.03em;
  color: var(--innova-text, #111827);
}

.innova-news-section__head p{
  margin: 0;
  color: var(--innova-muted, #667085);
  font-size: 17px;
  line-height: 1.58;
}

/* =========================
   FEED GRID + КАРТКИ
   (структура з шорткоду [innova_news])
========================= */
.page-id-4392 .innova-news-feed-grid,
.innova-news-page .innova-news-feed-grid,
.innova-news-feed .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,
.innova-news-page .innova-news-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfa 100%);
  border: 1px solid rgba(15,23,42,.04);
  border-radius: var(--innova-radius-lg, 24px);
  box-shadow:
    0 18px 44px rgba(15,23,42,.05),
    0 40px 90px rgba(15,23,42,.04);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.page-id-4392 .innova-news-card:hover,
.innova-news-page .innova-news-card:hover{
  transform: translateY(-6px);
  border-color: rgba(15,23,42,.07);
  box-shadow:
    0 24px 58px rgba(15,23,42,.08),
    0 50px 100px rgba(15,23,42,.06);
}

/* фото-обгортка (це посилання a) */
.page-id-4392 .innova-news-card__img,
.innova-news-page .innova-news-card__img{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: radial-gradient(circle at 50% 25%, #ffffff 0%, #f6f7f8 58%, #f1f3f5 100%);
}

.page-id-4392 .innova-news-card__img img,
.innova-news-page .innova-news-card__img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform .35s ease;
}

.page-id-4392 .innova-news-card:hover .innova-news-card__img img,
.innova-news-page .innova-news-card:hover .innova-news-card__img img{
  transform: scale(1.04);
}

/* плейсхолдер коли немає featured image — більше не порожня діра */
.page-id-4392 .innova-news-card__img--placeholder,
.innova-news-page .innova-news-card__img--placeholder{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, #f3f5f7 0%, #e9ecef 100%);
  position: relative;
}

.page-id-4392 .innova-news-card__img--placeholder::after,
.innova-news-page .innova-news-card__img--placeholder::after{
  content: "INNOVA";
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .22em;
  color: rgba(17,24,39,.16);
}

/* тіло картки */
.page-id-4392 .innova-news-card__body,
.innova-news-page .innova-news-card__body{
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 22px 22px;
}

.page-id-4392 .innova-news-card__meta,
.innova-news-page .innova-news-card__meta{
  margin: 0 0 10px;
  color: var(--innova-muted, #667085);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
}

.page-id-4392 .innova-news-card__title,
.innova-news-page .innova-news-card__title{
  margin: 0 0 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -.015em;
}

.page-id-4392 .innova-news-card__title a,
.innova-news-page .innova-news-card__title a{
  color: var(--innova-text, #111827);
  text-decoration: none;
  transition: color .18s ease;
}

.page-id-4392 .innova-news-card__title a:hover,
.innova-news-page .innova-news-card__title a:hover{
  color: var(--innova-accent-2, #2bb673);
}

.page-id-4392 .innova-news-card__excerpt,
.innova-news-page .innova-news-card__excerpt{
  flex-grow: 1;
  margin: 0 0 16px;
  color: var(--innova-muted, #667085);
  font-size: 14px;
  line-height: 1.6;
}

.page-id-4392 .innova-news-card__more,
.innova-news-page .innova-news-card__more{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: gap .18s ease, color .18s ease;
}

.page-id-4392 .innova-news-card__more:hover,
.innova-news-page .innova-news-card__more:hover{
  color: var(--innova-accent-2, #2bb673);
}

/* =========================
   ПАГІНАЦІЯ (paginate_links type=list)
========================= */
.page-id-4392 .innova-news-pagination,
.innova-news-page .innova-news-pagination{
  margin-top: 36px;
}

.page-id-4392 .innova-news-pagination ul,
.innova-news-page .innova-news-pagination ul{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination li,
.innova-news-page .innova-news-pagination li{
  margin: 0;
  list-style: none;
}

.page-id-4392 .innova-news-pagination a,
.page-id-4392 .innova-news-pagination span,
.innova-news-page .innova-news-pagination a,
.innova-news-page .innova-news-pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: #fff;
  color: var(--innova-text, #111827);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--innova-shadow-sm, 0 10px 28px rgba(16,24,40,.05));
  transition: background .2s ease, color .2s ease, transform .2s ease, border-color .2s ease;
}

.page-id-4392 .innova-news-pagination a:hover,
.innova-news-page .innova-news-pagination a:hover{
  border-color: rgba(17,24,39,.16);
  transform: translateY(-1px);
}

.page-id-4392 .innova-news-pagination .current,
.innova-news-page .innova-news-pagination .current{
  background: linear-gradient(180deg, #171717 0%, #111111 100%);
  color: #fff;
  border-color: transparent;
}

/* «Поки що немає публікацій…» (шорткод виводить голий p) */
.innova-news-page p.innova-news-empty,
.innova-news-section p.innova-news-empty,
.page-id-4392 .entry-content p:only-child{
  margin: 0;
  padding: 28px 24px;
  border: 1px dashed rgba(17,24,39,.14);
  border-radius: var(--innova-radius-md, 20px);
  background: #fff;
  color: var(--innova-muted, #667085);
  font-size: 15px;
}

/* =========================
   CTA (низ сторінки)
========================= */
.innova-news-cta{
  position: relative;
  overflow: hidden;
  max-width: var(--innova-max, 1240px);
  margin: 8px auto 0;
  padding: 52px clamp(24px, 5vw, 48px);
  border-radius: var(--innova-radius-xl, 30px);
  background: linear-gradient(135deg, #070809 0%, #111315 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(3,7,18,.18);
}

.innova-news-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-news-cta__inner{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.innova-news-cta h2{
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.04;
  letter-spacing: -.03em;
}

.innova-news-cta p{
  max-width: 560px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.62;
}

.innova-news-cta .innova-btn--primary{
  background: var(--innova-accent-2, #2bb673);
  color: #fff;
  white-space: nowrap;
}

.innova-news-cta .innova-btn--primary:hover{
  background: #239e62;
}

/* =========================
   АДАПТИВ
========================= */
@media (max-width: 1100px){
  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 768px){
  .innova-news-page{
    padding: 0 14px 48px;
  }

  .innova-news-hero{
    min-height: auto;
    margin: 0 0 28px;
    padding: 26px 20px 24px;
    border-radius: 22px;
  }

  .innova-news-hero__actions .innova-btn{
    width: 100%;
  }

  .innova-news-section--light{
    padding: 28px 18px;
    border-radius: 20px;
  }

  .page-id-4392 .innova-news-feed-grid,
  .innova-news-page .innova-news-feed-grid,
  .innova-news-feed .innova-news-feed-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .innova-news-cta{
    padding: 34px 20px;
    border-radius: 22px;
  }

  .innova-news-cta__inner{
    flex-direction: column;
    align-items: flex-start;
  }

  .innova-news-cta .innova-btn{
    width: 100%;
  }
}

/* ▲▲▲ КІНЕЦЬ INNOVA РЕДИЗАЙН /news/ v1.0 — для відкату видалити до маркера ▼▼▼ вгорі ▲▲▲ */
/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): підтягнути до стилю сайту ===== */

/* ===== КОНСУЛЬТАЦІЯ (page-id-2385): оформити "голі" секції ===== */

/* Кікери (маленькі підписи над заголовками) */
.page-id-2385 .innova-value-kicker,
.page-id-2385 .innova-section-kicker,
.page-id-2385 .innova-consult-kicker{
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #2bb673;
}

/* Бейджі в hero — пігулки замість суцільного рядка */
.page-id-2385 .innova-consult-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.page-id-2385 .innova-consult-badges span{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #16313a;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(12,30,50,.04);
}

/* Картки "Що ви отримуєте" (01-04) + Кроки — у стилі .innova-card */
.page-id-2385 .innova-value-grid,
.page-id-2385 .innova-steps{
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 22px;
  margin-top: 8px;
}
.page-id-2385 .innova-value-card,
.page-id-2385 .innova-step{
  background: linear-gradient(180deg, #ffffff 0%, #fafaf9 100%);
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 22px;
  padding: 28px 24px;
  box-shadow: 0 12px 30px rgba(15,23,42,.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.page-id-2385 .innova-value-card:hover,
.page-id-2385 .innova-step:hover{
  transform: translateY(-4px);
  border-color: rgba(43,182,115,.25);
  box-shadow: 0 20px 44px rgba(15,23,42,.08);
}

/* Великий номер 01-04 — зелений акцент */
.page-id-2385 .innova-value-card__num,
.page-id-2385 .innova-step__num{
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.02em;
  color: #2bb673;
  margin-bottom: 14px;
}
.page-id-2385 .innova-value-card h3,
.page-id-2385 .innova-step h3{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color: #111827;
}
.page-id-2385 .innova-value-card p,
.page-id-2385 .innova-step p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5f6b76;
}

/* На планшеті — по 2 в ряд, на телефоні — по 1 */
@media (max-width: 1100px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}
@media (max-width: 768px){
  .page-id-2385 .innova-value-grid,
  .page-id-2385 .innova-steps{
    grid-template-columns: 1fr;
  }
}
/* CTA новин — вирівняти по ширині контенту (1240) */
.page-id-4392 .innova-news-cta,
.innova-news-page .innova-news-cta{
  max-width: var(--innova-max, 1240px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Товари — відступи опису (HRP DOMO та ін.) */
.single-product .woocommerce-product-details__short-description{
  margin: 18px 0 22px !important;
  padding-top: 18px;
  border-top: 1px solid rgba(17,24,39,.06);
  color: #667085;
  font-size: 15px;
  line-height: 1.65;
}
.single-product .woocommerce-product-details__short-description p{ margin: 0 !important; }

.single-product div.product > p,
.single-product div.product > ul,
.single-product div.product > ol{
  clear: both !important;
  max-width: 840px;
}
.single-product div.product > p{
  margin: 0 0 16px !important;
  line-height: 1.7;
  color: #111827;
}
.single-product div.product > ul{
  margin: 6px 0 22px !important;
  padding-left: 22px !important;
  list-style: disc !important;
}
.single-product div.product > ul > li{
  margin: 0 0 8px !important;
  line-height: 1.6;
  color: #111827;
}
/* =========================================================
   PREMIUM HEADER + DROPDOWN CLEAN FINAL
========================================================= */

/* Header height */
.ast-primary-header-bar {
  min-height: 76px !important;
}

/* Logo size */
.site-logo-img img {
  max-height: 58px !important;
  width: auto;
}

/* Main menu items */
.main-header-menu > .menu-item > .menu-link {
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .035em !important;
  text-transform: uppercase !important;
}

/* Dropdown wrapper */
.main-header-menu .sub-menu {
  min-width: 225px !important;
  padding: 8px !important;
  margin-top: 0 !important;
  border-radius: 18px !important;
  border: 1px solid rgba(15, 23, 42, 0.06) !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(14px);
}

/* Dropdown items */
.main-header-menu .sub-menu .menu-item {
  border-bottom: none !important;
}

/* Dropdown links */
.main-header-menu .sub-menu .menu-link {
  padding: 9px 14px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .025em !important;
  color: #1f2933 !important;
  text-transform: uppercase !important;
}

/* Dropdown hover */
.main-header-menu .sub-menu .menu-link:hover {
  background: #f4f5f6 !important;
  color: #0f172a !important;
}

/* Page anchor offset */
.ast-container,
.site-content {
  scroll-margin-top: 90px;
}

/* Home hero spacing */
body.home .entry-content > *:first-child {
  margin-top: 18px !important;
}


/* === Air Stream header (variant A) — додано автоматично === */
/* 1. Головне меню звичайним регістром */
.main-header-menu > .menu-item > .menu-link {
  text-transform: none !important;
  letter-spacing: normal !important;
}
/* 2. Кнопка «Підбір» — акцентний зелений бренду */
.main-header-menu .menu-cta > .menu-link,
.ast-header-break-point .main-header-menu .menu-cta > .menu-link {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
  color: #ffffff !important;
}
.main-header-menu .menu-cta > .menu-link:hover,
.main-header-menu .menu-cta > .menu-link:focus {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
  color: #ffffff !important;
}
/* === /Air Stream header === */


/* === Про нас: адаптив сітки проєктів + відступи заголовка === */
@media (max-width:820px){ .cic-proj-grid{ grid-template-columns:1fr 1fr !important; } }
@media (max-width:520px){ .cic-proj-grid{ grid-template-columns:1fr !important; } }
/* about-title-hide */ .page-id-8204 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
/* === /Про нас === */

/* Прибрати порожні <p> від wpautop у сітці проєктів */
.cic-proj-grid > :not(a){ display:none !important; }

/* === Уніфікація акценту innova-* під бренд-зелений (еталон: Про нас) === */
:root{ --innova-accent:#5f9612; }
.innova-btn--primary, .btn-primary, a.btn-primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.innova-btn--primary:hover, .btn-primary:hover, a.btn-primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
.innova-value-card__num{ background-color:#5f9612 !important; color:#fff !important; }

/* form-submit-green: кнопка WPForms у бренд-зелений (перекриває чорну вище) */
.wpforms-container button.wpforms-submit, form .wpforms-submit, .wpforms-submit{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.wpforms-container button.wpforms-submit:hover, .wpforms-submit:hover{ background-color:#4e7d10 !important; }

/* scoped-green-overrides: перекрити всі точкові темні кнопки innova під бренд-зелений */
.home .innova-home-hero .innova-btn--primary, .home .innova-home-hero .btn-primary,
.innova-news-page .innova-btn--primary,
.innova-series-product-card__actions .innova-btn--primary{ background-color:#5f9612 !important; border-color:#5f9612 !important; }
.home .innova-home-hero .innova-btn--primary:hover,
.innova-news-page .innova-btn--primary:hover,
.innova-series-product-card__actions .innova-btn--primary:hover,
.home .innova-wlhp .innova-btn--primary:hover{ background-color:#4e7d10 !important; border-color:#4e7d10 !important; }
 
/* woo-green-buttons: первинні кнопки WooCommerce у бренд-зелений (в кошик / оформити / підтвердити) */
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce .single_add_to_cart_button, .woocommerce a.add_to_cart_button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce #respond input#submit.alt,
.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button, #place_order{
  background-color:#5f9612 !important; border-color:#5f9612 !important; color:#fff !important;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce .single_add_to_cart_button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.wc-block-cart__submit-button:hover, .wc-block-components-checkout-place-order-button:hover, #place_order:hover{
  background-color:#4e7d10 !important; border-color:#4e7d10 !important;
}

/* === news-page-refine: відступи списку + герой === */
.innova-news-intro, .innova-news-section{ padding-left:58px !important; padding-right:58px !important; box-sizing:border-box; }
.innova-news-hero__content{ margin-left:0 !important; margin-right:auto !important; max-width:760px; }
.innova-news-hero .innova-kicker{ color:#5f9612 !important; }
@media (max-width:600px){
  .innova-news-intro, .innova-news-section{ padding-left:20px !important; padding-right:20px !important; }
  .innova-news-hero{ padding-left:20px !important; padding-right:20px !important; }
}

/* === consult-refine: єдиний центрований контейнер контенту === */
.innova-value-grid, .innova-cards, .innova-steps, .innova-form-shell, .innova-faq, .innova-consult-cta__inner{
  max-width:1240px !important; margin-left:auto !important; margin-right:auto !important;
  padding-left:24px !important; padding-right:24px !important; box-sizing:border-box;
}

/* === consult-cards-hero: 4 картки в ряд + зелений eyebrow героя === */
.innova-value-grid{ grid-template-columns:repeat(4,1fr) !important; }
@media (max-width:900px){ .innova-value-grid{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ .innova-value-grid{ grid-template-columns:1fr !important; } }
.innova-consult-hero .innova-consult-kicker{ color:#5f9612 !important; }


/* contacts-page-refine */
.page-id-8043 .entry-title{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.innova-contacts .innova-kicker{color:#5f9612!important}


/* series-card-cta-green */
.innova-series-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-series-card__link:hover .innova-series-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* store-btn-green */
.innova-store-btn--primary{background-color:#5f9612!important;background-image:none!important}
.innova-store-btn--primary:hover{background-color:#4e7d10!important}


/* related-products-cards */
.related.products ul.products{display:flex!important;flex-wrap:wrap;gap:24px;margin:0!important;padding:0!important}
.related.products ul.products li.product{flex:1 1 220px;max-width:calc(33.333% - 16px);width:auto!important;margin:0!important;background:#fff;border-radius:16px;padding:16px;box-shadow:0 4px 18px rgba(0,0,0,.05);text-align:center}
.related.products li.product .astra-shop-thumbnail-wrap{display:block;margin-bottom:12px}
.related.products li.product img{width:100%!important;height:auto!important;display:block;opacity:1!important;border-radius:10px}
.related.products li.product .price{display:block;margin-top:6px}
@media(max-width:820px){.related.products ul.products li.product{max-width:calc(50% - 12px);flex-basis:160px}}
@media(max-width:520px){.related.products ul.products li.product{max-width:100%}}


/* related-unhide-native */
.single-product .related.products{display:block!important}
.single-product .jp-relatedposts{display:none!important}

/* hero-less-wash */
.innova-catalog-hero::before{background:linear-gradient(90deg,rgba(255,255,255,0.88) 0%,rgba(255,255,255,0.72) 34%,rgba(255,255,255,0.35) 54%,rgba(255,255,255,0.05) 72%,rgba(255,255,255,0) 100%)!important}


/* hero-less-wash-pages */
.innova-home-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), radial-gradient(circle at 82% 18%, rgba(17, 24, 39, 0.08) 0px, rgba(17, 24, 39, 0) 24%), url("https://climateinnova.com/wp-content/uploads/2026/03/innova_heatpump_hero_luxury_2400x1200.webp") !important}
.innova-news-hero{background-image:linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.66) 38%, rgba(255, 255, 255, 0.28) 64%, rgba(255, 255, 255, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/06/innova-hero-engineering.png") !important}
.innova-consult-hero{background-image:linear-gradient(90deg, rgba(250, 250, 250, 0.88) 0%, rgba(244, 244, 245, 0.66) 34%, rgba(237, 237, 238, 0.28) 58%, rgba(250, 250, 250, 0) 100%), url("https://climateinnova.com/wp-content/uploads/2026/04/innova_store_hero_2400x1200.webp") !important}


/* about-hero-flush */
.page-id-8204 .entry-header{margin:0!important}


/* calc-green-accent */
.cic-calc{--cic-accent:#5f9612 !important}
.cic-calc__kicker{color:#5f9612 !important}


/* store-card-cta-green */
.innova-store-card__cta{background-image:linear-gradient(#5f9612,#4e7d10)!important}
.innova-store-card__link:hover .innova-store-card__cta{background-image:linear-gradient(#4e7d10,#3f6a0d)!important}


/* menu-partner-link */
.menu-partner > .menu-link{color:#5f9612 !important;font-weight:600;text-transform:none}
.menu-partner > .menu-link:hover{color:#4e7d10 !important;text-decoration:underline}

/* mobile-menu-cta-green */
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link,
#ast-hf-menu-2-mobile .menu-cta > .menu-link{background-color:#5f9612 !important;background-image:none !important;border-color:#5f9612 !important;color:#ffffff !important}
.ast-mobile-popup-drawer .main-header-menu .menu-cta > .menu-link:hover,
#ast-hf-menu-2-mobile .menu-cta > .menu-link:hover{background-color:#4e7d10 !important;border-color:#4e7d10 !important}
.ast-mobile-popup-drawer .menu-partner > .menu-link,
#ast-hf-menu-2-mobile .menu-partner > .menu-link{color:#5f9612 !important;font-weight:600}

/* mobile-menu-polish */
#ast-mobile-popup .ast-header-account{display:none !important}
#ast-mobile-popup .ast-mobile-popup-content{padding-top:0 !important}
.innova-mnav-brand{display:flex;justify-content:center;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #eef1ea}
.innova-mnav-brand img{height:42px;width:auto;max-width:72%}
#ast-hf-menu-2-mobile > li > .menu-link{padding:14px 22px !important;border-left:3px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}
#ast-hf-menu-2-mobile > li > .menu-link:hover,
#ast-hf-menu-2-mobile > li.current-menu-item > .menu-link{color:#5f9612 !important;border-left-color:#5f9612;background:#f4f8ee !important}
.innova-mnav-contact{margin-top:8px;padding:16px 20px 24px;border-top:1px solid #eef1ea}
.innova-mnav-contact__t{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#8a8f83;margin-bottom:10px}
.innova-mnav-contact__row{display:flex;flex-direction:column;gap:8px}
.innova-mnav-2{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.innova-mbtn{display:block;text-align:center;padding:12px 14px;border-radius:10px;font-weight:600;font-size:15px;border:1.5px solid #5f9612;color:#5f9612 !important;text-decoration:none;line-height:1.1}
.innova-mbtn--call{background:#5f9612;color:#ffffff !important}
.innova-mbtn:hover{background:#f4f8ee}
.innova-mbtn--call:hover{background:#4e7d10;color:#ffffff !important;border-color:#4e7d10}

/* account-lostpassword-brand */
.page-id-4391 .entry-content{max-width:1180px;margin-left:auto;margin-right:auto;padding-left:22px;padding-right:22px;box-sizing:border-box}
.page-id-4391 .woocommerce{max-width:560px;margin:26px auto 6px;background:#fff;border:1px solid #eef1ea;border-radius:16px;padding:28px 30px 32px;box-shadow:0 6px 24px rgba(31,45,10,.06)}
.page-id-4391 .woocommerce-ResetPassword p,.page-id-4391 .woocommerce form p{color:#4a4f45}
.page-id-4391 .woocommerce form .form-row label{font-weight:600;color:#2f3a1e}
.page-id-4391 .woocommerce-ResetPassword input.input-text{width:100%;border:1.5px solid #dfe4d8 !important;border-radius:10px !important;padding:12px 14px !important;box-sizing:border-box}
.page-id-4391 .woocommerce-ResetPassword input.input-text:focus{border-color:#5f9612 !important;outline:none;box-shadow:0 0 0 3px rgba(95,150,18,.15)}
.page-id-4391 .woocommerce-ResetPassword button.button,
.page-id-4391 .woocommerce-Button.button,
.page-id-4391 .woocommerce form button.button{background:#5f9612 !important;background-image:none !important;color:#fff !important;border:0 !important;border-radius:10px !important;padding:13px 26px !important;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .15s ease}
.page-id-4391 .woocommerce-ResetPassword button.button:hover,
.page-id-4391 .woocommerce-Button.button:hover,
.page-id-4391 .woocommerce form button.button:hover{background:#4e7d10 !important}
.page-id-4391 .woocommerce a{color:#5f9612}
.page-id-4391 .woocommerce a:hover{color:#4e7d10;text-decoration:underline}



/* === footer-polish-2026-08 === */
#colophon,
#colophon .site-primary-footer-wrap{
  background:#477b13 !important;
}
#colophon .site-primary-footer-inner-wrap{
  max-width:none !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
#colophon .site-footer-primary-section-1{
  width:100% !important;
}
#colophon .ast-footer-html-1 > .ast-header-html > .ast-builder-html-element > p:empty{
  display:none !important;
  margin:0 !important;
}
.innova-footer{
  background:linear-gradient(135deg,#578d16 0%,#3f7210 100%) !important;
}
.innova-footer__inner{
  max-width:1240px !important;
  padding:40px 32px 30px !important;
  grid-template-columns:minmax(300px,1.45fr) repeat(3,minmax(150px,1fr)) !important;
  gap:42px !important;
  align-items:start !important;
}
.innova-footer__logo{
  margin-bottom:14px !important;
}
.innova-footer__logo img{
  display:block !important;
  width:260px !important;
  max-width:100% !important;
  height:auto !important;
  max-height:78px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:brightness(0) invert(1) !important;
}
.innova-footer__brand p{
  max-width:370px;
  margin-bottom:16px !important;
  color:rgba(255,255,255,.92) !important;
  font-size:14px !important;
  line-height:1.55 !important;
}
.innova-footer__contact div{
  margin-bottom:7px !important;
  color:#fff !important;
}
.innova-footer__contact small{
  color:rgba(255,255,255,.82) !important;
}
.innova-footer h4{
  margin-bottom:16px !important;
}
.innova-footer li{
  margin-bottom:8px !important;
}
.innova-footer li a{
  color:rgba(255,255,255,.92) !important;
}
.innova-footer__soc{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:6px !important;
  margin-top:16px !important;
}
.innova-footer__soc br{
  display:none !important;
}
.innova-footer__soc a{
  padding:5px 8px !important;
  border-color:rgba(255,255,255,.34) !important;
  color:#fff !important;
  font-size:11px !important;
  white-space:nowrap;
}
.innova-footer__soc a:hover{
  background:rgba(255,255,255,.12);
  border-color:#fff !important;
  color:#fff !important;
}
.innova-footer__bottom{
  background:rgba(0,0,0,.08);
  border-top-color:rgba(255,255,255,.16) !important;
}
.innova-footer__bottom-inner{
  max-width:1240px !important;
  padding:16px 112px 16px 32px !important;
  color:rgba(255,255,255,.78) !important;
}
.innova-footer__pay{
  color:rgba(255,255,255,.78) !important;
  text-align:right;
}
@media(max-width:980px) and (min-width:601px){
  .innova-footer__inner{
    grid-template-columns:1.35fr 1fr 1fr !important;
    gap:32px !important;
  }
  .innova-footer__inner .ci-footer-group:last-child{
    grid-column:2 / 4;
  }
}
@media(max-width:600px){
  #colophon .site-primary-footer-inner-wrap{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .innova-footer__bottom-inner{
    padding-right:24px !important;
  }
}
/* === /footer-polish-2026-08 === */



/* === footer-mobile-fix-2026-08 === */
@media(max-width:600px){
  .innova-footer__inner{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:0 !important;
    max-width:none !important;
    padding:32px 24px 18px !important;
  }
  .innova-footer__brand{
    margin:0 0 24px !important;
  }
  .innova-footer__logo{
    margin-bottom:16px !important;
  }
  .innova-footer__logo img{
    width:150px !important;
    max-height:52px !important;
  }
  .innova-footer__brand p{
    max-width:none !important;
    margin-bottom:18px !important;
    font-size:14px !important;
    line-height:1.55 !important;
  }
  .innova-footer__contact > div{
    margin:9px 0 !important;
    font-size:14px !important;
    line-height:1.45 !important;
  }
  .innova-footer__soc{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    width:100% !important;
    margin-top:18px !important;
  }
  .innova-footer__soc a{
    display:block !important;
    padding:8px 6px !important;
    text-align:center !important;
    font-size:11px !important;
  }
  .ci-footer-group{
    width:100% !important;
    border-top:1px solid rgba(255,255,255,.25) !important;
    margin:0 !important;
    padding:0 !important;
  }
  .ci-footer-group h4{
    position:relative;
    margin:0 !important;
    padding:17px 34px 17px 0 !important;
    font-size:14px !important;
    line-height:1.2 !important;
    cursor:pointer;
  }
  .ci-footer-group ul{
    display:none !important;
    margin:0 0 14px !important;
    padding:0 !important;
  }
  .ci-footer-group.is-open ul{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
  }
  .ci-footer-group li{
    margin:0 !important;
  }
  .ci-footer-group li a{
    display:block !important;
    padding:9px 0 !important;
    font-size:13px !important;
    line-height:1.3 !important;
  }
  .innova-footer__bottom{
    margin-top:8px !important;
    padding:0 24px 88px !important;
  }
  .innova-footer__bottom-inner{
    display:block !important;
    width:auto !important;
    max-width:none !important;
    padding:18px 0 0 !important;
    text-align:left !important;
    font-size:12px !important;
    line-height:1.5 !important;
  }
  .innova-footer__pay{
    margin-top:10px !important;
    text-align:left !important;
  }
}
/* === /footer-mobile-fix-2026-08 === */



/* === footer-tablet-fix-2026-08 === */
@media(min-width:861px) and (max-width:980px){
  .innova-footer__inner{
    grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(135px,1fr)) !important;
    gap:28px !important;
  }
  .innova-footer__inner .ci-footer-group:last-child{
    grid-column:auto !important;
  }
}
@media(min-width:601px) and (max-width:860px){
  .innova-footer__inner{
    grid-template-columns:1.2fr 1fr !important;
    gap:30px !important;
  }
  .innova-footer__inner .ci-footer-group:last-child{
    grid-column:auto !important;
  }
}
/* === /footer-tablet-fix-2026-08 === */



/* === homepage-focus-2026-08 === */
.home .innova-home-cases-wrap .innova-cases-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
.home .innova-home-cases-wrap .innova-case-card:nth-child(n+4){
  display:none !important;
}
.home .innova-trust{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
@media(max-width:900px){
  .home .innova-home-cases-wrap .innova-cases-grid,
  .home .innova-trust{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}
@media(max-width:600px){
  .home .innova-home-cases-wrap .innova-cases-grid,
  .home .innova-trust{
    grid-template-columns:minmax(0,1fr) !important;
  }
}
/* === /homepage-focus-2026-08 === */



/* === homepage-hero-polish-2026-08 === */
.home .innova-home-hero__eyebrow{
  display:none !important;
}
.home .innova-home-hero__inner::before{
  margin-bottom:20px !important;
}
.home .innova-home-hero__actions .innova-btn{
  transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease !important;
}
.home .innova-home-hero__actions .innova-btn:hover{
  transform:translateY(-2px);
}
.home .innova-home-hero__actions .innova-btn:focus-visible{
  outline:3px solid rgba(95,150,18,.28);
  outline-offset:3px;
}
.home .innova-home-hero__actions .innova-btn--primary{
  box-shadow:0 12px 26px rgba(63,105,14,.24) !important;
}
.home .innova-home-hero__actions .innova-btn--ghost:hover{
  background:#fff !important;
  border-color:rgba(17,24,39,.18) !important;
  box-shadow:0 10px 22px rgba(17,24,39,.10);
}
@media(min-width:768px){
  .home .innova-home-hero{
    min-height:520px !important;
    padding:48px 58px !important;
  }
  .home .innova-home-hero__title{
    max-width:760px !important;
    font-size:64px !important;
    line-height:1 !important;
    letter-spacing:-.045em !important;
  }
  .home .innova-home-hero__subtitle{
    max-width:640px !important;
    font-size:22px !important;
    line-height:1.5 !important;
  }
  .home .innova-home-hero__actions{
    margin-top:22px !important;
  }
}
@media(max-width:767px){
  .home .innova-home-hero{
    padding:26px 18px 22px !important;
  }
  .home .innova-home-hero__inner::before{
    margin-bottom:14px !important;
  }
  .home .innova-home-hero__title{
    font-size:40px !important;
    line-height:1 !important;
    letter-spacing:-1.35px !important;
  }
  .home .innova-home-hero__actions{
    margin-top:18px !important;
  }
}
@media(max-width:600px){
  .ci-mobile-cta{
    right:80px !important;
  }
}
/* === /homepage-hero-polish-2026-08 === */


/* === wlhp-catalog-product-polish-2026-08 === */
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-models__grid{
  align-items:stretch;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card{
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:719px;
  overflow:hidden;
  border-color:rgba(15,23,42,.08) !important;
  box-shadow:0 16px 40px rgba(15,23,42,.07) !important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 52px rgba(15,23,42,.11) !important;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__media{
  display:block;
  width:100%;
  height:auto !important;
  aspect-ratio:1/1;
  overflow:hidden;
  background:#f7f9f5;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__media img{
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  transition:transform .3s ease;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card:hover .innova-series-product-card__media img{
  transform:scale(1.025);
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__title{
  display:-webkit-box;
  min-height:108px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__desc{
  display:-webkit-box;
  min-height:72px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__price{
  margin-top:auto;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__actions .innova-btn{
  justify-content:center;
  min-height:48px;
  margin:0 !important;
}
.term-wlhp-acs ul.products{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:24px !important;
}
.term-wlhp-acs ul.products::before,
.term-wlhp-acs ul.products::after{
  display:none !important;
}
.term-wlhp-acs ul.products li.product{
  display:flex !important;
  flex-direction:column;
  width:100% !important;
  height:100%;
  margin:0 !important;
  overflow:hidden;
  border:1px solid rgba(15,23,42,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 16px 40px rgba(15,23,42,.07);
  transition:transform .25s ease,box-shadow .25s ease;
}
.term-wlhp-acs ul.products li.product:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 52px rgba(15,23,42,.11);
}
.term-wlhp-acs ul.products li.product img{
  display:block;
  width:100% !important;
  height:auto !important;
  aspect-ratio:1/1;
  object-fit:contain;
  background:#f7f9f5;
  margin:0 !important;
}
.term-wlhp-acs ul.products li.product .astra-shop-summary-wrap{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:20px 22px 22px;
}
.term-wlhp-acs ul.products li.product .woocommerce-loop-product__title{
  min-height:50px;
  margin:0 0 12px !important;
  font-size:21px !important;
  line-height:1.25 !important;
  text-align:left;
}
.term-wlhp-acs ul.products li.product .price{
  margin-top:auto !important;
  color:#5f9612 !important;
  font-weight:700 !important;
  text-align:left;
}
.term-wlhp-acs ul.products li.product .button{
  width:100%;
  min-height:48px;
  justify-content:center;
  margin-top:14px !important;
  border-radius:999px !important;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) div.product div.summary{
  box-sizing:border-box;
  padding:30px !important;
  border:1px solid rgba(15,23,42,.07);
  border-radius:24px;
  background:linear-gradient(145deg,#fff 0%,#f7faf4 100%);
  box-shadow:0 18px 46px rgba(15,23,42,.08);
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .product_title{
  margin-bottom:18px !important;
  font-size:clamp(30px,3vw,44px) !important;
  line-height:1.08 !important;
  letter-spacing:-.035em;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .summary .price{
  margin:0 0 14px !important;
  color:#5f9612 !important;
  font-size:30px !important;
  font-weight:750 !important;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .summary .stock{
  display:inline-flex;
  align-items:center;
  width:auto;
  margin:0 0 18px !important;
  padding:7px 12px;
  border-radius:999px;
  background:#edf6e8;
  color:#4e7d10 !important;
  font-size:14px;
  font-weight:700;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) form.cart{
  display:flex !important;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:8px !important;
  padding-top:20px;
  border-top:1px solid rgba(15,23,42,.08);
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) form.cart .quantity{
  margin:0 !important;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) form.cart .qty{
  min-height:50px;
  border-radius:14px !important;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .single_add_to_cart_button{
  min-height:50px;
  padding:0 24px !important;
  border-radius:999px !important;
  background:linear-gradient(#5f9612,#4e7d10) !important;
  box-shadow:0 12px 26px rgba(63,105,14,.22);
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .innova-product-docs__pill--fallback .innova-product-docs__pill-tag{
  font-size:0;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .innova-product-docs__pill--fallback .innova-product-docs__pill-tag::after{
  content:"Бібліотека";
  font-size:11px;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .related.products li.product:not([class*="product_cat-wlhp"]){
  display:none !important;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .related.products:not(:has(li.product[class*="product_cat-wlhp"])){
  display:none !important;
}
body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .related.products ul.products{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr)) !important;
  gap:22px !important;
}
@media(max-width:767px){
  :is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card{
    min-height:0;
  }
  :is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__title{
    min-height:81px;
    -webkit-line-clamp:3;
  }
  :is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__actions{
    grid-template-columns:1fr;
  }
  .term-wlhp-acs ul.products{
    grid-template-columns:1fr !important;
    gap:18px !important;
  }
  body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) div.product div.summary{
    padding:22px !important;
    border-radius:20px;
  }
  body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) .product_title{
    font-size:30px !important;
  }
  body.single-product:is(.postid-7932,.postid-7940,.postid-7942,.postid-7944,.postid-7948,.postid-7952,.postid-8416,.postid-8417) form.cart .single_add_to_cart_button{
    flex:1 1 100%;
    width:100%;
  }
}
/* === /wlhp-catalog-product-polish-2026-08 === */


/* wlhp-card-media-ratio-fix-2026-08 */
:is(.term-wlhp,.term-wlhp-ducted) .innova-series-product-card__media{
  aspect-ratio:4/3 !important;
}
.term-wlhp-acs ul.products li.product img{
  aspect-ratio:4/3 !important;
}
/* /wlhp-card-media-ratio-fix-2026-08 */


/* wlhp-acs-mobile-title-height-2026-08 */
@media(max-width:767px){
  .term-wlhp-acs ul.products li.product .woocommerce-loop-product__title{
    min-height:79px;
  }
}
/* /wlhp-acs-mobile-title-height-2026-08 */




/* === consultation-v2: mobile contrast + form trust (page 414) === */
.page-id-414 .innova-form-trust{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px 16px;
  margin:0 0 20px;
  color:#34424f;
  font-size:14px;
  font-weight:700;
}
.page-id-414 .innova-form-trust span{
  display:inline-flex;
  align-items:center;
}
@media (max-width:600px){
  .page-id-414 .innova-consult-hero{position:relative;}
  .page-id-414 .innova-consult-hero::before{
    content:"";
    position:absolute;
    inset:0;
    border-radius:inherit;
    background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.91) 66%,rgba(255,255,255,.58) 100%);
    pointer-events:none;
  }
  .page-id-414 .innova-consult-hero__content{position:relative;z-index:1;}
  .page-id-414 .innova-consult-hero__content > p{color:#34424f!important;}
  .page-id-414 .innova-form-trust{justify-content:flex-start;}
}
/* === /consultation-v2 === */


/* === brand-accent-unification-2026-08 ===
   Єдиний теплий акцент бренду: колір пункту «Кабінет партнера».
   Сервісний зелений WhatsApp навмисно не змінюється.
*/
:root {
  --innova-accent: #5f9612;
  --innova-accent-2: #5f9612;
  --innova-brand-green: #5f9612;
}

/* Проєкти: посилання, CTA та бейджі */
body.post-type-archive-innova_case .ast-read-more-container a,
.single-innova_case .innova-case-back,
.single-innova_case .innova-case-badge--type {
  color: #5f9612 !important;
}
body.post-type-archive-innova_case .innova-cases-cta a,
.innova-btn--primary,
.innova-fab__toggle,
.innova-fab__channel--telegram .innova-fab__channel-icon {
  background-color: #5f9612 !important;
  border-color: #5f9612 !important;
}
body.post-type-archive-innova_case .innova-cases-cta a:hover,
.innova-btn--primary:hover,
.innova-fab__toggle:hover {
  background-color: #4e7d10 !important;
  border-color: #4e7d10 !important;
}
.single-innova_case .innova-case-badge--type {
  background: rgba(95,150,18,.10) !important;
}
.single-innova_case .innova-case-metric {
  background: rgba(95,150,18,.06) !important;
  border-color: rgba(95,150,18,.15) !important;
}
/* === /brand-accent-unification-2026-08 === */

body.post-type-archive-innova_case .innova-cases-intro a { color: #5f9612 !important; }

/* Головна: ті самі теплі бренд-акценти */
.innova-case-card__series,
.innova-home-calc-teaser__kicker,
.innova-home-faq__icon,
.innova-home-faq__answer a { color: #5f9612 !important; }
.innova-case-card__series,
.innova-home-calc-teaser__kicker { background-color: rgba(95,150,18,.10) !important; }


/* === mobile-menu-refinement-2026-08 === */
@media (max-width: 921px) {
  /* Основні пункти: читабельніше й компактніше */
  .ast-mobile-popup-content .ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
    display: flex !important;
    align-items: center !important;
    min-height: 60px !important;
    padding: 0 22px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
  }
  .ast-mobile-popup-content .ast-builder-menu-1 .ast-menu-toggle {
    top: 6px !important;
    right: 12px !important;
    width: 48px !important;
    height: 48px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Підменю обладнання */
  .ast-mobile-popup-content .ast-builder-menu-1 .sub-menu {
    padding: 4px 0 8px !important;
  }
  .ast-mobile-popup-content .ast-builder-menu-1 .sub-menu .menu-link {
    display: flex !important;
    align-items: center !important;
    min-height: 52px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }

  /* Активна сторінка */
  .ast-mobile-popup-content .main-header-menu .current-menu-item > .menu-link,
  .ast-mobile-popup-content .main-header-menu .current_page_item > .menu-link,
  .ast-mobile-popup-content .main-header-menu .current-menu-ancestor > .menu-link {
    color: #5f9612 !important;
    background: rgba(95,150,18,.09) !important;
    box-shadow: inset 3px 0 0 #5f9612 !important;
  }

  /* Партнерський блок і головна CTA */
  .ast-mobile-popup-content .ast-builder-menu-2 .main-header-menu {
    margin-top: 24px !important;
  }
  .ast-mobile-popup-content .ast-builder-menu-2 .main-header-menu > .menu-item > .menu-link {
    min-height: 60px !important;
    font-size: 15px !important;
  }

  /* Швидкий зв’язок */
  .ast-mobile-popup-content .innova-mnav-contact {
    margin-top: 4px !important;
    padding-top: 12px !important;
  }
  .ast-mobile-popup-content .innova-mbtn {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
/* === /mobile-menu-refinement-2026-08 === */