@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 "vfl"
 * Auto-generated by aquatec-hero-generator.sh
 * Hero Canon: v1.2 (Session 24)
 * Gradient: #3b0764 (dark, left) -> #a855f7 (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='%233b0764'/><stop offset='1' stop-color='%23a855f7'/></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, #3b0764 0%, #a855f7 100%) !important;
  background-color: #3b0764 !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;
}


/* ============================================================
   VFL PAGE SECTIONS — Iter 1 (Sess 29, 18.05.2026)
   Hero canon block lives ABOVE. Don't overwrite.
   ============================================================ */

/* [VFL-01] #vfl-intro */
body.aquatec-site section#vfl-intro {
  max-width: var(--aq-container, 1366px);
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 4vw, 60px);
}
body.aquatec-site section#vfl-intro .vfl-intro__container {
  font-family: var(--font-base, 'Manrope', system-ui, sans-serif);
  font-size: 20px;
  line-height: 1.55;
  color: var(--aq-text);
  max-width: 940px;
  margin: 0 auto;
}
body.aquatec-site section#vfl-intro p { margin: 0 0 1.2em; }
body.aquatec-site section#vfl-intro p:last-child { margin-bottom: 0; }

/* [VFL-02] #where flipcards — Big-Los canon 1:1 (Iter 4) */
#where {
  padding: clamp(20px, 3vw, 40px) 0 clamp(40px, 6vw, 80px);
  background: var(--aq-bg, #f7f9fc);
}
#where h2 {
  font-family: 'Bebas', 'Bebas Neue', sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0.03em;
  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, 64px);
}
#where h2 hr {
  display: block;
  width: 56px;
  height: 3px;
  border: 0;
  background: var(--aq-orange, #f58025);
  margin: 0 auto 18px;
}
#where_use {
  max-width: var(--aq-container, 1366px);
  margin: 0 auto;
  padding: 0 24px;
}
#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;
  }
}
#where_use .card.first {
  background: linear-gradient(135deg, #5cb3ee 0%, #2196f3 100%);
}
#where_use .card.third {
  background: linear-gradient(135deg, #2dc4a3 0%, #1ea787 100%);
}
#where_use .card.second {
  background: linear-gradient(135deg, #f7a44a 0%, #ef7d1a 100%);
}
#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%;
}
#where_use .card > .bottom .title h2,
#where_use .card > .bottom .title h1 {
  margin: 0 0 4px !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 800 !important;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  color: #fff !important;
  line-height: 1.2 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
  width: 100% !important;
  opacity: 1 !important;
}
#where_use .card > .bottom .title h3 {
  margin: 0 !important;
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(12px, 0.95vw, 14px) !important;
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.35 !important;
  text-transform: none !important;
  opacity: 1 !important;
  letter-spacing: 0 !important;
}
#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;
}
#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: clamp(14px, 1vw, 16px) !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  width: 100% !important;
  z-index: 1;
  opacity: 1 !important;
}
#where_use .card > .click,
#where_use .card > .back,
#where_use .card > .back-info,
#where_use .card > .bottom .info {
  display: none !important;
}
@media (max-width: 768px) {
  #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;
  }
  #where_use .card > .bottom .title h2,
  #where_use .card > .bottom .title h1 {
    font-size: 16px !important;
  }
  #where_use .card > .bottom .title h3 {
    font-size: 13px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #where_use .card_wrapper {
    transition: opacity 0.2s ease !important;
    transform: none !important;
  }
  #where_use .card {
    transition: none !important;
  }
}
html[data-theme="dark"] #where {
  background: var(--aq-bg, #262e3a);
}

/* [VFL-03] #vfl-scheme — tech schema with scale-in */
body.aquatec-site section#vfl-scheme {
  max-width: var(--aq-container, 1366px);
  margin: 0 auto;
  padding: clamp(50px, 7vw, 100px) clamp(20px, 4vw, 60px);
  text-align: center;
}
body.aquatec-site section#vfl-scheme h2 {
  font-family: 'Bebas', sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--aq-text);
  text-shadow: 0 4px 4px rgba(0,0,0,0.15);
  margin: 0 0 clamp(30px, 4vw, 60px);
}
body.aquatec-site section#vfl-scheme h2 hr {
  display: block;
  width: 60px;
  height: 4px;
  background: var(--aq-orange, #f58025);
  border: 0;
  margin: 0 auto 20px;
}
body.aquatec-site section#vfl-scheme .vfl-scheme__figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
body.aquatec-site section#vfl-scheme .vfl-scheme__figure img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 24px 50px -12px rgba(0,0,0,0.40), 0 8px 16px -4px rgba(0,0,0,0.20);
  opacity: 0;
  transform: scale(0.88) translateY(20px);
  transition: opacity 0.9s cubic-bezier(.34, 1.35, .64, 1),
              transform 0.9s cubic-bezier(.34, 1.35, .64, 1);
}
body.aquatec-site section#vfl-scheme.is-visible .vfl-scheme__figure img {
  opacity: 1;
  transform: scale(1) translateY(0);
}
body.aquatec-site section#vfl-scheme .vfl-scheme__figure figcaption {
  font-family: var(--font-base, 'Manrope', sans-serif);
  font-size: 18px;
  line-height: 1.7;
  color: var(--aq-text-muted, #6b7c8c);
  max-width: 820px;
  text-align: left;
}
body.aquatec-site section#vfl-scheme .vfl-scheme__figure ol {
  counter-reset: scheme-num;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 30px;
}
body.aquatec-site section#vfl-scheme .vfl-scheme__figure ol li {
  position: relative;
  padding-left: 40px;
  counter-increment: scheme-num;
  min-height: 28px;
  display: flex;
  align-items: center;
}
body.aquatec-site section#vfl-scheme .vfl-scheme__figure ol li::before {
  content: counter(scheme-num);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: var(--aq-orange, #f58025);
  color: #fff;
  border-radius: 50%;
  font-family: 'Bebas', sans-serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  box-shadow: 0 4px 10px -2px rgba(245, 128, 37, 0.45);
}
@media (max-width: 700px) {
  body.aquatec-site section#vfl-scheme .vfl-scheme__figure ol {
    grid-template-columns: 1fr;
  }
}

/* [VFL-04] #green_wrapper — indigo strip with skew + stagger */
body.aquatec-site section#green_wrapper {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(70px, 9vw, 120px) clamp(20px, 4vw, 60px) clamp(80px, 10vw, 140px);
  box-sizing: border-box;
  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='vg' x1='0' x2='1'><stop offset='0' stop-color='%231e1b4b'/><stop offset='1' stop-color='%234338ca'/></linearGradient></defs><polygon points='0,5 100,0 100,95 0,100' fill='url(%23vg)'/></svg>") center / 100% 100% no-repeat;
  color: #fff;
  overflow: visible;
  filter: drop-shadow(0 14px 12px rgba(0, 0, 0, 0.32));
}
body.aquatec-site section#green_wrapper .vfl-green__inner {
  max-width: 1050px;
  margin: 0 auto;
}
body.aquatec-site section#green_wrapper .vfl-green__tezis {
  font-family: 'Bebas', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 4px 12px rgba(0,0,0,0.35);
  margin: 0 0 28px;
}
body.aquatec-site section#green_wrapper .vfl-green__lead {
  font-family: var(--font-base, 'Manrope', sans-serif);
  font-size: 20px;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  text-align: center;
  margin: 0 auto 40px;
  max-width: 820px;
}
body.aquatec-site section#green_wrapper .vfl-green__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 860px;
  display: grid;
  gap: 14px;
}
body.aquatec-site section#green_wrapper .vfl-green__list li {
  position: relative;
  padding: 14px 20px 14px 56px;
  background: rgba(255,255,255,0.08);
  border-left: 3px solid var(--aq-orange, #f58025);
  border-radius: 0 12px 12px 0;
  color: #fff;
  font-family: var(--font-base, 'Manrope', sans-serif);
  font-size: 19px;
  line-height: 1.45;
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body.aquatec-site section#green_wrapper .vfl-green__list li::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: var(--aq-orange, #f58025);
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") center/contain no-repeat;
}
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li {
  opacity: 1;
  transform: translateX(0);
}
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(1) { transition-delay: 0.05s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(2) { transition-delay: 0.15s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(3) { transition-delay: 0.25s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(4) { transition-delay: 0.35s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(5) { transition-delay: 0.45s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(6) { transition-delay: 0.55s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(7) { transition-delay: 0.65s; }
body.aquatec-site section#green_wrapper.is-visible .vfl-green__list li:nth-child(8) { transition-delay: 0.75s; }

/* [VFL-05] #vfl-video */
body.aquatec-site section#vfl-video {
  max-width: var(--aq-container, 1366px);
  margin: 0 auto;
  padding: clamp(60px, 8vw, 110px) clamp(20px, 4vw, 60px) clamp(40px, 5vw, 70px);
  text-align: center;
}
body.aquatec-site section#vfl-video h2 {
  font-family: 'Bebas', sans-serif;
  font-size: clamp(32px, 4.5vw, 48px);
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--aq-text);
  text-shadow: 0 4px 4px rgba(0,0,0,0.15);
  margin: 0 0 clamp(30px, 4vw, 50px);
}
body.aquatec-site section#vfl-video h2 hr {
  display: block;
  width: 60px;
  height: 4px;
  background: var(--aq-orange, #f58025);
  border: 0;
  margin: 0 auto 20px;
}
body.aquatec-site section#vfl-video video {
  max-width: 900px;
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 24px 50px -12px rgba(0,0,0,0.40);
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
body.aquatec-site section#vfl-video.is-visible video {
  opacity: 1;
  transform: translateY(0);
}

/* [VFL-06] #vfl-bridge — comparison link */
body.aquatec-site section#vfl-bridge {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 clamp(20px, 4vw, 60px) clamp(60px, 8vw, 100px);
  text-align: center;
}
body.aquatec-site section#vfl-bridge .vfl-bridge__lead {
  font-family: var(--font-base, 'Manrope', sans-serif);
  font-size: 20px;
  line-height: 1.55;
  color: var(--aq-text);
  margin: 0;
}
body.aquatec-site section#vfl-bridge .vfl-bridge__link {
  color: var(--aq-orange, #f58025);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  transition: color 0.2s ease, border-color 0.2s ease;
}
body.aquatec-site section#vfl-bridge .vfl-bridge__link:hover {
  color: #d76e1c;
}

/* [VFL-N] DARK THEME */
html[data-theme="dark"] body.aquatec-site section#flip_wrapper {
  background: linear-gradient(180deg, #0e0c18 0%, #1c1830 100%);
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.55);
}
html[data-theme="dark"] body.aquatec-site section#flip_wrapper .card .info-2 {
  background: var(--aq-card-bg, #2d3748);
}
html[data-theme="dark"] body.aquatec-site section#flip_wrapper .card .info-2 p {
  color: var(--aq-text, #e8edf3);
}
html[data-theme="dark"] body.aquatec-site section#green_wrapper {
  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='vgd' x1='0' x2='1'><stop offset='0' stop-color='%230a081e'/><stop offset='1' stop-color='%23211b5e'/></linearGradient></defs><polygon points='0,5 100,0 100,95 0,100' fill='url(%23vgd)'/></svg>") center / 100% 100% no-repeat;
}
html[data-theme="dark"] body.aquatec-site section#vfl-scheme .vfl-scheme__figure img {
  box-shadow: 0 24px 50px -12px rgba(0,0,0,0.65), 0 8px 16px -4px rgba(0,0,0,0.35);
}
html[data-theme="dark"] body.aquatec-site section#vfl-video video {
  box-shadow: 0 24px 50px -12px rgba(0,0,0,0.65);
}

/* [VFL-R] REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
  body.aquatec-site section#flip_wrapper .card .top .img img,
  body.aquatec-site section#vfl-scheme .vfl-scheme__figure img,
  body.aquatec-site section#green_wrapper .vfl-green__list li,
  body.aquatec-site section#vfl-video video {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  body.aquatec-site section#flip_wrapper .card_wrapper:hover .card {
    transform: none !important;
  }
}


/* [VFL-FIX-IT2-01] Body violet gradient limited to 100vh (like /models page) */
body.aquatec-site:has(#corner),
body.aquatec-site.inner:has(#corner) {
  background:
    linear-gradient(to right, #3b0764 0%, #a855f7 100%) center top / 100% 100vh no-repeat,
    var(--aq-bg, #f7f9fc) !important;
  background-color: var(--aq-bg, #f7f9fc) !important;
}
html[data-theme="dark"] body.aquatec-site:has(#corner),
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) {
  background:
    linear-gradient(to right, #3b0764 0%, #a855f7 100%) center top / 100% 100vh no-repeat,
    var(--aq-bg, #262e3a) !important;
  background-color: var(--aq-bg, #262e3a) !important;
}

/* [VFL-FIX-IT3-SECTIONS] Section-level backgrounds — defence against body violet bleed */
body.aquatec-site section#vfl-intro,
body.aquatec-site section#vfl-scheme,
body.aquatec-site section#vfl-video,
body.aquatec-site section#vfl-bridge {
  position: relative;
  background: var(--aq-bg, #f7f9fc);
}
html[data-theme="dark"] body.aquatec-site section#vfl-intro,
html[data-theme="dark"] body.aquatec-site section#vfl-scheme,
html[data-theme="dark"] body.aquatec-site section#vfl-video,
html[data-theme="dark"] body.aquatec-site section#vfl-bridge {
  background: var(--aq-bg, #262e3a);
}

/* [VFL-IT4B-PULSE] Icon breathing pulse on flipcards (AKA canon) */
#where_use .card > .top .img img {
  animation: vfl-where-img-pulse 2.8s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
  will-change: transform;
}
#where_use .card.first  > .top .img img { animation-delay: 0s;   }
#where_use .card.second > .top .img img { animation-delay: 0.7s; }
#where_use .card.third  > .top .img img { animation-delay: 1.4s; }

@keyframes vfl-where-img-pulse {
  from { transform: scale(1);    }
  to   { transform: scale(1.08); }
}

@media (prefers-reduced-motion: reduce) {
  #where_use .card > .top .img img {
    animation: none !important;
  }
}

/* ============================================================
   [VFL-IT5-DARK] Dark theme rescue — explicit hex everywhere
   var(--aq-bg) resolves to #ffffff even on dark in Cassiopeia
   → use hardcoded hex for body/main/sections bgs
   ============================================================ */

/* Body — light (Hero gradient limited to 100vh) */
body.aquatec-site:has(#corner),
body.aquatec-site.inner:has(#corner) {
  background:
    linear-gradient(to right, #3b0764 0%, #a855f7 100%) center top / 100% 100vh no-repeat,
    #f7f9fc !important;
  background-color: #f7f9fc !important;
}

/* Body — dark */
html[data-theme="dark"] body.aquatec-site:has(#corner),
html[data-theme="dark"] body.aquatec-site.inner:has(#corner) {
  background:
    linear-gradient(to right, #3b0764 0%, #a855f7 100%) center top / 100% 100vh no-repeat,
    #262e3a !important;
  background-color: #262e3a !important;
}

/* <main> — Cassiopeia hardcodes #ffffff, must auto-flip */
body.aquatec-site main,
body.aquatec-site main.site-main {
  background: #f7f9fc !important;
}
html[data-theme="dark"] body.aquatec-site main,
html[data-theme="dark"] body.aquatec-site main.site-main {
  background: #262e3a !important;
}

/* All VFL sections — explicit hex bg */
body.aquatec-site section#vfl-intro,
body.aquatec-site section#vfl-scheme,
body.aquatec-site section#vfl-video,
body.aquatec-site section#vfl-bridge,
body.aquatec-site section#where {
  background: #f7f9fc !important;
}
html[data-theme="dark"] body.aquatec-site section#vfl-intro,
html[data-theme="dark"] body.aquatec-site section#vfl-scheme,
html[data-theme="dark"] body.aquatec-site section#vfl-video,
html[data-theme="dark"] body.aquatec-site section#vfl-bridge,
html[data-theme="dark"] body.aquatec-site section#where {
  background: #262e3a !important;
}

/* Text colors in dark mode — explicit */
html[data-theme="dark"] body.aquatec-site section#vfl-intro .vfl-intro__container,
html[data-theme="dark"] body.aquatec-site section#vfl-scheme h2,
html[data-theme="dark"] body.aquatec-site section#vfl-video h2,
html[data-theme="dark"] body.aquatec-site section#vfl-bridge .vfl-bridge__lead,
html[data-theme="dark"] body.aquatec-site section#where h2 {
  color: #e8edf3 !important;
}

/* Schema figcaption — muted in dark */
html[data-theme="dark"] body.aquatec-site section#vfl-scheme .vfl-scheme__figure figcaption {
  color: #a3b2c2 !important;
}

/* Tech scheme image — bigger shadow in dark for separation */
html[data-theme="dark"] body.aquatec-site section#vfl-scheme .vfl-scheme__figure img {
  box-shadow: 0 24px 50px -12px rgba(0,0,0,0.70), 0 8px 16px -4px rgba(0,0,0,0.40) !important;
}

/* Video block — same shadow boost in dark */
html[data-theme="dark"] body.aquatec-site section#vfl-video video {
  box-shadow: 0 24px 50px -12px rgba(0,0,0,0.70) !important;
}

/* ============================================================
   [VFL-IT7-LAYERS] Hero shadow projects ONTO intro bg
   - Restore main solid bg (auto-flip) — kills Iter 6 transparent
   - Hero #corner: z-index 2 — above intro, casts drop-shadow
   - Intro section: z-index 1 — below Hero, receives shadow
   - Plus maximum-specificity main override against Cassiopeia
   ============================================================ */

/* Main bg — MAXIMUM specificity to beat Cassiopeia core CSS */
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,
html[lang] body.aquatec-site main#main.site-main {
  background: #f7f9fc !important;
  background-color: #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,
html[data-theme="dark"][lang] body.aquatec-site main#main.site-main {
  background: #262e3a !important;
  background-color: #262e3a !important;
}

/* Hero #corner — z-index above intro, drop-shadow projects over intro bg */
body.aquatec-site #corner {
  position: relative;
  z-index: 2;
}

/* Intro section — z-index BELOW Hero, normal flow margin (no negative pull) */
body.aquatec-site section#vfl-intro {
  position: relative;
  z-index: 1;
  margin-top: 0 !important;
}
