@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/bebasneueregular.ttf') format('truetype');
  font-display: swap;
  font-weight: 400;
}

/* ============================================================================
 * AQUATEC J6 — Inner page "storm"
 * Auto-generated by aquatec-hero-generator.sh
 * Hero Canon: v1.2 (Session 24)
 * Gradient: #0c4a6e (dark, left) -> #7dd3fc (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='%230c4a6e'/><stop offset='1' stop-color='%237dd3fc'/></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, #0c4a6e 0%, #7dd3fc 100%) !important;
  background-color: #0c4a6e !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 — STORM
   ═══════════════════════════════════════════════════════════════ */

/* [00] Page tokens */
:root {
  --storm-deep:   #0c4a6e;
  --storm-bright: #7dd3fc;
  --storm-slate:  #334155;
  --storm-slate-light: #64748b;
  --storm-card-orange: #f58025;
  --storm-card-blue: #00aeee;
  --storm-card-grey: #6b7c8c;
  --storm-card-teal: #01b1b0;
}

/* [03] #storm_intro — lead + 3 stat tiles */
#storm_intro {
  padding: 80px 24px 64px;
}
.storm-intro__inner {
  max-width: 1180px; margin: 0 auto;
  text-align: center;
}
.storm-intro__lead {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
  font-weight: 400;
  color: var(--aq-text, #1b2935);
  max-width: 880px; margin: 0 auto 48px;
}
.storm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 920px; margin: 0 auto;
}
.storm-stat {
  background: var(--aq-card-bg, #fff);
  border-radius: 0;
  padding: 32px 20px;
  text-align: center;
  border: 1px solid rgba(12, 74, 110, 0.08);
  box-shadow: 0 4px 12px -4px rgba(12, 74, 110, 0.12);
  transition: transform .25s, box-shadow .25s;
}
.storm-stat:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(12, 74, 110, 0.22);
}
.storm-stat__big {
  font-family: 'Bebas Neue', 'Bebasregular', system-ui, sans-serif;
  font-size: clamp(40px, 5vw, 56px);
  line-height: 1;
  color: var(--storm-deep);
  letter-spacing: 0.02em;
}
.storm-stat__unit {
  font-size: 0.55em;
  color: var(--storm-bright);
  margin-left: 4px;
  font-weight: 600;
}
.storm-stat__label {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 14px;
  color: var(--aq-text-muted, #6b7c8c);
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}


/* ============================================================================
 * [04] #storm_where — flipcards canon /models 1:1 (Iter v2)
 * DOM: <section id="storm_where"> > h2 > #where_use > .container > .card_wrapper × 4
 * Colors: orange (.first) / blue (.second) / grey (.third) / teal (.fourth)
 * ============================================================================ */

/* ============================================================================
 * [02] #where — 3 flipcards (canonical AKA pattern, applied Iter 16b-3)
 * DOM:  <section id="where"> > h2 > #where_use > .container > .card_wrapper × 3
 * Color override: orange (Корпус) / grey (Оборудование) / blue (Чистая вода)
 * ============================================================================ */

#storm_where {
  padding: clamp(60px, 8vw, 100px) 0 clamp(40px, 6vw, 80px);
  background: var(--aq-bg, #f7f9fc);
}

#storm_where > h2 {
  font-family: 'Bebas', 'Bebas Neue', system-ui, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: var(--aq-text, #1b2935);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  margin: 0 auto clamp(40px, 5vw, 60px);
  max-width: var(--aq-container, 1366px);
  padding: 0 24px;
  position: relative;
}

#storm_where > h2 > hr {
  display: block;
  width: 60px;
  height: 4px;
  background: var(--aq-orange, #f58025);
  border: none;
  margin: 0 auto 20px;
}

#where_use {
  max-width: var(--aq-container, 1366px);
  margin: 0 auto;
  padding: 0 24px;
}

/* Reset legacy inline grid */
#where_use .container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px;
  perspective: 1200px;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

#where_use .card_wrapper {
  width: calc(33.333% - 30px);
  min-width: 280px;
  max-width: 380px;
  height: 480px;
  margin: 0 !important;
  overflow: visible !important;
  opacity: 0;
  transform: translateY(60px);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition:
    opacity 0.6s ease-out,
    transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#where_use .card_wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

#where_use .card_wrapper .card {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition:
    transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1),
    box-shadow 0.3s ease;
  box-shadow: 0 16px 36px rgba(36, 36, 110, 0.38);
  padding: 0 !important;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  overflow: visible !important;
  float: none !important;
}

#where_use .card_wrapper .card.is-flipped {
  transform: rotateY(180deg) !important;
}

@media (hover: hover) {
  #where_use .card_wrapper.visible:hover .card {
    box-shadow: 0 24px 48px rgba(36, 36, 110, 0.5);
    transform: translateY(-6px);
  }
  #where_use .card_wrapper.visible:hover .card.is-flipped {
    transform: translateY(-6px) rotateY(180deg) !important;
  }
}

/* /models card colors: orange / grey / blue (per Vasyl Image 1) */
#where_use .card.first {
  background: linear-gradient(135deg, #f7a44a 0%, #ef7d1a 100%);
}
#where_use .card.second {
  background: linear-gradient(135deg, #8a99a8 0%, #5d6b7a 100%);
}
#where_use .card.third {
  background: linear-gradient(135deg, #5cb3ee 0%, #2196f3 100%);
}


/* 4th card — teal (Iter v2: добавлено для storm 4-card grid) */
#where_use .card.fourth {
  background: linear-gradient(135deg, #4dd0e1 0%, #00838f 100%);
}

/* FRONT — .top (image) + .bottom (text) */
#where_use .card > .top,
#where_use .card > .bottom {
  position: absolute !important;
  left: 0 !important;
  right: 0;
  margin: 0 !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}

#where_use .card > .top {
  top: 0 !important;
  height: 65% !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#where_use .card > .top .img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 70% !important;
  height: 80% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}

#where_use .card > .top .img img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.25)) !important;
}

#where_use .card > .bottom {
  bottom: 0 !important;
  top: auto;
  height: 35% !important;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 20px !important;
  text-align: center;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.12);
  font-size: inherit !important;
}

#where_use .card > .bottom .title {
  margin: 0 !important;
  width: 100%;
}

/* Card title h2 — Bebas 30/32 (canonical AKA via GLOBAL.fix5) */
#storm_where #where_use .card .bottom .title h2 {
  font-family: 'Bebas', 'Bebas Neue', sans-serif !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 32px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15) !important;
  margin: 0 0 12px !important;
}

/* Card subtitle h3 — Manrope 20px (canonical AKA via GLOBAL.fix4) */
#storm_where #where_use .card .bottom .title h3 {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-transform: none !important;
  opacity: 1 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

/* BACK — .info-2 */
#where_use .card > .info-2 {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center;
  padding: 32px 28px !important;
  text-align: center;
  background: #1b2935;
  color: #fff;
  transform: rotateY(180deg) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  overflow: hidden;
}

#storm_where #where_use .card .info-2 p {
  margin: 0 0 24px !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  width: 100% !important;
  z-index: 1;
  opacity: 1 !important;
}

#where_use .card > .info-2 a.details {
  display: inline-block !important;
  padding: 11px 30px !important;
  background: transparent !important;
  color: #fff !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  text-transform: none !important;
  letter-spacing: 0.2px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  margin-top: 16px !important;
  position: relative;
  z-index: 3;
  cursor: pointer;
  pointer-events: auto !important;
  text-decoration: none !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease;
}

#where_use .card > .info-2 a.details:hover {
  background: #fff !important;
  color: #1b2935 !important;
  transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {
  #storm_where > h2 {
    font-size: 32px;
    line-height: 36px;
  }
  #where_use .container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  #where_use .card_wrapper {
    width: 100% !important;
    max-width: 360px;
    height: 420px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #where_use .card_wrapper {
    transition: opacity 0.2s ease !important;
    transform: none !important;
  }
  #where_use .card {
    transition: none !important;
  }
}



/* Override container for 4-card grid (Iter v2: 4 use cases vs canon 3) */
#storm_where #where_use .container {
  gap: 24px;
}
#storm_where #where_use .card_wrapper {
  width: calc(25% - 24px);
  min-width: 260px;
  max-width: 320px;
  height: 440px;
}
@media (max-width: 1100px) {
  #storm_where #where_use .card_wrapper {
    width: calc(50% - 24px);
    max-width: 360px;
  }
}
@media (max-width: 600px) {
  #storm_where #where_use .card_wrapper {
    width: 100% !important;
    max-width: 360px;
    height: 420px;
  }
}


/* [05] #storm_principle — slate gradient strip + video */
#storm_principle {
  margin: 64px 0;
  padding: 64px 24px;
  background: linear-gradient(135deg, var(--storm-slate) 0%, var(--storm-slate-light) 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.30);
}
.storm-principle__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) {
  .storm-principle__inner { grid-template-columns: 1fr; gap: 32px; }
}
.storm-principle__text h2 {
  color: #fff !important;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.storm-principle__text h2 hr { background: var(--storm-bright); }
.storm-principle__text p {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
  margin: 0;
}
.storm-principle__media { position: relative; }
.storm-video {
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 14px 28px -8px rgba(0, 0, 0, 0.45);
  background: #000;
  display: block;
}

/* [06] #storm_stages — 4 numbered cards orange counter */
#storm_stages {
  padding: 64px 24px;
}
.storm-stages__inner { max-width: 1180px; margin: 0 auto; text-align: center; }
.storm-stages__lead {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  color: var(--aq-text-muted, #6b7c8c);
  max-width: 760px; margin: 0 auto 48px;
  line-height: 1.6;
}
.storm-stages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 720px) {
  .storm-stages__grid { grid-template-columns: 1fr; }
}
.storm-stage {
  position: relative;
  background: var(--aq-card-bg, #fff);
  padding: 32px 28px 28px 88px;
  border-radius: 0;
  border: 1px solid rgba(12, 74, 110, 0.08);
  box-shadow: 0 4px 12px -4px rgba(12, 74, 110, 0.12);
  text-align: left;
  transition: transform .25s, box-shadow .25s;
}
.storm-stage:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px -8px rgba(12, 74, 110, 0.22);
}
.storm-stage__num {
  position: absolute;
  left: 24px;
  top: 28px;
  width: 48px; height: 48px;
  background: var(--aq-orange, #f58025);
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', system-ui, sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.04em;
  box-shadow: 0 6px 12px -3px rgba(245, 128, 37, 0.4);
}
.storm-stage__title {
  font-family: 'Bebas Neue', 'Bebasregular', system-ui, sans-serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.02em;
  color: var(--storm-deep);
  margin: 0 0 8px;
  line-height: 1.1;
}
.storm-stage__desc {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--aq-text, #1b2935);
  margin: 0;
}

/* [07] #storm_bypass — info card + video */
#storm_bypass {
  padding: 64px 24px;
  background: rgba(12, 74, 110, 0.03);
}
.storm-bypass__inner {
  max-width: 1280px; margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) {
  .storm-bypass__inner { grid-template-columns: 1fr; gap: 32px; }
}
.storm-bypass__lead {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.65;
  color: var(--aq-text, #1b2935);
  margin: 0 0 24px;
}
.storm-bypass__list {
  list-style: none;
  padding: 0; margin: 0;
}
.storm-bypass__list li {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--aq-text, #1b2935);
  padding: 10px 0 10px 32px;
  position: relative;
  border-bottom: 1px solid rgba(12, 74, 110, 0.08);
}
.storm-bypass__list li:last-child { border-bottom: 0; }
.storm-bypass__check {
  position: absolute;
  left: 0; top: 13px;
  width: 20px; height: 20px;
  color: var(--storm-bright);
}

/* [08] #storm_advantages — 4 cards с icons */
#storm_advantages {
  padding: 64px 24px;
}
.storm-adv__inner { max-width: 1280px; margin: 0 auto; text-align: center; }
.storm-adv__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 32px auto 0;
}
@media (max-width: 1000px) {
  .storm-adv__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .storm-adv__grid { grid-template-columns: 1fr; max-width: 360px; margin: 32px auto 0; }
}
.storm-adv {
  background: var(--aq-card-bg, #fff);
  padding: 32px 24px;
  border-radius: 0;
  border: 1px solid rgba(12, 74, 110, 0.08);
  box-shadow: 0 4px 12px -4px rgba(12, 74, 110, 0.12);
  text-align: center;
  transition: transform .25s, box-shadow .25s;
}
.storm-adv:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px -8px rgba(12, 74, 110, 0.22);
}
.storm-adv__icon {
  width: 64px; height: 64px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, var(--storm-deep) 0%, var(--storm-bright) 100%);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  box-shadow: 0 8px 16px -4px rgba(12, 74, 110, 0.35);
}
.storm-adv__icon svg { width: 32px; height: 32px; }
.storm-adv__stat {
  font-family: 'Bebas Neue', 'Bebasregular', system-ui, sans-serif;
  font-weight: 500;
  font-size: 32px;
  color: var(--aq-orange, #f58025);
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  line-height: 1;
}
.storm-adv__title {
  font-family: 'Bebas Neue', 'Bebasregular', system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: var(--storm-deep);
  margin: 0 0 12px;
  text-transform: uppercase;
}
.storm-adv__desc {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--aq-text-muted, #6b7c8c);
  margin: 0;
}

/* [09] #storm_bridge — orange bridge CTA */
#storm_bridge {
  margin-top: 48px;
  padding: 64px 24px;
  background: linear-gradient(135deg, var(--aq-orange, #f58025) 0%, #ec5b1f 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  text-align: center;
  box-shadow: 0 -8px 24px -8px rgba(245, 128, 37, 0.2);
}
.storm-bridge__inner {
  max-width: 760px; margin: 0 auto;
}
.storm-bridge__title {
  font-family: 'Bebas Neue', 'Bebasregular', system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  color: #fff !important;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin: 0 0 16px;
  letter-spacing: 0.02em;
}
.storm-bridge__lead {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(255, 255, 255, 0.95);
  margin: 0 0 32px;
  line-height: 1.5;
}
.storm-bridge__cta {
  display: inline-block;
  background: #fff;
  color: var(--aq-orange, #f58025);
  padding: 18px 48px;
  border-radius: 999px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow:
    0 12px 28px -6px rgba(0, 0, 0, 0.30),
    0 4px 10px -2px rgba(0, 0, 0, 0.18);
  transition: transform .25s, box-shadow .25s;
}
.storm-bridge__cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 32px -8px rgba(0, 0, 0, 0.36),
    0 6px 12px -2px rgba(0, 0, 0, 0.20);
}


/* ============================================================================
 * [02] H2 canon — Bebas 48 uppercase (canon §3.1)
 * ============================================================================ */

.aquatec-site.inner #storm_where > h2,
.aquatec-site.inner #storm_stages > h2,
.aquatec-site.inner #storm_advantages > h2,
.aquatec-site.inner #storm_bridge > h2,
.aquatec-site.inner #storm_principle .storm-principle__text > h2,
.aquatec-site.inner #storm_bypass .storm-bypass__text > h2 {
  display: block !important;
  width: 100% !important;
  font-family: 'Bebas', 'Bebas Neue', sans-serif !important;
  font-weight: 500 !important;
  font-size: 48px !important;
  line-height: 60px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: var(--aq-h2-color, var(--aq-text, #1b2935)) !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15) !important;
  margin: 0 auto 20px !important;
  padding: clamp(28px, 4vw, 56px) 24px 0 !important;
  background: transparent !important;
}

.aquatec-site.inner #storm_principle .storm-principle__text > h2,
.aquatec-site.inner #storm_bridge > h2 {
  color: #fff !important;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.30) !important;
}

.aquatec-site.inner #storm_principle .storm-principle__text > h2,
.aquatec-site.inner #storm_bypass .storm-bypass__text > h2 {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.aquatec-site.inner #storm_where > h2 > hr,
.aquatec-site.inner #storm_stages > h2 > hr,
.aquatec-site.inner #storm_advantages > h2 > hr,
.aquatec-site.inner #storm_principle .storm-principle__text > h2 > hr,
.aquatec-site.inner #storm_bypass .storm-bypass__text > h2 > hr {
  display: block !important;
  width: 60px !important;
  height: 4px !important;
  background: var(--aq-orange, #f58025) !important;
  border: 0 !important;
  border-radius: 2px !important;
  margin: 0 auto 20px !important;
}

.aquatec-site.inner #storm_principle .storm-principle__text > h2 > hr,
.aquatec-site.inner #storm_bypass .storm-bypass__text > h2 > hr {
  margin: 0 0 20px !important;
}

.aquatec-site.inner #storm_bridge > h2 > hr {
  display: block !important;
  width: 60px !important;
  height: 4px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 2px !important;
  margin: 0 auto 20px !important;
}

@media (max-width: 602px) {
  .aquatec-site.inner #storm_where > h2,
  .aquatec-site.inner #storm_stages > h2,
  .aquatec-site.inner #storm_advantages > h2,
  .aquatec-site.inner #storm_bridge > h2,
  .aquatec-site.inner #storm_principle .storm-principle__text > h2,
  .aquatec-site.inner #storm_bypass .storm-bypass__text > h2 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
}
@media (min-width: 603px) and (max-width: 1199px) {
  .aquatec-site.inner #storm_where > h2,
  .aquatec-site.inner #storm_stages > h2,
  .aquatec-site.inner #storm_advantages > h2,
  .aquatec-site.inner #storm_bridge > h2,
  .aquatec-site.inner #storm_principle .storm-principle__text > h2,
  .aquatec-site.inner #storm_bypass .storm-bypass__text > h2 {
    font-size: 36px !important;
    line-height: 48px !important;
  }
}

.aquatec-site.inner section[id^="storm_"] > .storm-section-lead,
.aquatec-site.inner section[id^="storm_"] .storm-bypass__text > .storm-section-lead {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.65;
  font-weight: 400;
  color: var(--aq-text-muted, #6b7c8c);
  max-width: 880px;
  margin: 0 auto 40px;
  text-align: center;
  padding: 0 24px;
}

.aquatec-site.inner #storm_intro > .storm-section-lead {
  color: var(--aq-text, #1b2935);
  max-width: 920px;
  font-size: clamp(17px, 1.4vw, 20px);
  margin-bottom: 48px;
}

.aquatec-site.inner #storm_principle .storm-principle__text > p {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}

.aquatec-site.inner #storm_bypass .storm-bypass__text > .storm-section-lead {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  color: var(--aq-text, #1b2935);
}

/* ============================================================================
 * [POLISH-bg] Body gradient limited to Hero 100vh
 * ============================================================================ */

body.aquatec-site.inner:has(#corner),
body.aquatec-site:has(#corner) {
  background:
    linear-gradient(135deg, #0c4a6e 0%, #7dd3fc 100%) top center / 100% 100vh no-repeat,
    var(--aq-bg, #f7f9fc) !important;
  background-color: var(--aq-bg, #f7f9fc) !important;
}
html[data-theme="dark"] body.aquatec-site.inner:has(#corner),
html[data-theme="dark"] body.aquatec-site:has(#corner) {
  background:
    linear-gradient(135deg, #0c4a6e 0%, #7dd3fc 100%) top center / 100% 100vh no-repeat,
    var(--aq-bg, #262e3a) !important;
  background-color: var(--aq-bg, #262e3a) !important;
}

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: var(--aq-bg, #f7f9fc) !important;
}
html[data-theme="dark"] body.aquatec-site main#main.site-main {
  background: var(--aq-bg, #262e3a) !important;
}

/* ============================================================================
 * [09] #storm_bridge — orange full-bleed strip + grid wrappers
 * ============================================================================ */

.aquatec-site.inner #storm_bridge {
  margin-top: 48px;
  padding: 48px 24px 64px;
  background: linear-gradient(135deg, var(--aq-orange, #f58025) 0%, #ec5b1f 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  text-align: center;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.30);
}
.aquatec-site.inner #storm_bridge > .storm-bridge__lead {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  color: rgba(255, 255, 255, 0.95);
  margin: 0 auto 32px;
  line-height: 1.5;
  max-width: 760px;
  text-align: center;
  padding: 0;
}
.aquatec-site.inner #storm_bridge > .storm-bridge__cta {
  display: inline-block;
  background: #fff;
  color: var(--aq-orange, #f58025);
  padding: 18px 48px;
  border-radius: 999px;
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.30), 0 4px 10px -2px rgba(0, 0, 0, 0.18);
  transition: transform .25s, box-shadow .25s;
}
.aquatec-site.inner #storm_bridge > .storm-bridge__cta:hover {
  transform: translateY(-2px);
}

.aquatec-site.inner #storm_principle .storm-principle__grid,
.aquatec-site.inner #storm_bypass .storm-bypass__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) {
  .aquatec-site.inner #storm_principle .storm-principle__grid,
  .aquatec-site.inner #storm_bypass .storm-bypass__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* [N] Dark theme overrides */
html[data-theme="dark"] body.aquatec-site .storm-stat,
html[data-theme="dark"] body.aquatec-site .storm-stage,
html[data-theme="dark"] body.aquatec-site .storm-adv {
  background: var(--aq-card-bg, #2d3748) !important;
  color: var(--aq-text, #e8edf3) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}
html[data-theme="dark"] body.aquatec-site #storm_where,
html[data-theme="dark"] body.aquatec-site #storm_bypass {
  background: rgba(255, 255, 255, 0.02) !important;
}
html[data-theme="dark"] body.aquatec-site .storm-stage__title,
html[data-theme="dark"] body.aquatec-site .storm-adv__title {
  color: var(--storm-bright) !important;
}
html[data-theme="dark"] body.aquatec-site .storm-stat__big {
  color: var(--storm-bright) !important;
}
html[data-theme="dark"] body.aquatec-site .storm-bypass__list li {
  color: var(--aq-text, #e8edf3) !important;
  border-bottom-color: rgba(255, 255, 255, 0.10) !important;
}
html[data-theme="dark"] body.aquatec-site section[id^="storm_"] h2 {
  color: var(--aq-text, #e8edf3) !important;
}
/* Principle + bridge сохраняют intentional brand colors в dark */

/* [R] prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .storm-stat, .storm-stage, .storm-adv, #storm_where .card,
  .storm-bridge__cta {
    transition: none !important;
  }
  .storm-stat:hover, .storm-stage:hover, .storm-adv:hover,
  #storm_where .card:hover, .storm-bridge__cta:hover {
    transform: none !important;
  }
}

/* Mobile polish */
@media (max-width: 600px) {
  #storm_intro, #storm_where, #storm_stages, #storm_bypass, #storm_advantages {
    padding-left: 16px; padding-right: 16px;
  }
  .storm-stats { grid-template-columns: 1fr; }
  .storm-stage { padding: 24px 20px 24px 76px; }
  .storm-stage__num { width: 40px; height: 40px; font-size: 18px; left: 18px; }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE SECTIONS END — STORM
   ═══════════════════════════════════════════════════════════════ */

/* ============================================================================
 * [POLISH-v4] Spacing -60% + lead 20px + H3 canon §3.2 (Sess Polish v4)
 * ============================================================================ */

/* 1. Reduce empty space before "ГДЕ ПРИМЕНЯЕТСЯ" by 60% */
.aquatec-site.inner #storm_intro {
  padding: 80px 24px 26px !important; /* was bottom 64 → 26 */
}
.aquatec-site.inner #storm_where {
  padding: 26px 24px 64px !important; /* was top 64 → 26 */
}
.aquatec-site.inner #storm_where > h2 {
  padding: clamp(12px, 1.6vw, 22px) 24px 0 !important; /* was clamp(28,4vw,56) */
}
.aquatec-site.inner #storm_intro > .storm-section-lead {
  margin-bottom: 19px !important; /* was 48 → 19 */
}
.aquatec-site.inner #storm_intro > .storm-stats {
  margin-top: 24px !important;
}

/* 2. Standard lead paragraph — Manrope 20px canon §3.4 */
.aquatec-site.inner section[id^="storm_"] > .storm-section-lead,
.aquatec-site.inner section[id^="storm_"] .storm-bypass__text > .storm-section-lead {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}
.aquatec-site.inner #storm_intro > .storm-section-lead {
  font-size: 20px !important;
  line-height: 1.5 !important;
}

/* Mobile lead */
@media (max-width: 602px) {
  .aquatec-site.inner section[id^="storm_"] > .storm-section-lead,
  .aquatec-site.inner section[id^="storm_"] .storm-bypass__text > .storm-section-lead,
  .aquatec-site.inner #storm_intro > .storm-section-lead {
    font-size: 17px !important;
    line-height: 1.55 !important;
  }
}

/* 3. All H3 — Bebas 30px canon §3.2 (uppercase + letter-spacing + shadow) */
.aquatec-site.inner .storm-stage__title,
.aquatec-site.inner .storm-adv__title {
  font-family: 'Bebas', 'Bebas Neue', sans-serif !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 32px !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15) !important;
  margin: 0 0 12px !important;
}

@media (max-width: 602px) {
  .aquatec-site.inner .storm-stage__title,
  .aquatec-site.inner .storm-adv__title {
    font-size: 22px !important;
    line-height: 26px !important;
  }
}

/* Stage card num padding adjust — slightly wider for 30px h3 */
.aquatec-site.inner .storm-stage {
  padding: 32px 28px 28px 92px !important;
}
@media (max-width: 600px) {
  .aquatec-site.inner .storm-stage {
    padding: 24px 20px 24px 80px !important;
  }
}

