/* === PP @font-face 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;
}


/* === PP H2 canon (whitelist) === */
body:has(#corner) :where(#pp_intro, #pp_features, #pp_params, #pp_uses,
                         #pp_gallery, #pp_production) > h2 {
  font-family: 'Bebas', Bebasregular, sans-serif !important;
  font-weight: 500 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  line-height: 1.1 !important;
  letter-spacing: 0.03em !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, 64px) !important;
  max-width: 1366px !important;
  display: block !important;
  width: 100% !important;
}
body:has(#corner) :where(#pp_intro, #pp_features, #pp_params, #pp_uses,
                         #pp_gallery, #pp_production) > h2 > hr {
  display: block !important;
  width: 56px !important;
  height: 3px !important;
  border: 0 !important;
  background: var(--aq-orange, #f58025) !important;
  margin: 0 auto 18px !important;
}
@media (max-width: 602px) {
  body:has(#corner) :where(#pp_intro, #pp_features, #pp_params, #pp_uses,
                           #pp_gallery, #pp_production) > h2 {
    font-size: 32px !important;
    line-height: 36px !important;
    margin-bottom: 28px !important;
  }
}
@media (min-width: 603px) and (max-width: 1199px) {
  body:has(#corner) :where(#pp_intro, #pp_features, #pp_params, #pp_uses,
                           #pp_gallery, #pp_production) > h2 {
    font-size: 36px !important;
    line-height: 48px !important;
  }
}
/* Quality / OEM — own h2 classes */
.pp-quality__h2, .pp-oem__h2 {
  font-family: 'Bebas', Bebasregular, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
}
/* H3 cards canon */
.pp-feat__h3, .pp-prod__h3, #pp_uses .card .title h3 {
  font-family: 'Bebas', Bebasregular, sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

/* ============================================================================
 * AQUATEC J6 — Inner page "pp"
 * Auto-generated by aquatec-hero-generator.sh
 * Hero Canon: v1.2 (Session 24)
 * Gradient: #312e81 (dark, left) -> #6366f1 (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='%23312e81'/><stop offset='1' stop-color='%236366f1'/></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, #312e81 0%, #6366f1 100%) !important;
  background-color: #312e81 !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 HERE --- (pp) */
:root {
  --pp-indigo-900: #312e81;
  --pp-indigo-700: #4338ca;
  --pp-indigo-500: #6366f1;
  --pp-indigo-300: #a5b4fc;
  --pp-amber:     #f59e0b;
}

/* common */
#pp_intro, #pp_features, #pp_params, #pp_uses,
#pp_quality, #pp_production, #pp_oem, #pp_bridge {
  padding: 64px 16px;
  background: var(--aq-bg);
}
/* [01] intro */
.pp-intro__inner {
  max-width: 920px; margin: 0 auto;
  font-family: Manrope, system-ui, sans-serif;
}
.pp-intro__inner strong { color: var(--pp-indigo-700); font-weight: 700; }

/* [02] features */
/* [03] params table */
.pp-params__inner {
  max-width: 880px; margin: 0 auto;
  background: var(--aq-card-bg);
  border: 1px solid rgba(99,102,241,0.18);
  padding: 8px 24px;
}
.pp-params__row {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px dashed rgba(99,102,241,0.18);
  font-family: Manrope, system-ui, sans-serif;
}
.pp-params__row:last-child { border-bottom: none; }
.pp-params__k {
  color: var(--aq-text-muted);
  font-size: 15px;
  flex: 1;
}
.pp-params__v {
  color: var(--pp-indigo-700);
  font-weight: 700;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

/* [04] uses — flipcards canon /separators */












#pp_uses .card .top .title h3,






@media (hover: hover) {
  #pp_uses .card_wrapper:hover .card:not(.is-flipped) {
    transform: translateY(-6px);
    box-shadow: 0 24px 40px -16px rgba(0,0,0,0.35);
  }
}

/* gallery lightbox */


/* [06] quality — indigo gradient strip */
#pp_quality {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(135deg, var(--pp-indigo-900) 0%, var(--pp-indigo-700) 100%);
  color: #fff;
  padding: 72px 16px;
  box-shadow: 0 16px 24px -8px rgba(0,0,0,0.30);
  position: relative;
}
.pp-quality__inner { max-width: 920px; margin: 0 auto; text-align: center; }
.pp-quality__h2 {
  font-family: 'Bebas Neue', Bebas, Impact, sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  color: #fff;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
  text-shadow: 0 4px 6px rgba(0,0,0,0.25);
}
.pp-quality__kicker {
  font-family: 'Bebas Neue', Bebas, Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 18px);
  letter-spacing: 0.18em;
  color: var(--pp-indigo-300);
  margin: 0 0 20px;
  text-transform: uppercase;
}
.pp-quality__hr {
  width: 80px; height: 2px;
  background: rgba(255,255,255,0.45);
  border: none;
  margin: 0 auto 28px;
}
.pp-quality__p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(16px, 1.8vw, 18px);
  line-height: 1.65;
  color: rgba(255,255,255,0.92);
  margin: 0 0 14px;
}

/* [07] production */
.pp-prod__row {
  max-width: 1200px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pp-prod {
  background: var(--aq-card-bg);
  border: 1px solid rgba(99,102,241,0.18);
  padding: 32px 24px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pp-prod:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 32px -12px rgba(49,46,129,0.30);
}
.pp-prod__icon {
  width: 72px; height: 72px;
  margin: 0 auto 18px;
  background: linear-gradient(135deg, var(--pp-indigo-900), var(--pp-indigo-500));
  border-radius: 50%;
  display: grid; place-items: center;
}
.pp-prod__icon svg {
  width: 36px; height: 36px;
  fill: none; stroke: #fff; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round;
}
.pp-prod__h3 {
  font-family: 'Bebas Neue', Bebas, Impact, sans-serif;
  font-weight: 500;
  font-size: 28px; line-height: 1.05;
  color: var(--aq-text);
  margin: 0 0 12px;
  letter-spacing: 0.01em;
}
.pp-prod__p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 16px; line-height: 1.6;
  color: var(--aq-text-muted);
  margin: 0;
}

/* [08] OEM */
#pp_oem {
  background: var(--aq-bg-soft, #eef2f9);
}
.pp-oem__inner {
  max-width: 920px; margin: 0 auto; text-align: center;
}
.pp-oem__h2 {
  font-family: 'Bebas Neue', Bebas, Impact, sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.05;
  color: var(--aq-text);
  margin: 0 0 24px;
  letter-spacing: 0.01em;
}
.pp-oem__p {
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(16px, 1.9vw, 19px);
  line-height: 1.65;
  color: var(--aq-text);
  margin: 0 0 16px;
}
.pp-oem__cta {
  margin-top: 28px;
  display: flex; gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.pp-oem__btn {
  display: inline-flex; align-items: center;
  padding: 14px 32px;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.pp-oem__btn--ghost {
  background: transparent;
  border: 2px solid var(--pp-indigo-700);
  color: var(--pp-indigo-700);
}
.pp-oem__btn--ghost:hover {
  background: var(--pp-indigo-700);
  color: #fff;
  transform: translateY(-2px);
}
.pp-oem__btn--solid {
  background: var(--aq-orange);
  color: #fff;
  border: 2px solid var(--aq-orange);
  box-shadow: 0 8px 20px -6px rgba(245,128,37,0.4);
}
.pp-oem__btn--solid:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px -6px rgba(245,128,37,0.55);
}

/* [09] bridge */

/* ============== MOBILE ============== */
@media (max-width: 900px) {
  .pp-feat__row { grid-template-columns: repeat(2, 1fr); }
  .pp-prod__row { grid-template-columns: 1fr; }
  #pp_uses #where_use > .container { grid-template-columns: 1fr; }
  #pp_uses .card_wrapper:nth-child(n) { grid-column: 1; }
  #pp_uses .card { aspect-ratio: 4 / 3; }
}
@media (max-width: 600px) {
  .pp-feat__row { grid-template-columns: 1fr; }
  .pp-params__row { flex-direction: column; gap: 4px; }
  .pp-params__v { text-align: left; }
  .pp-mq__card { width: clamp(180px, 60vw, 260px); }
}


/* === PP_USES flipcards canon (Sess37 /separators) === */
#pp_uses {
  padding: 64px 16px;
  background: var(--aq-bg);
}
#pp_uses #where_use {
  max-width: 1366px;
  margin: 0 auto;
}
#pp_uses #where_use > .container {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  perspective: 1200px !important;
}

/* Wrapper — fixed height per breakpoint */
#pp_uses .card_wrapper {
  width: calc(33.333% - 30px);
  min-width: 280px;
  max-width: 380px;
  height: 480px;
  opacity: 0;
  transform: translateY(60px);
  transition: opacity .6s ease, transform .6s ease;
  outline: none;
}
#pp_uses .card_wrapper.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Single .card per wrapper — 3D host */
#pp_uses .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 !important;
  overflow: visible !important;
  float: none !important;
}

/* Brand gradients (canon /separators Sess37) */
#pp_uses .card.first  { background: linear-gradient(135deg, #f7a44a 0%, #ef7d1a 100%); }
#pp_uses .card.second { background: linear-gradient(135deg, #5cb3ee 0%, #2196f3 100%); }
#pp_uses .card.third  { background: linear-gradient(135deg, #5d6b7a 0%, #3b4654 100%); }
#pp_uses .card.fourth { background: linear-gradient(135deg, #2dc4a3 0%, #1ea787 100%); }
#pp_uses .card.fifth  { background: linear-gradient(135deg, #6366f1 0%, #312e81 100%); }

/* Click toggle flip */
#pp_uses .card_wrapper .card.is-flipped {
  transform: rotateY(180deg) !important;
}

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

/* FRONT side — .top (image 65%) + .bottom (text 35%) */
#pp_uses .card > .top,
#pp_uses .card > .bottom {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
#pp_uses .card > .top {
  top: 0 !important;
  height: 65% !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#pp_uses .card > .top .img {
  position: relative !important;
  width: 70% !important;
  height: 80% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible !important;
}
#pp_uses .card > .top .img > svg {
  width: 100% !important;
  height: 100% !important;
  fill: none;
  stroke: rgba(255, 255, 255, 0.96);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.30));
  animation: pp-where-img-pulse 2.8s ease-in-out infinite alternate;
  transform-origin: 50% 50%;
}
#pp_uses .card.first  > .top .img > svg { animation-delay: 0s;   }
#pp_uses .card.second > .top .img > svg { animation-delay: 0.7s; }
#pp_uses .card.third  > .top .img > svg { animation-delay: 1.4s; }
#pp_uses .card.fourth > .top .img > svg { animation-delay: 2.1s; }
#pp_uses .card.fifth  > .top .img > svg { animation-delay: 2.8s; }

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

#pp_uses .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 22px !important;
  text-align: center;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.20);
}
#pp_uses .card > .bottom .title {
  margin: 0 !important;
  width: 100%;
}
#pp_uses .card > .bottom .title h3 {
  font-family: 'Bebas', Bebasregular, 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 6px !important;
  color: #fff !important;
  text-shadow: 0 2px 6px rgba(0,0,0,0.35);
}
#pp_uses .card > .bottom .title p {
  font-family: Manrope, system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 !important;
}

/* BACK side — .info-2 */
#pp_uses .card .info-2 {
  position: absolute !important;
  inset: 0 !important;
  transform: rotateY(180deg) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  background: #1b2935 !important;
  color: #e8edf3 !important;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  overflow: hidden;
}
#pp_uses .card .info-2 p {
  font-family: Manrope, system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.95) !important;
  margin: 0 0 20px !important;
}
#pp_uses .card .info-2 a.details {
  display: inline-block;
  padding: 11px 28px;
  background: var(--aq-orange, #f58025);
  color: #fff !important;
  text-decoration: none;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  transition: transform .2s ease, box-shadow .2s ease;
}
#pp_uses .card .info-2 a.details:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px -6px rgba(245, 128, 37, 0.5);
}

/* Tablet 603-1099 — 2 per row */
@media (min-width: 603px) and (max-width: 1099px) {
  #pp_uses .card_wrapper {
    width: calc(50% - 30px);
    height: 460px;
  }
}

/* Mobile ≤602 — 1 column */
@media (max-width: 602px) {
  #pp_uses #where_use > .container { flex-direction: column !important; align-items: center; }
  #pp_uses .card_wrapper {
    width: 100% !important;
    max-width: 360px !important;
    height: 440px !important;
  }
  #pp_uses .card > .bottom .title h3 { font-size: 26px !important; }
  #pp_uses .card > .bottom .title p  { font-size: 16px !important; }
  #pp_uses .card .info-2 p { font-size: 16px !important; }
}

/* Dark theme — brand gradients DO NOT flip */
html[data-theme="dark"] body.aquatec-site #pp_uses {
  background: var(--aq-bg) !important;
}
/* card backgrounds, .info-2 dark slate, h3/p colors — all unchanged in dark */

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  #pp_uses .card_wrapper { transition: none !important; opacity: 1 !important; transform: none !important; }
  #pp_uses .card { transition: none !important; }
  #pp_uses .card > .top .img > svg { animation: none !important; }
}
/* === PP_USES end === */


/* === [PP-TYPO-CANON] Manrope 20px unified (Canon v1.1 §2.2) === */
/* Canon: ALL body text on inner pages = Manrope 20px / 1.55 / weight 400 */
body:has(#corner) :where(
  #pp_intro, #pp_features, #pp_params, #pp_uses,
  #pp_gallery, #pp_quality, #pp_production, #pp_oem
) :where(p, li, .pp-intro__lead, .pp-intro__body, .pp-feat__p,
        .pp-params__k, .pp-params__v, .pp-prod__p, .pp-quality__p,
        .pp-oem__p) {
  font-family: 'Manrope', system-ui, sans-serif !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}
/* Lead variant — same size, slight weight bump for emphasis */
body:has(#corner) .pp-intro__lead {
  font-weight: 500 !important;
}
/* Strong / span / em inside paragraphs — inherit size */
body:has(#corner) :where(
  #pp_intro, #pp_features, #pp_params, #pp_uses,
  #pp_gallery, #pp_quality, #pp_production, #pp_oem
) :where(p, li) :where(strong, em, span, b, i) {
  font-size: inherit !important;
  line-height: inherit !important;
}
/* Params table value — keep bold + indigo color but at 20px */
body:has(#corner) .pp-params__v {
  font-weight: 700 !important;
  color: var(--pp-indigo-700, #4338ca) !important;
}
/* Quality kicker (small uppercase Bebas) — exception */
body:has(#corner) .pp-quality__kicker {
  font-size: clamp(15px, 1.6vw, 18px) !important;
  font-family: 'Bebas', Bebasregular, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.18em !important;
}
/* Mobile compact */
@media (max-width: 602px) {
  body:has(#corner) :where(
    #pp_intro, #pp_features, #pp_params, #pp_uses,
    #pp_gallery, #pp_quality, #pp_production, #pp_oem
  ) :where(p, li, .pp-intro__lead, .pp-feat__p, .pp-prod__p,
          .pp-quality__p, .pp-oem__p) {
    font-size: 18px !important;
    line-height: 1.5 !important;
  }
}

/* === [PP-POLISH-BG] body gradient limited to 100vh (Canon big-los §4.5 + Sizes §4.1) === */
/* Canon: body bg = Hero gradient on top 100vh only (matches Hero under
   transparent header), solid var(--aq-bg) below.
   Without 100vh limit → gradient stretches full body height → coloured strip
   before footer. Without ANY gradient → white shows through transparent
   header → ugly white band above Hero.
   This is the SAME pattern used in aquatec-big-los.css and aquatec-models.css.
*/
body.aquatec-site.inner:has(#corner),
body.aquatec-site:has(#corner) {
  background-color: var(--aq-bg, #f7f9fc) !important;
  background-image: linear-gradient(135deg, #312e81 0%, #6366f1 100%) !important;
  background-size: 100% 100vh !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-attachment: scroll !important;
}
html[data-theme="dark"] body.aquatec-site.inner:has(#corner),
html[data-theme="dark"] body.aquatec-site:has(#corner) {
  background-color: var(--aq-bg, #262e3a) !important;
}

/* Main / article body — solid white covers gradient below Hero */
body.aquatec-site main,
body.aquatec-site .site-main,
body.inner main,
body.inner .site-main,
.com-content-article__body,
.com-content-article-edit__body,
[itemprop="articleBody"] {
  background: var(--aq-bg, #f7f9fc) !important;
}
html[data-theme="dark"] body.aquatec-site main,
html[data-theme="dark"] body.aquatec-site .site-main {
  background: var(--aq-bg, #262e3a) !important;
}

/* Hero #corner already covers itself with its own SVG polygon — no need to touch */


/* === [PP-GALLERY-MARQUEE] big-los canon 1:1 (scoped to #pp_gallery) === */

section#pp_gallery.gallery-marquee {
  position: relative;
  padding: clamp(60px, 8vw, 100px) 0 clamp(40px, 6vw, 80px);
  background: var(--aq-card-bg, #ffffff);
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: visible;
}
section#pp_gallery.gallery-marquee > h2 {
  text-align: center;
  margin: 0 auto 16px;
}
section#pp_gallery.gallery-marquee .gallery__sub {
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--aq-text-muted, #6b7c8c);
  margin: 0 auto clamp(32px, 4vw, 56px);
  max-width: 720px;
  padding: 0 24px;
}

section#pp_gallery.gallery-marquee .marquee-row {
  position: relative;
  margin: 0 0 clamp(24px, 3vw, 40px);
  padding: 24px 0 56px;
}
section#pp_gallery.gallery-marquee .marquee-viewport {
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: visible;
}
section#pp_gallery.gallery-marquee .marquee-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

section#pp_gallery.gallery-marquee .marquee-card {
  flex: 0 0 auto;
  width: clamp(260px, 28vw, 360px);
  aspect-ratio: 16 / 10;
  border: 0;
  padding: 0;
  background: #000;
  border-radius: 14px;
  overflow: hidden;
  cursor: zoom-in;
  position: relative;
  box-shadow: 0 30px 28px -20px rgba(0,0,0,0.40), 0 12px 14px -8px rgba(0,0,0,0.22);
  transition: transform 0.35s cubic-bezier(.2,.7,.3,1), box-shadow 0.35s ease;
}
section#pp_gallery.gallery-marquee .marquee-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 44px 40px -16px rgba(0,0,0,0.55), 0 20px 24px -10px rgba(0,0,0,0.32);
  z-index: 2;
}
section#pp_gallery.gallery-marquee .marquee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
section#pp_gallery.gallery-marquee .marquee-card:hover img {
  transform: scale(1.06);
}
section#pp_gallery.gallery-marquee .marquee-card__label {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px 12px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.78));
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
  pointer-events: none;
}
section#pp_gallery.gallery-marquee .marquee-card__label small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pp-indigo-300, #a5b4fc);
  margin-bottom: 2px;
}

section#pp_gallery.gallery-marquee .marquee-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--aq-card-bg, #ffffff);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  color: var(--aq-text, #1b2935);
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(0,0,0,0.18);
  z-index: 4;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
section#pp_gallery.gallery-marquee .marquee-nav--prev { left: 12px; }
section#pp_gallery.gallery-marquee .marquee-nav--next { right: 12px; }
section#pp_gallery.gallery-marquee .marquee-nav:hover {
  transform: translateY(-50%) scale(1.10);
  box-shadow: 0 10px 28px rgba(0,0,0,0.30);
  background: var(--pp-indigo-500, #6366f1);
  color: #fff;
}

section#pp_gallery.gallery-marquee .gallery-lightbox {
  width: 92vw;
  max-width: 1200px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  overflow: visible;
}
section#pp_gallery.gallery-marquee .gallery-lightbox::backdrop {
  background: rgba(0,0,0,0.92);
  backdrop-filter: blur(8px);
}
section#pp_gallery.gallery-marquee .gallery-lightbox[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section#pp_gallery.gallery-marquee .lightbox-img {
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.6);
}
section#pp_gallery.gallery-marquee .lightbox-caption {
  margin-top: 14px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
section#pp_gallery.gallery-marquee .lightbox-close,
section#pp_gallery.gallery-marquee .lightbox-prev,
section#pp_gallery.gallery-marquee .lightbox-next {
  position: absolute;
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  transition: background 0.2s ease, transform 0.2s ease;
  font-family: Arial, sans-serif;
}
section#pp_gallery.gallery-marquee .lightbox-close {
  top: -14px; right: -14px;
  width: 44px; height: 44px;
  font-size: 26px;
}
section#pp_gallery.gallery-marquee .lightbox-prev,
section#pp_gallery.gallery-marquee .lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 56px; height: 56px;
  font-size: 36px;
}
section#pp_gallery.gallery-marquee .lightbox-prev { left: -72px; }
section#pp_gallery.gallery-marquee .lightbox-next { right: -72px; }
section#pp_gallery.gallery-marquee .lightbox-close:hover {
  background: rgba(255,255,255,0.28);
  transform: scale(1.08);
}
section#pp_gallery.gallery-marquee .lightbox-prev:hover,
section#pp_gallery.gallery-marquee .lightbox-next:hover {
  background: rgba(255,255,255,0.28);
  transform: translateY(-50%) scale(1.08);
}

@media (max-width: 980px) {
  section#pp_gallery.gallery-marquee .lightbox-prev { left: 8px; }
  section#pp_gallery.gallery-marquee .lightbox-next { right: 8px; }
  section#pp_gallery.gallery-marquee .lightbox-close { top: 8px; right: 8px; }
  section#pp_gallery.gallery-marquee .marquee-card { width: clamp(220px, 72vw, 300px); }
  section#pp_gallery.gallery-marquee .marquee-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  section#pp_gallery.gallery-marquee .marquee-track {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  section#pp_gallery.gallery-marquee .marquee-nav { display: none; }
}

/* Dark theme overrides */
html[data-theme="dark"] body.aquatec-site section#pp_gallery.gallery-marquee {
  background: var(--aq-card-bg, #2d3748);
}
html[data-theme="dark"] section#pp_gallery.gallery-marquee .marquee-card {
  box-shadow: 0 30px 28px -20px rgba(0,0,0,0.70), 0 12px 14px -8px rgba(0,0,0,0.45);
}
html[data-theme="dark"] section#pp_gallery.gallery-marquee .marquee-card:hover {
  box-shadow: 0 44px 40px -16px rgba(0,0,0,0.85), 0 20px 24px -10px rgba(0,0,0,0.55);
}
html[data-theme="dark"] section#pp_gallery.gallery-marquee .marquee-nav {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.12);
  color: var(--aq-text, #e8edf3);
}
html[data-theme="dark"] section#pp_gallery.gallery-marquee .marquee-nav:hover {
  background: var(--pp-indigo-500, #6366f1);
  color: #fff;
}
/* === [PP-GALLERY-MARQUEE] end === */

/* === [PP-FEATURES-STRIP] full-bleed indigo gradient strip with glass cards === */

/* Full-bleed indigo gradient strip — same color & shadow canon as #pp_quality.
   4 feature cards become glass cards on dark indigo bg.
*/
section#pp_features {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(60px, 8vw, 100px) clamp(20px, 4vw, 60px) !important;
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 55%, #4338ca 100%) !important;
  background-image: linear-gradient(135deg, #1e1b4b 0%, #312e81 55%, #4338ca 100%) !important;
  color: #fff !important;
  box-sizing: border-box;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.30);
  position: relative;
  isolation: isolate;
}

/* H2 — white on indigo */
section#pp_features > h2 {
  color: #fff !important;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.25) !important;
  margin: 0 auto clamp(40px, 5vw, 64px) !important;
  max-width: 1200px !important;
}
/* Keep orange hr inside h2 (canon) */
section#pp_features > h2 > hr {
  background: var(--aq-orange, #f58025) !important;
}

/* Feature row — 4 glass cards */
section#pp_features .pp-feat__row {
  max-width: 1366px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

section#pp_features .pp-feat {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 0 !important;
  padding: 28px 22px !important;
  display: flex;
  flex-direction: column;
  text-align: left;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: transform .25s ease, box-shadow .25s ease,
              border-color .25s ease, background .25s ease;
  box-shadow: 0 18px 38px -8px rgba(0, 0, 0, 0.55), 0 8px 16px -4px rgba(0, 0, 0, 0.38), 0 2px 6px rgba(0, 0, 0, 0.25);
  }
section#pp_features .pp-feat:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.14) !important;
  border-color: rgba(255, 255, 255, 0.30) !important;
  box-shadow: 0 32px 56px -12px rgba(0, 0, 0, 0.70), 0 14px 24px -6px rgba(0, 0, 0, 0.45), 0 4px 8px rgba(0, 0, 0, 0.30);
}

/* Icon block — lighter on dark bg */
section#pp_features .pp-feat__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #6366f1 0%, #a5b4fc 100%) !important;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 0;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, 0.40);
}
section#pp_features .pp-feat__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Card H3 — white Bebas uppercase */
section#pp_features .pp-feat__h3 {
  font-family: 'Bebas', Bebasregular, sans-serif !important;
  font-weight: 500 !important;
  font-size: 26px !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #fff !important;
  margin: 0 0 10px !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

/* Card P — Manrope 20px (canon v1.1 §2.7) on rgba(255,255,255,0.92) */
section#pp_features .pp-feat__p {
  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;
  margin: 0 !important;
}

/* Mobile breakpoints */
@media (max-width: 900px) {
  section#pp_features .pp-feat__row { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  section#pp_features { padding: 56px 16px !important; }
  section#pp_features .pp-feat__row { grid-template-columns: 1fr; gap: 16px; }
  section#pp_features .pp-feat__p { font-size: 18px !important; line-height: 1.5 !important; }
  section#pp_features .pp-feat__h3 { font-size: 24px !important; }
}

/* Dark theme — gradient stays (brand color), bump shadow */
html[data-theme="dark"] body.aquatec-site section#pp_features {
  background: linear-gradient(135deg, #0f0c2e 0%, #1e1b4b 55%, #312e81 100%) !important;
  background-image: linear-gradient(135deg, #0f0c2e 0%, #1e1b4b 55%, #312e81 100%) !important;
  box-shadow: 0 16px 24px -8px rgba(0, 0, 0, 0.55);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  section#pp_features .pp-feat { transition: none !important; }
  section#pp_features .pp-feat:hover { transform: none !important; }
}

/* === [PP-FEATURES-STRIP] end === */

/* ============== DARK THEME ============== */
html[data-theme="dark"] body.aquatec-site .pp-feat,
html[data-theme="dark"] body.aquatec-site .pp-params__inner,
html[data-theme="dark"] body.aquatec-site .pp-prod {
  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 #pp_intro,
html[data-theme="dark"] body.aquatec-site #pp_features,
html[data-theme="dark"] body.aquatec-site #pp_params,
html[data-theme="dark"] body.aquatec-site #pp_uses,
html[data-theme="dark"] body.aquatec-site #pp_gallery,
html[data-theme="dark"] body.aquatec-site #pp_production {
  background: var(--aq-bg) !important;
}
html[data-theme="dark"] body.aquatec-site #pp_oem {
  background: #1f2735 !important;
}
html[data-theme="dark"] body.aquatec-site .pp-params__v {
  color: var(--pp-indigo-300) !important;
}
html[data-theme="dark"] body.aquatec-site .pp-feat__p,
html[data-theme="dark"] body.aquatec-site .pp-prod__p {
  color: var(--aq-text-muted) !important;
}
html[data-theme="dark"] body.aquatec-site .pp-feat,
html[data-theme="dark"] body.aquatec-site .pp-prod {
  border-color: rgba(165,180,252,0.20) !important;
}
/* Quality + Bridge — gradient brand colors, do NOT flip */
/* Flipcards .first/.second/.third/.fourth/.fifth — brand gradients, do NOT flip */

/* ============== REDUCED MOTION ============== */
@media (prefers-reduced-motion: reduce) {
  .pp-mq__track--left, .pp-mq__track--right { animation: none !important; }
  .pp-feat, .pp-prod, .pp-oem__btn, .pp-bridge__cta { transition: none !important; }
  #pp_uses .card { transition: none !important; }
}

/* ============== POLISH-bg (kill stray gradient that leaks before footer) ============== */
body.aquatec-site,
html body.aquatec-site,
body.aquatec-site main,
html body.aquatec-site main,
body.aquatec-site .site-main {
  background-image: none !important;
  background-color: var(--aq-bg) !important;
}
