/* ╔═══════════════════════════════════════════════════════════════════════╗
   ║  PREPEND v2 — @font-face Bebas (generator does NOT add it)             ║
   ║  Without this, H2/H3 fall back to system-ui — breaks AQUATEC canon.    ║
   ╚═══════════════════════════════════════════════════════════════════════╝ */
@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 "separators"
 * Auto-generated by aquatec-hero-generator.sh
 * Hero Canon: v1.2 (Session 24)
 * Gradient: #1e3a8a (dark, left) -> #06b6d4 (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='%231e3a8a'/><stop offset='1' stop-color='%2306b6d4'/></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, #1e3a8a 0%, #06b6d4 100%) !important;
  background-color: #1e3a8a !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;
}

/* ╔══════════════════════════════════════════════════════════════════════════╗
   ║  V6-PATCH-START — Canon big-los flipcards 1:1 + Hero canon force        ║
   ║  CSS copied from aquatec-models.css §[02] #where_use (big-los pattern)  ║
   ║  Adapted for 5 cards instead of 3 (3+2 layout via flex-wrap).           ║
   ║                                                                          ║
   ║  Big-los pattern (verified canon):                                       ║
   ║    .card_wrapper — fixed height 480px, perspective from container       ║
   ║    .card         — position:relative; 100%/100%; preserve-3d            ║
   ║                    NO backface-visibility (host of 3D scene)            ║
   ║    .top + .bottom — position:absolute; backface-visibility:hidden       ║
   ║    .info-2       — position:absolute inset 0; rotateY(180);             ║
   ║                    backface-visibility:hidden                           ║
   ║    .is-flipped on .card → rotateY(180) — front hides, back shows        ║
   ╚══════════════════════════════════════════════════════════════════════════╝ */

/* ─── [A] Hide article-page-header leak (Cassiopeia) ─── */
body.aquatec-site:has(#corner) .page-header,
body.aquatec-site:has(#corner) .com-content-article__header,
body.aquatec-site:has(#corner) .item-page > .page-header,
body.aquatec-site:has(#corner) .item-page > h1:first-child,
body:has(#corner) .page-header {
  display: none !important;
}

/* ─── [B] #corner — FULL-BLEED + clip-path (Hero canon §3.1) ─── */
body.aquatec-site #corner,
body.inner #corner,
#corner {
  --corner-skew: clamp(45px, 6.7vw, 100px);
  display: block !important;
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  margin-top: calc(-1 * var(--aq-header-h, 80px)) !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--corner-skew)), 0 100%) !important;
  overflow: visible !important;
  isolation: isolate !important;
  z-index: 2 !important;
}

/* ─── [C] #corner > div — inner grid 2-col (Hero canon §3.2) ─── */
body.aquatec-site #corner > div,
body.inner #corner > div,
#corner > div {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  grid-template-rows: auto;
  column-gap: 56px;
  row-gap: 0;
  align-items: center !important;
  max-width: var(--aq-container, 1366px) !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: calc(var(--aq-header-h, 80px) + 24px) 24px 77px;
  min-height: clamp(420px, 52vh, 580px) !important;
  position: relative !important;
}

/* Image LEFT (col 1) */
body.aquatec-site #corner img.hero-visual,
body.aquatec-site #corner img,
#corner img.hero-visual,
#corner img {
  display: block !important;
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  background: transparent !important;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.28)) !important;
  animation: hero-image-float 4s ease-in-out infinite !important;
  position: static !important;
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  top: auto !important; left: auto !important;
  right: auto !important; bottom: auto !important;
  transform: none;
}
@keyframes hero-image-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* #h1_anim RIGHT (col 2) */
body.aquatec-site #corner #h1_anim,
body.inner #corner #h1_anim,
#corner #h1_anim {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 28px !important;
  max-width: none !important;
  width: 100% !important;
  position: static !important;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  transform: none !important;
}
#corner #h1_anim > * {
  position: static !important;
  margin: 0 !important;
  transform: none !important;
}
body.aquatec-site #corner #h1_anim h1,
#corner #h1_anim h1 {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 3.4vw, 52px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.5px !important;
  color: #fff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase !important;
  margin: 0 !important;
}
body.aquatec-site #corner #h1_anim p,
body.aquatec-site #corner #h1_anim p.aeo,
#corner #h1_anim p,
#corner #h1_anim .aeo {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.20) !important;
  max-width: 60ch !important;
  margin: 0 !important;
}
body.aquatec-site #corner #h1_anim a.get_in_touch,
#corner #h1_anim a.get_in_touch {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: var(--aq-orange, #f58025) !important;
  color: #fff !important;
  padding: 16px 40px !important;
  border-radius: 999px !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow:
    0 10px 24px -8px rgba(196, 87, 8, 0.45),
    0 4px 10px -2px rgba(0, 0, 0, 0.16) !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
  align-self: flex-start !important;
  margin: 0 !important;
}
#corner #h1_anim a.get_in_touch::after {
  content: " →" !important;
  margin-left: 4px !important;
}
#corner #h1_anim a.get_in_touch:hover {
  transform: translateY(-2px) !important;
}

/* Header transparent + breadcrumb hide */
body:has(#corner) #site-header:not(.scrolled),
body:has(#corner) #site-header:not(.scrolled) .site-header__inner {
  background: transparent !important;
  backdrop-filter: none !important;
  border-bottom-color: transparent !important;
  box-shadow: none !important;
}
body:has(#corner) .mod-breadcrumbs__wrapper,
body:has(#corner) .mod-breadcrumbs {
  display: none !important;
}

/* Overflow guards */
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;
  max-width: none !important;
  padding: 0 !important;
}
html, body { overflow-x: clip; }

/* Hero Mobile */
@media (max-width: 1199px) {
  body.aquatec-site #corner img,
  #corner img { max-width: 425px !important; }
  #corner > div { column-gap: 32px !important; }
}
@media (max-width: 768px) {
  body.aquatec-site #corner > div,
  #corner > div {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 0 !important;
    row-gap: 32px !important;
    text-align: center !important;
    padding: calc(var(--aq-header-h, 80px) + 32px) 24px 100px !important;
  }
  #corner img {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    max-width: 300px !important;
  }
  #corner #h1_anim {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
    align-items: center !important;
    text-align: center !important;
  }
  #corner #h1_anim p { margin: 0 auto !important; }
  #corner #h1_anim a.get_in_touch { align-self: center !important; }
}
@media (prefers-reduced-motion: reduce) {
  #corner img { animation: none !important; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   ║  PAGE SECTIONS — sep_intro + #where + #where_use + features + bridge   ║
   ═══════════════════════════════════════════════════════════════════════════ */

/* ─── [1] Intro lead ─── */
body.aquatec-site #sep_intro {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: clamp(40px, 6vw, 80px) auto clamp(30px, 5vw, 60px);
  padding: 0 24px;
  text-align: center;
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.65;
  color: var(--aq-text, #1b2935);
}
body.aquatec-site #sep_intro p { margin: 0 0 1em; }
body.aquatec-site #sep_intro p:last-child { margin-bottom: 0; }
body.aquatec-site #sep_intro strong { color: var(--aq-blue-hero, #276cba); font-weight: 700; }

/* ─── [2] H2 canon (Bebas + orange hr) ─── */
body.aquatec-site #where,
body.aquatec-site #sep_features,
body.aquatec-site #sep_bridge_cta {
  padding: clamp(60px, 8vw, 100px) 0 clamp(40px, 6vw, 80px);
  position: relative;
  z-index: 1;
}
body.aquatec-site #where > h2,
body.aquatec-site #sep_features > h2,
body.aquatec-site #sep_bridge_cta > h2 {
  font-family: 'Bebas', 'Bebas Neue', system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  text-align: center !important;
  color: var(--aq-text, #1b2935) !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15) !important;
  margin: 0 auto clamp(40px, 5vw, 60px) !important;
  max-width: var(--aq-container, 1366px) !important;
  padding: 0 24px !important;
}
body.aquatec-site #where > h2 > hr,
body.aquatec-site #sep_features > h2 > hr,
body.aquatec-site #sep_bridge_cta > h2 > hr {
  display: block !important;
  width: 80px !important;
  height: 4px !important;
  background: var(--aq-orange, #f58025) !important;
  border: 0 !important;
  margin: 0 auto 18px !important;
  border-radius: 2px !important;
}

/* ─── [3] #where_use — 1:1 BIG-LOS canon (from aquatec-models.css) ─── */
body.aquatec-site #where {
  background: var(--aq-bg, #f7f9fc);
}

body.aquatec-site #where_use {
  max-width: var(--aq-container, 1366px) !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
}

/* Container — flex-wrap with perspective for 3D children */
body.aquatec-site #where_use .container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 30px !important;
  perspective: 1200px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

/* Card wrapper — 3 per row on desktop (5 cards → 3+2 layout) */
body.aquatec-site #where_use .card_wrapper {
  width: calc(33.333% - 30px) !important;
  min-width: 280px !important;
  max-width: 380px !important;
  height: 480px !important;
  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);
  position: relative;
}
body.aquatec-site #where_use .card_wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

/* .card — host of 3D scene. NO backface-visibility here (that's the bug fix) */
body.aquatec-site #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;
}

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

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

/* Per-card gradient colors (5 cards, brand-stable per class) */
body.aquatec-site #where_use .card.first  {
  background: linear-gradient(135deg, #f7a44a 0%, #ef7d1a 100%);   /* orange — fat */
}
body.aquatec-site #where_use .card.second {
  background: linear-gradient(135deg, #5cb3ee 0%, #2196f3 100%);   /* blue — oil */
}
body.aquatec-site #where_use .card.third  {
  background: linear-gradient(135deg, #8a99a8 0%, #5d6b7a 100%);   /* grey — storm */
}
body.aquatec-site #where_use .card.fourth {
  background: linear-gradient(135deg, #2dc4a3 0%, #1ea787 100%);   /* teal — kns */
}
body.aquatec-site #where_use .card.fifth  {
  background: linear-gradient(135deg, #7c7ce0 0%, #4a4abc 100%);   /* indigo — pp */
}

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

body.aquatec-site #where_use .card > .top {
  top: 0 !important;
  height: 65% !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
body.aquatec-site #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;
}
body.aquatec-site #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;
  animation: where-img-pulse 2.8s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
  will-change: transform;
}
body.aquatec-site #where_use .card.first  > .top .img img { animation-delay: 0.0s; }
body.aquatec-site #where_use .card.second > .top .img img { animation-delay: 0.5s; }
body.aquatec-site #where_use .card.third  > .top .img img { animation-delay: 1.0s; }
body.aquatec-site #where_use .card.fourth > .top .img img { animation-delay: 1.5s; }
body.aquatec-site #where_use .card.fifth  > .top .img img { animation-delay: 2.0s; }
@keyframes where-img-pulse {
  from { transform: scale(1);    }
  to   { transform: scale(1.06); }
}

body.aquatec-site #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);
}
body.aquatec-site #where_use .card > .bottom .title {
  margin: 0 !important;
  width: 100%;
}
body.aquatec-site #where_use .card > .bottom .title h3 {
  font-family: 'Bebas', 'Bebas Neue', sans-serif !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 1.08 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  margin: 0 0 6px !important;
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22) !important;
}
body.aquatec-site #where_use .card > .bottom .title p,
body.aquatec-site #where_use .card > .bottom p {
  font-family: 'Manrope', sans-serif !important;
  font-weight: 400 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: rgba(255, 255, 255, 0.95) !important;
  margin: 0 !important;
}

/* BACK — .info-2 absolute inset 0, rotateY 180 + backface hidden */
body.aquatec-site #where_use .card .info-2 {
  position: absolute !important;
  inset: 0 !important;
  -webkit-transform: rotateY(180deg) !important;
  transform: rotateY(180deg) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  background: #1b2935 !important;
  padding: 28px 22px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0 !important;
}
body.aquatec-site #where_use .card .info-2 p {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #fff !important;
  margin: 0 0 22px !important;
}
body.aquatec-site #where_use .card .info-2 a.details {
  display: inline-block !important;
  padding: 11px 28px !important;
  background: transparent !important;
  color: #fff !important;
  font-family: 'Manrope', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  letter-spacing: 0.2px !important;
  border-radius: 999px !important;
  border: 2px solid rgba(255, 255, 255, 0.9) !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background 0.25s ease, color 0.25s ease, transform 0.2s ease !important;
  position: relative !important;
  z-index: 3 !important;
}
body.aquatec-site #where_use .card .info-2 a.details:hover {
  background: #fff !important;
  color: #1b2935 !important;
  transform: translateY(-2px) !important;
}

/* Hide legacy fields */
body.aquatec-site #where_use .card > .click,
body.aquatec-site #where_use .card > .back,
body.aquatec-site #where_use .card > .back-info {
  display: none !important;
}

/* Hide gallery — DOM no longer has it but defensive */
body.aquatec-site #sep_gallery { display: none !important; }

/* ─── [4] Features — 3 PP cards ─── */
body.aquatec-site #sep_features {
  width: min(100% - 32px, 1200px);
  margin: 0 auto clamp(40px, 6vw, 80px);
}
body.aquatec-site #sep_features .sep-feat__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 28px;
}
body.aquatec-site #sep_features .sep-feat {
  background: var(--aq-card-bg, #fff);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
body.aquatec-site #sep_features .sep-feat__icon {
  width: 72px; height: 72px;
  margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--aq-blue, #00aeee), var(--aq-teal, #01b1b0));
  border-radius: 50%;
  color: #fff;
  font-family: 'Bebas', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.04em;
}
body.aquatec-site #sep_features .sep-feat h3 {
  font-family: 'Bebas', 'Bebas Neue', sans-serif !important;
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
  color: var(--aq-text, #1b2935) !important;
}
body.aquatec-site #sep_features .sep-feat p {
  font-family: 'Manrope', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: var(--aq-text-muted, #6b7c8c);
  margin: 0;
}

/* ─── [5] Bridge CTA ─── */
body.aquatec-site #sep_bridge_cta {
  width: 100%;
  padding: clamp(56px, 8vw, 100px) 24px;
  margin: 0 0 clamp(40px, 6vw, 80px);
  text-align: center;
  isolation: isolate;
}
body.aquatec-site #sep_bridge_cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, #f58025 0%, #ec5b1f 100%);
}
body.aquatec-site #sep_bridge_cta > h2 {
  color: #fff !important;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.18) !important;
}
body.aquatec-site #sep_bridge_cta > h2 > hr {
  background: #fff !important;
}
body.aquatec-site #sep_bridge_cta .sep-bridge__cta {
  display: inline-block;
  padding: 18px 44px;
  background: #fff;
  color: var(--aq-orange, #f58025);
  font-family: 'Manrope', system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.32);
  transition: transform 200ms ease;
}
body.aquatec-site #sep_bridge_cta .sep-bridge__cta:hover { transform: translateY(-3px); }

/* ─── [6] Dark theme ─── */
html[data-theme="dark"] body.aquatec-site #sep_intro,
html[data-theme="dark"] body.aquatec-site #sep_intro p { color: var(--aq-text) !important; }
html[data-theme="dark"] body.aquatec-site #where { background: #262e3a !important; }
html[data-theme="dark"] body.aquatec-site #where > h2,
html[data-theme="dark"] body.aquatec-site #sep_features > h2 { color: var(--aq-text) !important; }
html[data-theme="dark"] body.aquatec-site #sep_features .sep-feat {
  background: var(--aq-card-bg) !important;
  color: var(--aq-text) !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}
html[data-theme="dark"] body.aquatec-site #sep_features .sep-feat h3 { color: var(--aq-text) !important; }
html[data-theme="dark"] body.aquatec-site #sep_features .sep-feat p  { color: var(--aq-text-muted) !important; }
html[data-theme="dark"] body.aquatec-site #where_use .card .info-2 { background: #2d3748 !important; }

/* ─── [7] Tablet 769-1099 — 2 per row (2+2+1) ─── */
@media (min-width: 769px) and (max-width: 1099px) {
  body.aquatec-site #where_use .card_wrapper {
    width: calc(50% - 30px) !important;
    max-width: 380px !important;
    height: 460px !important;
  }
}

/* ─── [8] Mobile ≤768 — 1 column ─── */
@media (max-width: 768px) {
  body.aquatec-site #where_use .container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  body.aquatec-site #where_use .card_wrapper {
    width: 100% !important;
    max-width: 360px !important;
    height: 440px !important;
  }
  body.aquatec-site #where_use .card_wrapper:hover .card { transform: none !important; }
  body.aquatec-site #where_use .card_wrapper:hover .card.is-flipped {
    transform: rotateY(180deg) !important;
  }
}

/* ─── [9] Reduced motion ─── */
@media (prefers-reduced-motion: reduce) {
  body.aquatec-site #where_use .card_wrapper,
  body.aquatec-site #where_use .card,
  body.aquatec-site #where_use .card > .top .img img {
    transition: none !important;
    animation: none !important;
  }
}

/* V6-PATCH-END */

/* ╔══════════════════════════════════════════════════════════════════════════╗
   ║  V10-PATCH-START — canon Hero size 484px + visible shadow under slant   ║
   ║                                                                          ║
   ║  Key changes vs V9:                                                      ║
   ║   • #corner > div min-height: 484px (exact canon /models DevTools)      ║
   ║   • padding 104px top / 77px bottom (canon, not skew-based)             ║
   ║   • drop-shadow filter on #corner (inherits ::before's clip shape)      ║
   ║   • overflow:visible enforced on ALL ancestors up to html               ║
   ║   • #corner has explicit margin-bottom to give shadow space to render   ║
   ╚══════════════════════════════════════════════════════════════════════════╝ */

/* ─── [A] Ancestors: overflow:visible all the way to html for shadow ─── */
html { overflow-x: clip !important; overflow-y: auto !important; }
body,
body.aquatec-site,
body.inner,
body:has(#corner),
body:has(#corner) #wrapper,
body:has(#corner) #page,
body:has(#corner) main,
body:has(#corner) .site-main,
body:has(#corner) .container-component,
body:has(#corner) .com-content-article,
body:has(#corner) .com-content-article__body,
body:has(#corner) .item-page,
body:has(#corner) #center,
body:has(#corner) #content {
  overflow: visible !important;
  overflow-x: clip !important;
}

/* ─── [B] #corner — wrapper with drop-shadow, no clip, no bg ─── */
body.aquatec-site #corner,
body.inner #corner,
#corner {
  --corner-skew: clamp(45px, 6.7vw, 100px);

  display: block !important;
  position: relative !important;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: 0 !important;
  margin-top: calc(-1 * var(--aq-header-h, 80px)) !important;

  /* Bottom margin gives drop-shadow room to render and pushes content below */
  margin-bottom: 24px !important;

  padding: 0 !important;
  isolation: isolate !important;
  z-index: 2 !important;

  /* Critical: NO clip-path, NO background — they live on ::before */
  clip-path: none !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;

  /* drop-shadow renders BELOW ::before's clipped shape */
  filter: drop-shadow(0 16px 14px rgba(0, 0, 0, 0.38)) !important;
  -webkit-filter: drop-shadow(0 16px 14px rgba(0, 0, 0, 0.38)) !important;

  overflow: visible !important;
}

/* ─── [C] ::before — owns gradient + trapezoidal clip ─── */
body.aquatec-site #corner::before,
body.inner #corner::before,
#corner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -1 !important;
  background: linear-gradient(135deg, #1e3a8a 0%, #06b6d4 100%) !important;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--corner-skew)), 0 100%) !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--corner-skew)), 0 100%) !important;
  pointer-events: none !important;
}

/* Mobile softer shadow */
@media (max-width: 768px) {
  body.aquatec-site #corner,
  #corner {
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28)) !important;
    -webkit-filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28)) !important;
    margin-bottom: 16px !important;
  }
}

/* ─── [D] #corner > div — grid 2-col, FIXED 484px height (canon /models) ─── */
body.aquatec-site #corner > div,
body.inner #corner > div,
#corner > div {
  position: relative !important;
  z-index: 1 !important;

  display: grid !important;
  grid-template-columns: minmax(280px, 0.9fr) 1fr;
  grid-template-rows: auto;
  column-gap: 56px;
  row-gap: 0;
  align-items: center !important;

  max-width: var(--aq-container, 1366px) !important;
  width: 100% !important;
  margin: 0 auto !important;

  /* CANON sizing — match /models DevTools 484px exactly */
  min-height: 484px !important;
  padding: 104px 24px 77px;

  background: transparent !important;
  clip-path: none !important;
}

/* ─── [E] Image LEFT ─── */
body.aquatec-site #corner img.hero-visual,
body.aquatec-site #corner img,
#corner img {
  display: block !important;
  width: 100% !important;
  max-width: 500px !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
  background: transparent !important;
  filter: drop-shadow(0 22px 32px rgba(0, 0, 0, 0.28)) !important;
  animation: hero-image-float 4s ease-in-out infinite !important;
  position: static !important;
  grid-column: 1 / 2 !important;
  grid-row: 1 / 2 !important;
}
@keyframes hero-image-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

/* ─── [F] #h1_anim RIGHT ─── */
body.aquatec-site #corner #h1_anim,
body.inner #corner #h1_anim,
#corner #h1_anim {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 24px !important;
  max-width: 580px !important;
  width: 100% !important;
  position: static !important;
  grid-column: 2 / 3 !important;
  grid-row: 1 / 2 !important;
  transform: none !important;
}
#corner #h1_anim > * {
  position: static !important;
  margin: 0 !important;
  transform: none !important;
}

body.aquatec-site #corner #h1_anim h1,
#corner #h1_anim h1 {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: 44px !important;
  line-height: 1.08 !important;
  letter-spacing: -0.5px !important;
  color: #fff !important;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3) !important;
  text-transform: none !important;
  margin: 0 !important;
  text-wrap: balance;
}
@media (max-width: 1023px) { #corner #h1_anim h1 { font-size: 36px !important; } }
@media (max-width: 480px)  { #corner #h1_anim h1 { font-size: 28px !important; } }

body.aquatec-site #corner #h1_anim p,
body.aquatec-site #corner #h1_anim p.aeo,
body.aquatec-site #corner #h1_anim .aeo,
#corner #h1_anim p,
#corner #h1_anim .aeo {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.20) !important;
  max-width: 52ch !important;
  margin: 0 !important;
  text-wrap: balance;
}
#corner #h1_anim p br,
#corner #h1_anim .aeo br { display: none !important; }

body.aquatec-site #corner #h1_anim a.get_in_touch,
#corner #h1_anim a.get_in_touch {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: var(--aq-orange, #f58025) !important;
  color: #fff !important;
  padding: 16px 40px !important;
  border-radius: 999px !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow:
    0 10px 24px -8px rgba(196, 87, 8, 0.45),
    0 4px 10px -2px rgba(0, 0, 0, 0.16) !important;
  transition: transform 200ms ease, box-shadow 200ms ease !important;
  align-self: flex-start !important;
  margin: 0 !important;
}
#corner #h1_anim a.get_in_touch::after {
  content: " →" !important;
  margin-left: 4px !important;
}
#corner #h1_anim a.get_in_touch:hover {
  transform: translateY(-2px) !important;
}

/* ─── [G] Mobile stack ─── */
@media (max-width: 768px) {
  body.aquatec-site #corner > div,
  #corner > div {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
    text-align: center !important;
    min-height: auto !important;
    padding: 100px 24px 100px !important;
  }
  #corner img {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    max-width: 280px !important;
  }
  #corner #h1_anim {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 100% !important;
  }
  #corner #h1_anim p { margin: 0 auto !important; }
  #corner #h1_anim a.get_in_touch { align-self: center !important; }
}

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

/* V10-PATCH-END */

/* ╔══════════════════════════════════════════════════════════════════════════╗
   ║  V11-PATCH-START                                                         ║
   ║   • Hero height +20%: 484 → 580px                                        ║
   ║   • Hero image +20%: 500 → 600px                                         ║
   ║   • Flipcard title h3: 22px → 30px Bebas (canon /models)                ║
   ║   • Flipcard sub p:    13px → 20px Manrope (canon /models)              ║
   ╚══════════════════════════════════════════════════════════════════════════╝ */

/* ─── [1] Hero height +20% — 484 → 580px ─── */
body.aquatec-site #corner > div,
body.inner #corner > div,
#corner > div {
  min-height: 580px !important;
  padding: 124px 24px 92px !important;   /* proportionally scaled from 104/77 */
}

/* ─── [2] Hero image +20% — 500 → 600px max ─── */
body.aquatec-site #corner img.hero-visual,
body.aquatec-site #corner img,
#corner img.hero-visual,
#corner img {
  max-width: 600px !important;
}

@media (max-width: 768px) {
  body.aquatec-site #corner > div,
  #corner > div {
    min-height: auto !important;
    padding-top: calc(58px + 36px) !important;
    padding-bottom: 100px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  @media (max-width: 602px) {
    body.aquatec-site #corner > div,
    #corner > div {
      padding-top: calc(58px + 48px) !important;
    }
  }
  body.aquatec-site #corner img,
  #corner img {
    max-width: 320px !important;
  }
}

/* ─── [3] Flipcard fonts — canon /models DevTools sizes ─── */
/* Title (h3) — 30px Bebas (was 22px) */
body.aquatec-site #where_use .card > .bottom .title h3,
#where_use .card > .bottom .title h3 {
  font-family: 'Bebas', 'Bebas Neue', sans-serif !important;
  font-weight: 500 !important;
  font-size: 30px !important;
  line-height: 1.05 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
  color: #fff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22) !important;
}

/* Subtitle (p) — 20px Manrope (was 13px) */
body.aquatec-site #where_use .card > .bottom .title p,
body.aquatec-site #where_use .card > .bottom p,
#where_use .card > .bottom .title p,
#where_use .card > .bottom p {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.3 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 !important;
}

/* Mobile: scale down to fit */
@media (max-width: 768px) {
  body.aquatec-site #where_use .card > .bottom .title h3,
  #where_use .card > .bottom .title h3 {
    font-size: 26px !important;
  }
  body.aquatec-site #where_use .card > .bottom .title p,
  #where_use .card > .bottom .title p,
  body.aquatec-site #where_use .card > .bottom p,
  #where_use .card > .bottom p {
    font-size: 17px !important;
  }
}

/* V11-PATCH-END */

/* ╔══════════════════════════════════════════════════════════════════════════╗
   ║  V12-PATCH-START — kill blue band before footer                          ║
   ║  Canon: big-los §4.5 + Sizes Closure §4.1                                ║
   ║                                                                          ║
   ║  Use LONGHAND (not shorthand) with full specificity chain to override   ║
   ║  any generator-set body background-image.                                ║
   ║                                                                          ║
   ║  For /separators: gradient lives on #corner::before (V10), so body      ║
   ║  needs ONLY solid aq-bg color — kill all gradient layers on body.       ║
   ╚══════════════════════════════════════════════════════════════════════════╝ */

/* ─── Light mode body — solid aq-bg, NO gradient ─── */
body.aquatec-site.inner:has(#corner),
body.aquatec-site:has(#corner),
body.inner:has(#corner),
body:has(#corner) {
  background-color: var(--aq-bg, #f7f9fc) !important;
  background-image: none !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-attachment: scroll !important;
}

/* ─── Dark mode mirror ─── */
html[data-theme="dark"] body.aquatec-site.inner:has(#corner),
html[data-theme="dark"] body.aquatec-site:has(#corner),
html[data-theme="dark"] body.inner:has(#corner),
html[data-theme="dark"] body:has(#corner) {
  background-color: var(--aq-bg, #262e3a) !important;
  background-image: none !important;
}

/* ─── html root also clean ─── */
html {
  background-color: var(--aq-bg, #f7f9fc) !important;
  background-image: none !important;
}
html[data-theme="dark"] {
  background-color: var(--aq-bg, #262e3a) !important;
}

/* ─── main bg solid aq-bg, no gradient ─── */
body.aquatec-site:has(#corner) main,
body.inner:has(#corner) main,
body:has(#corner) main {
  background-color: var(--aq-bg, #f7f9fc) !important;
  background-image: none !important;
}
html[data-theme="dark"] body.aquatec-site:has(#corner) main,
html[data-theme="dark"] body:has(#corner) main {
  background-color: var(--aq-bg, #262e3a) !important;
}

/* ─── Remove any margin between last section (#sep_bridge_cta) and footer ─── */
body.aquatec-site #sep_bridge_cta {
  margin-bottom: 0 !important;
}
body.aquatec-site:has(#corner) main {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
body.aquatec-site footer,
body.aquatec-site .footer,
body.aquatec-site #footer,
body.aquatec-site .site-footer {
  margin-top: 0 !important;
}

/* === V13-PATCH: Fix mobile grid layout for separators page === */
@media (max-width: 991px) {
  body.aquatec-site.inner #corner > div,
  body.aquatec-site #corner > div,
  body.inner #corner > div,
  #corner > div {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 0 !important;
    row-gap: 32px !important;
    text-align: center !important;
    padding: calc(var(--aq-header-h, 80px) + 32px) 24px 80px !important;
  }

  body.aquatec-site.inner #corner #h1_anim,
  body.aquatec-site #corner #h1_anim,
  body.inner #corner #h1_anim,
  #corner #h1_anim {
    grid-column: 1 / 2 !important;
    grid-row: 2 / 3 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    max-width: 100% !important; /* Prevents overflow and enables perfect centering */
    width: 100% !important;
    margin: 0 auto !important; /* Forces perfect centering on wider phone/tablet viewports */
  }
  
  /* High-specificity responsive typography overrides preventing mobile overflow */
  body.aquatec-site #corner #h1_anim h1,
  body.aquatec-site.inner #corner #h1_anim h1,
  #corner #h1_anim h1 {
    font-size: clamp(24px, 6.5vw, 32px) !important;
    text-align: center !important;
    text-wrap: balance !important;
    text-transform: none !important;
  }
  
  body.aquatec-site #corner #h1_anim p,
  body.aquatec-site.inner #corner #h1_anim p,
  #corner #h1_anim p {
    font-size: clamp(14px, 4vw, 16px) !important;
    line-height: 1.45 !important;
    margin: 0 auto !important;
    text-align: center !important;
    max-width: 100% !important;
    text-wrap: balance !important;
  }
  
  body.aquatec-site.inner #corner #h1_anim a.get_in_touch,
  body.aquatec-site #corner #h1_anim a.get_in_touch,
  #corner #h1_anim a.get_in_touch {
    align-self: center !important;
  }
  
  /* Symmetrical centered image scaling placed on top of Hero */
  body.aquatec-site.inner #corner img.hero-visual,
  body.aquatec-site #corner img.hero-visual,
  body.aquatec-site #corner img,
  #corner img {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    display: block !important;
    width: 100% !important;
    max-width: 320px !important; /* Perfect top center visual balance on tablets */
    margin: 0 auto !important;
    height: auto !important;
  }
}

/* Bulletproof layout metrics for small smartphones */
@media (max-width: 480px) {
  body.aquatec-site.inner #corner > div,
  body.aquatec-site #corner > div,
  #corner > div {
    padding: calc(var(--aq-header-h, 80px) + 24px) 16px 80px !important; /* Maximizes horizontal content width */
  }
  
  body.aquatec-site.inner #corner img.hero-visual,
  body.aquatec-site #corner img.hero-visual,
  body.aquatec-site #corner img,
  #corner img {
    max-width: 280px !important; /* Fits wonderfully on narrow screens */
  }
  
  body.aquatec-site #corner #h1_anim h1,
  body.aquatec-site.inner #corner #h1_anim h1,
  #corner #h1_anim h1 {
    font-size: 24px !important; /* Guaranteed to wrap комплектующие on extremely narrow viewports */
  }
  
  body.aquatec-site #corner #h1_anim p,
  body.aquatec-site.inner #corner #h1_anim p,
  #corner #h1_anim p {
    font-size: 14px !important;
  }
  
  body.aquatec-site #corner #h1_anim a.get_in_touch,
  body.aquatec-site.inner #corner #h1_anim a.get_in_touch,
  #corner #h1_anim a.get_in_touch {
    padding: 12px 28px !important;
    font-size: 14px !important;
    margin-top: 8px !important;
  }
}

/* V12-PATCH-END */

/* V12-PATCH-END */
