@font-face {
  font-family: 'Bebas';
  src: url('../fonts/BebasNeue_bold.ttf') format('truetype');
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Bebasregular';
  src: url('../fonts/BebasNeue_regular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
}

/* ============================================================================
 * AQUATEC J6 — Inner page "kak-vybrat"
 * Auto-generated by aquatec-hero-generator.sh
 * Hero Canon: v1.2 (Session 24)
 * Gradient: #14532d (dark, left) -> #22c55e (light, right)
 * ============================================================================ */

/* ---- [01] BASE ---- */

/* ---- [02] HIDE legacy artifacts ---- */
body:has(#corner) .mod-breadcrumbs__wrapper { display: none !important; }
body.aquatec-site #youtube_reviews { display: none !important; }

/* ============================================================================
   [03] HERO #corner V2 (canon v1.2)
   ============================================================================ */

body:has(#corner) .aeo-summary { display: none; }
body:has(#corner) .inner-banner { display: none; }

#corner {
  --corner-skew: clamp(45px, 6.7vw, 100px);
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: calc(-1 * var(--aq-header-h, 80px));
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'><defs><linearGradient id='g' x1='0' x2='1'><stop offset='0' stop-color='%2314532d'/><stop offset='1' stop-color='%2322c55e'/></linearGradient></defs><polygon points='0,0 100,0 100,85 0,100' fill='url(%23g)'/></svg>") no-repeat center / 100% 100%;
  overflow: visible;
  isolation: isolate;
}

#corner > div {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  column-gap: 56px;
  align-items: center;
  max-width: var(--aq-container, 1366px);
  margin: 0 auto;
  padding: calc(var(--aq-header-h, 80px) - 48px) 24px 77px;
  min-height: clamp(420px, 52vh, 580px);
}

#corner img.hero__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  object-fit: contain;
  margin: 0 auto;
  background: transparent;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.28));
  animation: hero-image-float 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes hero-image-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
  #corner img.hero__image { animation: none !important; }
}

#h1_anim {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
}

#h1_anim h1 {
  margin: 0;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3.0vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #fff;
  text-wrap: pretty;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

#h1_anim p {
  margin: 0;
  font-family: var(--font-base);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 60ch;
}

#h1_anim .get_in_touch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #fff;
  background: var(--aq-orange, #f58025);
  padding: 16px 40px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow:
    0 10px 24px -8px rgba(196, 87, 8, 0.45),
    0 4px 10px -2px rgba(0, 0, 0, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

#h1_anim .get_in_touch::after {
  content: '→';
  font-size: 18px;
  transition: transform 0.25s ease;
}

#h1_anim .get_in_touch:hover {
  background: #ff8c2e;
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px -8px rgba(196, 87, 8, 0.55),
    0 6px 14px -2px rgba(0, 0, 0, 0.22);
}

#h1_anim .get_in_touch:hover::after {
  transform: translateX(4px);
}

@media (max-width: 1199px) {
  #corner { --corner-skew: clamp(34px, 5.3vw, 67px); }
  #corner > div {
    grid-template-columns: 1fr;
    row-gap: 36px;
    padding: calc(var(--aq-header-h, 80px) + 0px) 20px 72px;
    min-height: auto;
    text-align: center;
  }
  #corner img.hero__image {
    max-width: 425px;
    margin: 0 auto;
  }
  #h1_anim { align-items: center; }
  #h1_anim p { max-width: 100%; text-align: center; }
  #h1_anim p br.desktop { display: none; }
}

@media (max-width: 602px) {
  #corner { --corner-skew: clamp(25px, 5vw, 46px); }
  #h1_anim h1 { font-size: clamp(24px, 7.5vw, 38px); }
  #corner img.hero__image {
    max-width: 300px;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.25));
    animation-duration: 5s;
  }
  @keyframes hero-image-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-6px); }
  }
}

/* ============================================================================
   [04] HERO TOP FORCE — header transparent, body gradient match
   ============================================================================ */

body.aquatec-site.inner:has(#corner) #site-header:not(.scrolled),
body.aquatec-site.inner:has(#corner) #site-header:not(.scrolled) .site-header__inner {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}

body.aquatec-site.inner:has(#corner) {
  background: linear-gradient(to right, #14532d 0%, #22c55e 100%) !important;
  background-color: #14532d !important;
}

body.aquatec-site.inner:has(#corner) #main,
body.aquatec-site.inner:has(#corner) main.site-main,
body.aquatec-site.inner:has(#corner) .com-content-article,
body.aquatec-site.inner:has(#corner) .com-content-article > .item-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

body.aquatec-site.inner:has(#corner) #corner {
  margin-top: calc(-1 * var(--aq-header-h, 80px)) !important;
}

/* ============================================================================
   [09] HERO SHADOW (skew drop-shadow + overflow:visible parents)
   ============================================================================ */

:root {
  --aq-skew-shadow: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.32));
  --aq-skew-shadow-mobile: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
}

#corner { filter: var(--aq-skew-shadow); }

@media (max-width: 768px) {
  #corner { filter: var(--aq-skew-shadow-mobile); }
}

html, body { overflow-x: clip; }

body:has(#corner) main,
body:has(#corner) .com-content-article,
body:has(#corner) .com-content-article__body,
body:has(#corner) .item-page,
body:has(#corner) #center {
  overflow: visible !important;
}


/* ============================================================
   PAGE SECTIONS START — KAK-VYBRAT (Sess 31, 19.05.2026)
   ============================================================ */

/* [00] Page tokens */
body.aquatec-site {
  --kv-forest: #14532d;
  --kv-emerald: #22c55e;
  --kv-band-pale: #e8f5ee;
  --kv-band-dark: #1a2e22;
}

/* [01] Hero z-index canon (VFL §4.5) — Hero поверх intro, без шва */
body.aquatec-site #corner          { position: relative; z-index: 2; }
body.aquatec-site section#kv_intro { position: relative; z-index: 1; margin-top: 0 !important; }

/* [01b] Main bg high-spec override (VFL §4.3) */
html body.aquatec-site main,
html body.aquatec-site main#main,
html body.aquatec-site main.site-main,
html body.aquatec-site main#main.site-main {
  background: #f7f9fc !important;
}
html[data-theme="dark"] body.aquatec-site main,
html[data-theme="dark"] body.aquatec-site main#main,
html[data-theme="dark"] body.aquatec-site main.site-main,
html[data-theme="dark"] body.aquatec-site main#main.site-main {
  background: #262e3a !important;
}

/* [01c] Body bg gradient — обмежити до 100vh (QA POLISH-bg канон) */
body.aquatec-site {
  background:
    linear-gradient(135deg, #14532d 0%, #22c55e 100%) top / 100% 100vh no-repeat,
    #f7f9fc;
}
html[data-theme="dark"] body.aquatec-site {
  background:
    linear-gradient(135deg, #14532d 0%, #22c55e 100%) top / 100% 100vh no-repeat,
    #262e3a;
}

/* [02] H2 canon — Bebas 48px weight 500, hr orange */
body.aquatec-site #center section h2 {
  font-family: 'Bebas', sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--aq-text, #1b2935);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  margin: 0 0 clamp(24px, 3vw, 48px);
  position: relative;
  display: block;
}
body.aquatec-site #center section h2 hr {
  display: block;
  width: clamp(56px, 8vw, 90px);
  height: 4px;
  border: 0;
  background: var(--aq-orange, #f58025);
  margin: 0 auto clamp(14px, 1.8vw, 24px);
  border-radius: 2px;
}
html[data-theme="dark"] body.aquatec-site #center section h2 {
  color: #e8edf3;
}

/* [03] #kv_intro — lead paragraph */
body.aquatec-site section#kv_intro {
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 60px) clamp(20px, 3vw, 40px);
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}
body.aquatec-site section#kv_intro p {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.6;
  color: var(--aq-text, #1b2935);
  margin: 0 auto;
  max-width: 820px;
}
html[data-theme="dark"] body.aquatec-site section#kv_intro p {
  color: #e8edf3;
}

/* [04] #kv_criteria — 7 cards grid */
body.aquatec-site section#kv_criteria {
  position: relative;
  isolation: isolate;
  padding: clamp(50px, 6vw, 90px) clamp(20px, 4vw, 60px);
}
/* Pale forest band (QA bands канон) */
body.aquatec-site section#kv_criteria::before {
  content: '';
  position: absolute;
  top: 0; left: calc(50% - 50vw);
  width: 100vw; height: 100%;
  z-index: -1;
  background: var(--kv-band-pale);
  box-shadow: 0 18px 24px -8px rgba(0, 0, 0, 0.22);
}
html[data-theme="dark"] body.aquatec-site section#kv_criteria::before {
  background: var(--kv-band-dark);
}

body.aquatec-site section#kv_criteria .kv-criteria__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.2vw, 30px);
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 980px) {
  body.aquatec-site section#kv_criteria .kv-criteria__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.aquatec-site section#kv_criteria .kv-criteria__grid {
    grid-template-columns: 1fr;
  }
}

body.aquatec-site section#kv_criteria .kv-card {
  position: relative;
  overflow: hidden;
  background: var(--aq-card-bg, #ffffff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  padding: clamp(22px, 2.4vw, 32px) clamp(20px, 2vw, 28px);
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.4vw, 18px);
  box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.18);
  transition: transform .35s ease, box-shadow .35s ease;
  opacity: 0;
  transform: translateY(20px);
}
body.aquatec-site section#kv_criteria.is-visible .kv-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .6s ease, transform .6s ease, box-shadow .35s ease;
}
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(1) { transition-delay: .00s; }
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(2) { transition-delay: .08s; }
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(3) { transition-delay: .16s; }
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(4) { transition-delay: .24s; }
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(5) { transition-delay: .32s; }
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(6) { transition-delay: .40s; }
body.aquatec-site section#kv_criteria.is-visible .kv-card:nth-child(7) { transition-delay: .48s; }

@media (hover: hover) {
  body.aquatec-site section#kv_criteria .kv-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 36px -16px rgba(0, 0, 0, 0.28);
  }
}

/* Forest gradient number badge */
body.aquatec-site section#kv_criteria .kv-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--kv-forest) 0%, var(--kv-emerald) 100%);
  color: #ffffff;
  font-family: 'Bebas', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 16px -6px rgba(20, 83, 45, 0.40);
}

body.aquatec-site section#kv_criteria .kv-card h3 {
  font-family: 'Bebas', sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(22px, 1.8vw, 26px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--aq-text, #1b2935);
  margin: 0;
}

body.aquatec-site section#kv_criteria .kv-card p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--aq-text-muted, #6b7c8c);
  margin: 0;
  flex: 1;
}

body.aquatec-site section#kv_criteria .kv-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  color: var(--aq-orange, #f58025);
  text-decoration: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 2px dashed var(--aq-orange, #f58025);
  transition: color .3s ease, border-color .3s ease, gap .3s ease;
}
body.aquatec-site section#kv_criteria .kv-card__link::after {
  content: '→';
  transition: transform .3s ease;
}
body.aquatec-site section#kv_criteria .kv-card__link:hover {
  color: #c66416;
  border-color: #c66416;
  gap: 14px;
}

/* Shimmer wave на cards (адаптовано з QA §3.4) */
body.aquatec-site section#kv_criteria .kv-card::after {
  content: '';
  position: absolute;
  top: 0; left: -75%; width: 50%; height: 100%;
  background: linear-gradient(100deg,
    transparent 0%, rgba(34, 197, 94, 0.10) 50%, transparent 100%);
  transform: skewX(-12deg);
  animation: kv-shimmer 5.2s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}
body.aquatec-site section#kv_criteria .kv-card > * { position: relative; z-index: 2; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(1)::after { animation-delay: 0.0s; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(2)::after { animation-delay: 0.4s; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(3)::after { animation-delay: 0.8s; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(4)::after { animation-delay: 1.2s; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(5)::after { animation-delay: 1.6s; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(6)::after { animation-delay: 2.0s; }
body.aquatec-site section#kv_criteria .kv-card:nth-child(7)::after { animation-delay: 2.4s; }
body.aquatec-site section#kv_criteria .kv-card:hover::after {
  animation-play-state: paused;
}
@keyframes kv-shimmer {
  0%   { left: -75%; }
  55%  { left: 125%; }
  100% { left: 125%; }
}

html[data-theme="dark"] body.aquatec-site section#kv_criteria .kv-card {
  background: var(--aq-card-bg, #2d3748) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}
html[data-theme="dark"] body.aquatec-site section#kv_criteria .kv-card h3 {
  color: #e8edf3 !important;
}
html[data-theme="dark"] body.aquatec-site section#kv_criteria .kv-card p {
  color: #a3b2c2 !important;
}

/* [05] #kv_compare — comparison table */
body.aquatec-site section#kv_compare {
  padding: clamp(50px, 6vw, 90px) clamp(20px, 4vw, 60px);
  max-width: 1100px;
  margin: 0 auto;
}
body.aquatec-site section#kv_compare .kv-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: 'Manrope', sans-serif;
  font-size: clamp(14px, 1.2vw, 17px);
  background: var(--aq-card-bg, #ffffff);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 36px -16px rgba(0, 0, 0, 0.22);
}
body.aquatec-site section#kv_compare .kv-table thead th {
  background: linear-gradient(135deg, var(--kv-forest) 0%, var(--kv-emerald) 100%);
  color: #ffffff;
  font-family: 'Bebas', sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 1.5vw, 22px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: clamp(14px, 1.6vw, 22px) clamp(12px, 1.2vw, 18px);
  text-align: center;
  border: 0;
}
body.aquatec-site section#kv_compare .kv-table th:first-child {
  text-align: left;
}
body.aquatec-site section#kv_compare .kv-table td {
  padding: clamp(12px, 1.4vw, 18px) clamp(12px, 1.2vw, 18px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: middle;
  color: var(--aq-text, #1b2935);
}
body.aquatec-site section#kv_compare .kv-table tbody tr:nth-child(even) td {
  background: rgba(20, 83, 45, 0.04);
}
body.aquatec-site section#kv_compare .kv-table td:first-child {
  font-weight: 700;
}
body.aquatec-site section#kv_compare .kv-table td.kv-bad   { color: #c0392b; font-weight: 700; text-align: center; }
body.aquatec-site section#kv_compare .kv-table td.kv-warn  { color: #d97706; font-weight: 700; text-align: center; }
body.aquatec-site section#kv_compare .kv-table td.kv-good  { color: var(--kv-emerald); font-weight: 700; text-align: center; }

@media (max-width: 700px) {
  body.aquatec-site section#kv_compare .kv-table {
    font-size: 13px;
  }
  body.aquatec-site section#kv_compare .kv-table thead th,
  body.aquatec-site section#kv_compare .kv-table td {
    padding: 10px 8px;
  }
}

html[data-theme="dark"] body.aquatec-site section#kv_compare .kv-table {
  background: var(--aq-card-bg, #2d3748);
}
html[data-theme="dark"] body.aquatec-site section#kv_compare .kv-table td {
  color: #e8edf3;
  border-color: rgba(255, 255, 255, 0.08);
}
html[data-theme="dark"] body.aquatec-site section#kv_compare .kv-table tbody tr:nth-child(even) td {
  background: rgba(34, 197, 94, 0.06);
}
html[data-theme="dark"] body.aquatec-site section#kv_compare .kv-table td.kv-good { color: #4ade80; }
html[data-theme="dark"] body.aquatec-site section#kv_compare .kv-table td.kv-bad  { color: #f87171; }
html[data-theme="dark"] body.aquatec-site section#kv_compare .kv-table td.kv-warn { color: #fbbf24; }

/* [06] #kv_steps — 4 numbered cards */
body.aquatec-site section#kv_steps {
  position: relative;
  isolation: isolate;
  padding: clamp(50px, 6vw, 90px) clamp(20px, 4vw, 60px);
}
body.aquatec-site section#kv_steps::before {
  content: '';
  position: absolute;
  top: 0; left: calc(50% - 50vw);
  width: 100vw; height: 100%;
  z-index: -1;
  background: var(--kv-band-pale);
  box-shadow: 0 18px 24px -8px rgba(0, 0, 0, 0.22);
}
html[data-theme="dark"] body.aquatec-site section#kv_steps::before {
  background: var(--kv-band-dark);
}

body.aquatec-site section#kv_steps .kv-steps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(18px, 2vw, 28px);
  max-width: 1200px;
  margin: 0 auto;
  counter-reset: kv-step;
}
@media (max-width: 980px) {
  body.aquatec-site section#kv_steps .kv-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  body.aquatec-site section#kv_steps .kv-steps__grid {
    grid-template-columns: 1fr;
  }
}

body.aquatec-site section#kv_steps .kv-step {
  position: relative;
  background: var(--aq-card-bg, #ffffff);
  border-radius: 14px;
  padding: clamp(24px, 2.6vw, 36px) clamp(20px, 2vw, 28px);
  box-shadow: 0 10px 24px -14px rgba(0, 0, 0, 0.18);
  text-align: center;
}
body.aquatec-site section#kv_steps .kv-step::before {
  counter-increment: kv-step;
  content: counter(kv-step);
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--aq-orange, #f58025);
  color: #ffffff;
  font-family: 'Bebas', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  box-shadow: 0 6px 14px -4px rgba(245, 128, 37, 0.50);
}
body.aquatec-site section#kv_steps .kv-step h3 {
  font-family: 'Bebas', sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(20px, 1.7vw, 24px);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--aq-text, #1b2935);
  margin: 14px 0 10px;
}
body.aquatec-site section#kv_steps .kv-step p {
  font-family: 'Manrope', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--aq-text-muted, #6b7c8c);
  margin: 0;
}

html[data-theme="dark"] body.aquatec-site section#kv_steps .kv-step {
  background: var(--aq-card-bg, #2d3748);
}
html[data-theme="dark"] body.aquatec-site section#kv_steps .kv-step h3 { color: #e8edf3; }
html[data-theme="dark"] body.aquatec-site section#kv_steps .kv-step p  { color: #a3b2c2; }

/* [07] #kv_bridge — CTA pill */
body.aquatec-site section#kv_bridge {
  padding: clamp(50px, 6vw, 90px) clamp(20px, 4vw, 60px);
  text-align: center;
}
body.aquatec-site section#kv_bridge .kv-bridge__lead {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.5;
  color: var(--aq-text, #1b2935);
  margin: 0 0 clamp(18px, 2vw, 28px);
}
html[data-theme="dark"] body.aquatec-site section#kv_bridge .kv-bridge__lead { color: #e8edf3; }

body.aquatec-site section#kv_bridge .kv-bridge__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: clamp(14px, 1.4vw, 18px) clamp(28px, 3vw, 42px);
  background: var(--aq-orange, #f58025);
  color: #ffffff !important;
  border-radius: 999px;
  font-family: 'Bebas', sans-serif;
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 26px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  box-shadow: 0 14px 28px -10px rgba(245, 128, 37, 0.55);
  transition: transform .25s ease, box-shadow .25s ease;
}
body.aquatec-site section#kv_bridge .kv-bridge__cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 38px -10px rgba(245, 128, 37, 0.65);
}

/* [R] reduced-motion guard */
@media (prefers-reduced-motion: reduce) {
  body.aquatec-site section#kv_criteria .kv-card,
  body.aquatec-site section#kv_criteria.is-visible .kv-card {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  body.aquatec-site section#kv_criteria .kv-card::after {
    animation: none !important;
    display: none !important;
  }
  body.aquatec-site section#kv_bridge .kv-bridge__cta {
    transition: none !important;
  }
}

/* === PAGE SECTIONS END — KAK-VYBRAT ========================= */

/* === POLISH-bg-kv-v2 (big-los canon Sess 28 lines 245+) ===
   Longhand background properties — bg-color fallback працює,
   gradient обмежений 100vh top. :has(#corner) дає високу specificity */
body.aquatec-site.inner:has(#corner) {
  background-color: var(--aq-bg, #f7f9fc) !important;
  background-image: linear-gradient(135deg, #14532d 0%, #22c55e 100%) !important;
  background-size: 100% 100vh !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
}
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) {
  background-color: #262e3a !important;
  background-image: linear-gradient(135deg, #14532d 0%, #22c55e 100%) !important;
}

/* Main solid bg (canon з big-los lines 201-204) */
body.aquatec-site.inner:has(#corner) #main,
body.aquatec-site.inner:has(#corner) main.site-main,
body.aquatec-site.inner:has(#corner) .com-content-article,
body.aquatec-site.inner:has(#corner) .com-content-article > .item-page {
  background-color: var(--aq-bg, #f7f9fc) !important;
}
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) #main,
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) main.site-main,
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) .com-content-article,
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) .com-content-article > .item-page {
  background-color: #262e3a !important;
}
/* === END POLISH-bg-kv-v2 === */
