.product-detail-page.visual-proact-page {
  --proact-ink: #1d293c;
  --proact-muted: #647084;
  --proact-violet: #6959d9;
  --proact-violet-dark: #4636aa;
  --proact-violet-pale: #efedff;
  --proact-teal: #1aa98f;
  --proact-teal-pale: #e8f8f4;
  --proact-gold: #f0ad3d;
  --proact-line: rgba(29, 41, 60, 0.1);
  overflow: hidden;
  background: #f6f7fb;
}

.visual-proact-page .proact-visual-hero {
  background:
    radial-gradient(circle at 80% 48%, rgba(105, 89, 217, 0.14), transparent 27%),
    radial-gradient(circle at 42% 4%, rgba(26, 169, 143, 0.09), transparent 32%),
    linear-gradient(135deg, #f3f6fb 0%, #ffffff 54%, #f2efff 100%);
}

.visual-proact-page .proact-visual-hero::after {
  position: absolute;
  right: -11%;
  bottom: -35%;
  width: min(67vw, 820px);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(105, 89, 217, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 76px rgba(105, 89, 217, 0.025),
    0 0 0 150px rgba(26, 169, 143, 0.02);
  pointer-events: none;
}

.proact-hero-copy {
  position: relative;
  z-index: 5;
}

.proact-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: -10px 0 28px;
}

.proact-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(105, 89, 217, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--proact-violet-dark);
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.proact-hero-points span::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--proact-teal);
  box-shadow: 0 0 0 5px rgba(26, 169, 143, 0.11);
}

.visual-proact-page .proact-product-stage {
  isolation: isolate;
  min-height: 520px;
}

.visual-proact-page .proact-product-stage::before {
  width: min(86%, 500px);
  border: 1px solid rgba(105, 89, 217, 0.09);
  background:
    radial-gradient(circle at 38% 34%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.5) 45%, transparent 72%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(105, 89, 217, 0.08));
  box-shadow:
    inset 0 0 0 18px rgba(255, 255, 255, 0.42),
    0 50px 100px rgba(42, 35, 108, 0.11);
}

.visual-proact-page .proact-product-stage img.product-pack-image {
  max-width: min(62%, 360px);
  max-height: 450px;
}

.proact-molecule-orbit {
  position: absolute;
  z-index: 1;
  border: 1px dashed rgba(105, 89, 217, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.proact-molecule-orbit::before,
.proact-molecule-orbit::after {
  position: absolute;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: var(--proact-violet);
  box-shadow: 0 0 0 7px rgba(105, 89, 217, 0.12);
}

.proact-molecule-orbit::before {
  top: 50%;
  left: -5px;
}

.proact-molecule-orbit::after {
  top: 18%;
  right: 5%;
  background: var(--proact-teal);
  box-shadow: 0 0 0 7px rgba(26, 169, 143, 0.12);
}

.proact-orbit-one {
  width: 74%;
  aspect-ratio: 1;
  animation: proactOrbitSpin 24s linear infinite;
}

.proact-orbit-two {
  width: 55%;
  aspect-ratio: 1;
  border-color: rgba(26, 169, 143, 0.2);
  animation: proactOrbitSpin 17s linear infinite reverse;
}

.proact-protein-dots i {
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--proact-gold);
  opacity: 0.65;
  animation: proactParticleFloat 4.4s ease-in-out infinite;
}

.proact-protein-dots i:nth-child(1) { top: 13%; left: 20%; }
.proact-protein-dots i:nth-child(2) { top: 22%; right: 12%; animation-delay: -0.8s; }
.proact-protein-dots i:nth-child(3) { top: 46%; left: 8%; animation-delay: -1.6s; }
.proact-protein-dots i:nth-child(4) { top: 55%; right: 8%; animation-delay: -2.4s; }
.proact-protein-dots i:nth-child(5) { right: 19%; bottom: 14%; animation-delay: -3.2s; }
.proact-protein-dots i:nth-child(6) { bottom: 9%; left: 23%; animation-delay: -4s; }

.proact-float-metric {
  position: absolute;
  z-index: 6;
  display: grid;
  min-width: 132px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(29, 41, 60, 0.13);
  backdrop-filter: blur(12px);
  animation: proactMetricFloat 4.5s ease-in-out infinite;
}

.proact-float-metric strong {
  color: var(--proact-ink);
  font-size: 1.55rem;
  line-height: 1;
}

.proact-float-metric small {
  margin-top: 4px;
  color: var(--proact-violet-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.proact-float-metric em {
  margin-top: 7px;
  color: rgba(29, 41, 60, 0.5);
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proact-float-generation { top: 7%; left: -2%; }
.proact-float-dose { top: 29%; right: -2%; animation-delay: -1.5s; }
.proact-float-spectrum { right: 1%; bottom: 8%; animation-delay: -3s; }

.visual-proact-page .proact-visual-content {
  gap: clamp(80px, 9vw, 130px);
  width: min(100%, 1400px);
  padding-top: clamp(76px, 8vw, 114px);
  padding-bottom: 112px;
  background:
    linear-gradient(rgba(29, 41, 60, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(29, 41, 60, 0.025) 1px, transparent 1px),
    #f8f9fc;
  background-size: 52px 52px;
}

.proact-section-heading {
  max-width: 940px;
}

.proact-section-heading h2,
.proact-sustainability-head h2,
.proact-final-cta h2 {
  margin: 0 0 20px;
  color: var(--proact-ink);
  font-size: clamp(2.1rem, 4.6vw, 4.35rem);
  letter-spacing: -0.045em;
  line-height: 0.99;
}

.proact-section-heading > p:last-child {
  max-width: 860px;
  margin: 0;
  color: var(--proact-muted);
  font-size: clamp(1.02rem, 1.3vw, 1.2rem);
  line-height: 1.72;
}

.proact-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.proact-intro-card {
  position: relative;
  overflow: hidden;
  min-height: 232px;
  padding: 30px;
  border: 1px solid var(--proact-line);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(29, 41, 60, 0.08);
}

.proact-intro-card::after {
  position: absolute;
  right: -40px;
  bottom: -58px;
  width: 170px;
  aspect-ratio: 1;
  content: "";
  border-radius: 50%;
  background: currentColor;
  opacity: 0.07;
}

.proact-intro-violet { color: var(--proact-violet); }
.proact-intro-teal { color: var(--proact-teal); }
.proact-intro-gold { color: var(--proact-gold); }

.proact-intro-card > span {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 17px;
  background: currentColor;
  color: #ffffff;
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 12px 28px color-mix(in srgb, currentColor 22%, transparent);
}

.proact-intro-card strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--proact-ink);
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
  line-height: 1.08;
}

.proact-intro-card p {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 13px 0 0;
  color: var(--proact-muted);
  font-weight: 600;
  line-height: 1.5;
}

.proact-hydrolysis-visual {
  display: grid;
  grid-template-columns: minmax(230px, 1fr) 70px minmax(230px, 0.9fr) 70px minmax(230px, 1fr);
  gap: 15px;
  align-items: stretch;
  margin-top: 44px;
  padding: 30px;
  border: 1px solid var(--proact-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(105, 89, 217, 0.11), transparent 22%),
    #ffffff;
  box-shadow: 0 26px 72px rgba(29, 41, 60, 0.09);
}

.proact-hydrolysis-step,
.proact-enzyme-core {
  display: flex;
  min-height: 350px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 26px;
  background: #f7f8fc;
  text-align: center;
}

.proact-hydrolysis-step > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin: 22px 0 12px;
  border-radius: 50%;
  background: var(--proact-violet-pale);
  color: var(--proact-violet-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.proact-hydrolysis-step h3,
.proact-enzyme-core h3,
.proact-spectrum-panel h3,
.proact-dose-card h3,
.proact-poultry-grid h3 {
  margin: 0 0 9px;
  color: var(--proact-ink);
  font-size: clamp(1.18rem, 1.6vw, 1.5rem);
}

.proact-hydrolysis-step p,
.proact-enzyme-core p,
.proact-spectrum-panel p,
.proact-dose-card p,
.proact-poultry-grid p {
  margin: 0;
  color: var(--proact-muted);
  line-height: 1.58;
}

.proact-chain {
  position: relative;
  width: 185px;
  height: 125px;
  margin: auto 0 0;
}

.proact-chain i {
  position: absolute;
  width: 39px;
  height: 39px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: var(--proact-violet);
  box-shadow: 0 8px 22px rgba(70, 54, 170, 0.22);
  animation: proactChainPulse 3.4s ease-in-out infinite;
}

.proact-chain i::after {
  position: absolute;
  top: 50%;
  left: 29px;
  z-index: -1;
  width: 38px;
  height: 4px;
  content: "";
  background: rgba(105, 89, 217, 0.38);
  transform: rotate(var(--chain-angle, 0deg));
  transform-origin: left center;
}

.proact-chain i:nth-child(1) { top: 44px; left: 0; --chain-angle: -30deg; }
.proact-chain i:nth-child(2) { top: 20px; left: 39px; --chain-angle: 27deg; animation-delay: -0.4s; }
.proact-chain i:nth-child(3) { top: 42px; left: 78px; --chain-angle: 37deg; animation-delay: -0.8s; }
.proact-chain i:nth-child(4) { top: 70px; left: 116px; --chain-angle: -55deg; animation-delay: -1.2s; }
.proact-chain i:nth-child(5) { top: 31px; left: 143px; animation-delay: -1.6s; }
.proact-chain i:nth-child(6) { top: 84px; left: 46px; --chain-angle: 8deg; animation-delay: -2s; }
.proact-chain i:nth-child(7) { top: 88px; left: 88px; animation-delay: -2.4s; }

.proact-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.proact-flow-arrow i {
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--proact-teal);
  border-right: 2px solid var(--proact-teal);
  opacity: 0.25;
  transform: rotate(45deg);
  animation: proactArrowFlow 1.5s ease-in-out infinite;
}

.proact-flow-arrow i:nth-child(2) { animation-delay: 0.18s; }
.proact-flow-arrow i:nth-child(3) { animation-delay: 0.36s; }

.proact-enzyme-core {
  justify-content: center;
  background: linear-gradient(155deg, #252f49, #181f31);
}

.proact-enzyme-core h3 { color: #ffffff; }
.proact-enzyme-core p { color: rgba(255, 255, 255, 0.64); }

.proact-enzyme-disc {
  position: relative;
  display: grid;
  width: 150px;
  aspect-ratio: 1;
  place-items: center;
  align-content: center;
  margin-bottom: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 46% 54% 58% 42% / 51% 45% 55% 49%;
  background: linear-gradient(145deg, var(--proact-violet), var(--proact-violet-dark));
  color: #ffffff;
  box-shadow:
    0 24px 60px rgba(105, 89, 217, 0.35),
    0 0 0 14px rgba(105, 89, 217, 0.08);
  animation: proactEnzymeMorph 7s ease-in-out infinite;
}

.proact-enzyme-disc span {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proact-enzyme-disc strong {
  font-size: 2.3rem;
  line-height: 1;
}

.proact-amino-cloud {
  position: relative;
  width: 190px;
  height: 135px;
  margin: auto 0 0;
}

.proact-amino-cloud i {
  position: absolute;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--proact-teal), #168473);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(26, 169, 143, 0.2);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 800;
  animation: proactAminoFloat 4s ease-in-out infinite;
}

.proact-amino-cloud i:nth-child(1) { top: 0; left: 70px; }
.proact-amino-cloud i:nth-child(2) { top: 31px; left: 10px; animation-delay: -0.7s; }
.proact-amino-cloud i:nth-child(3) { top: 28px; right: 7px; animation-delay: -1.4s; }
.proact-amino-cloud i:nth-child(4) { bottom: 0; left: 42px; animation-delay: -2.1s; }
.proact-amino-cloud i:nth-child(5) { right: 37px; bottom: 2px; animation-delay: -2.8s; }
.proact-amino-cloud i:nth-child(6) { top: 52px; left: 72px; animation-delay: -3.5s; }

.proact-optimization-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.proact-optimization-grid article {
  display: flex;
  min-height: 145px;
  align-items: flex-start;
  gap: 15px;
  padding: 22px;
  border: 1px solid var(--proact-line);
  border-radius: 22px;
  background: #ffffff;
}

.proact-optimization-grid article > span {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--proact-violet-pale);
  color: var(--proact-violet-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.proact-optimization-grid h3 {
  margin: 0 0 7px;
  color: var(--proact-ink);
  font-size: 1rem;
}

.proact-optimization-grid p {
  margin: 0;
  color: var(--proact-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.proact-performance-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
  gap: 24px;
  margin-top: 44px;
}

.proact-progress-panel,
.proact-spectrum-panel,
.proact-dose-card,
.proact-gt-card,
.proact-species-row,
.proact-poultry-grid article {
  border: 1px solid var(--proact-line);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 22px 66px rgba(29, 41, 60, 0.08);
}

.proact-progress-panel {
  padding: clamp(30px, 4vw, 48px);
}

.proact-progress-row {
  padding: 20px 0;
  border-top: 1px solid rgba(29, 41, 60, 0.07);
}

.proact-progress-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.proact-progress-row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 11px;
}

.proact-progress-row > div:first-child span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-right: auto;
  border-radius: 50%;
  background: var(--proact-violet-pale);
  color: var(--proact-violet-dark);
  font-size: 0.67rem;
  font-weight: 800;
}

.proact-progress-row > div:first-child strong {
  flex: 1;
  color: var(--proact-ink);
}

.proact-progress-track {
  overflow: hidden;
  height: 14px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(29, 41, 60, 0.06);
}

.proact-progress-track i {
  display: block;
  width: var(--proact-progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--proact-violet-dark), var(--proact-violet), var(--proact-teal));
  box-shadow: 0 6px 18px rgba(105, 89, 217, 0.22);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.is-visible .proact-progress-track i {
  transform: scaleX(1);
}

.proact-progress-row small {
  color: var(--proact-muted);
  font-size: 0.8rem;
}

.proact-chart-note {
  margin: 18px 0 0;
  color: #7b8495;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.5;
}

.proact-spectrum-panel {
  display: grid;
  align-content: center;
  padding: clamp(30px, 4vw, 44px);
  background:
    radial-gradient(circle at 50% 28%, rgba(105, 89, 217, 0.13), transparent 34%),
    #ffffff;
  text-align: center;
}

.proact-spectrum-orbit {
  position: relative;
  display: grid;
  width: min(100%, 270px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto 28px;
  border: 1px dashed rgba(105, 89, 217, 0.3);
  border-radius: 50%;
  animation: proactOrbitSpin 26s linear infinite;
}

.proact-spectrum-center {
  display: grid;
  width: 116px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--proact-violet), var(--proact-violet-dark));
  color: #ffffff;
  box-shadow: 0 22px 50px rgba(105, 89, 217, 0.28);
  font-size: 1.9rem;
  font-weight: 800;
}

.proact-spectrum-orbit i {
  position: absolute;
  display: grid;
  min-width: 64px;
  min-height: 34px;
  place-items: center;
  padding: 0 10px;
  border: 1px solid rgba(29, 41, 60, 0.08);
  border-radius: 999px;
  background: #ffffff;
  color: var(--proact-ink);
  box-shadow: 0 9px 22px rgba(29, 41, 60, 0.1);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  animation: proactCounterSpin 26s linear infinite;
}

.proact-spectrum-orbit i:nth-child(2) { top: -16px; left: calc(50% - 33px); }
.proact-spectrum-orbit i:nth-child(3) { top: calc(50% - 17px); right: -31px; }
.proact-spectrum-orbit i:nth-child(4) { bottom: -16px; left: calc(50% - 33px); }
.proact-spectrum-orbit i:nth-child(5) { top: calc(50% - 17px); left: -30px; }

.proact-formulation-flow {
  display: grid;
  grid-template-columns: 1fr minmax(250px, 0.74fr) 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 44px;
  padding: clamp(30px, 5vw, 56px);
  border: 1px solid var(--proact-line);
  border-radius: 34px;
  background: #ffffff;
  box-shadow: 0 26px 72px rgba(29, 41, 60, 0.08);
}

.proact-input-stack,
.proact-output-stack {
  display: grid;
  gap: 16px;
}

.proact-input-stack span,
.proact-output-stack span {
  position: relative;
  padding: 18px 20px;
  border-radius: 18px;
  color: var(--proact-ink);
  font-weight: 800;
}

.proact-input-stack span {
  border: 1px solid rgba(240, 173, 61, 0.2);
  background: rgba(240, 173, 61, 0.08);
}

.proact-output-stack span {
  border: 1px solid rgba(26, 169, 143, 0.18);
  background: rgba(26, 169, 143, 0.07);
}

.proact-input-stack span::after,
.proact-output-stack span::before {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 1px;
  content: "";
  background: rgba(105, 89, 217, 0.32);
}

.proact-input-stack span::after { right: -36px; }
.proact-output-stack span::before { left: -36px; }

.proact-formulation-core {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  align-content: center;
  padding: 30px;
  border-radius: 50%;
  background: linear-gradient(145deg, #252f49, #161e30);
  color: #ffffff;
  text-align: center;
  box-shadow:
    0 28px 64px rgba(29, 41, 60, 0.22),
    0 0 0 14px rgba(105, 89, 217, 0.07);
}

.proact-formulation-core::after {
  position: absolute;
  border: 1px dashed rgba(105, 89, 217, 0.52);
  border-radius: inherit;
  content: "";
  animation: proactOrbitSpin 15s linear infinite;
  inset: -15px;
}

.proact-formulation-core small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proact-formulation-core strong {
  margin: 8px 0;
  font-size: 1.55rem;
}

.proact-formulation-core span {
  color: #7fe0cf;
  font-size: 0.78rem;
  font-weight: 800;
}

.proact-sustainability-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 72px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 0%, rgba(26, 169, 143, 0.22), transparent 29%),
    radial-gradient(circle at 8% 100%, rgba(105, 89, 217, 0.2), transparent 27%),
    linear-gradient(135deg, #1b2639, #101827);
  color: #ffffff;
  box-shadow: 0 32px 90px rgba(19, 27, 43, 0.24);
}

.proact-sustainability-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.proact-sustainability-head h2 {
  max-width: 780px;
  margin-bottom: 0;
  color: #ffffff;
}

.proact-sustainability-head .section-kicker {
  color: #7fe0cf;
}

.proact-nitrogen-badge {
  display: grid;
  flex: 0 0 auto;
  width: 110px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: #7fe0cf;
  box-shadow: inset 0 0 0 10px rgba(26, 169, 143, 0.08);
  font-size: 1.55rem;
  font-weight: 800;
  animation: proactNitrogenPulse 3s ease-in-out infinite;
}

.proact-sustainability-panel > p {
  max-width: 930px;
  margin: 30px 0 42px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  line-height: 1.7;
}

.proact-impact-flow {
  display: grid;
  grid-template-columns: 1fr 44px 1fr 44px 1fr;
  gap: 12px;
  align-items: stretch;
}

.proact-impact-flow article {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(10px);
}

.proact-impact-flow article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: rgba(127, 224, 207, 0.14);
  color: #7fe0cf;
  font-size: 0.72rem;
  font-weight: 800;
}

.proact-impact-flow strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.18rem;
}

.proact-impact-flow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.58;
}

.proact-impact-flow > i {
  display: grid;
  place-items: center;
  color: #7fe0cf;
  font-size: 1.7rem;
  font-style: normal;
  animation: proactArrowNudge 1.6s ease-in-out infinite;
}

.proact-emission-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.proact-emission-grid span {
  display: flex;
  min-height: 70px;
  align-items: center;
  gap: 9px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.85rem;
  font-weight: 700;
}

.proact-emission-grid strong {
  color: #7fe0cf;
  font-size: 1.15rem;
}

.proact-use-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
  margin-top: 44px;
}

.proact-dose-card {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 34px;
  padding: clamp(30px, 4vw, 48px);
  background:
    radial-gradient(circle at 18% 50%, rgba(105, 89, 217, 0.12), transparent 24%),
    #ffffff;
}

.proact-dose-dial {
  position: relative;
  display: grid;
  width: 178px;
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(var(--proact-violet) 0 82%, rgba(105, 89, 217, 0.1) 82% 100%);
  box-shadow: 0 24px 50px rgba(70, 54, 170, 0.17);
}

.proact-dose-dial::before {
  position: absolute;
  border-radius: inherit;
  background: #ffffff;
  content: "";
  inset: 14px;
}

.proact-dose-dial > span {
  position: absolute;
  width: 7px;
  height: 50%;
  transform-origin: 50% 100%;
  animation: proactDialSweep 4.8s ease-in-out infinite;
}

.proact-dose-dial > span::after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  border-radius: 50%;
  background: var(--proact-teal);
  box-shadow: 0 0 0 7px rgba(26, 169, 143, 0.13);
}

.proact-dose-dial > div {
  position: relative;
  z-index: 1;
  display: grid;
  text-align: center;
}

.proact-dose-dial strong {
  color: var(--proact-ink);
  font-size: 3.2rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.proact-dose-dial small {
  margin-top: 7px;
  color: var(--proact-muted);
  font-weight: 800;
}

.proact-dose-card > div:last-child > span {
  color: var(--proact-violet-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proact-dose-card h3 {
  margin-top: 9px;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
}

.proact-gt-card {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(28px, 4vw, 42px);
}

.proact-gt-property {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 18px;
  background: #f7f8fc;
}

.proact-gt-property > span {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 14px;
  background: var(--proact-violet-pale);
  color: var(--proact-violet-dark);
  font-weight: 800;
}

.proact-gt-property > div {
  display: grid;
  gap: 4px;
}

.proact-gt-property strong { color: var(--proact-ink); }
.proact-gt-property small { color: var(--proact-muted); }

.proact-species-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 20px;
  padding: 22px 26px;
}

.proact-species-row > span {
  color: var(--proact-muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.proact-species-row > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.proact-species-row strong {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border-radius: 999px;
  background: #f2f3f8;
  color: var(--proact-ink);
}

.proact-species-row img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.proact-poultry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.proact-poultry-grid article {
  min-height: 255px;
  padding: 30px;
}

.proact-poultry-grid article > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 18px;
  background: var(--proact-teal-pale);
  color: #147d6b;
  font-size: 0.88rem;
  font-weight: 800;
}

.proact-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  padding: clamp(38px, 6vw, 68px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 0%, rgba(26, 169, 143, 0.18), transparent 28%),
    linear-gradient(135deg, var(--proact-violet-dark), #2d286a);
  color: #ffffff;
  box-shadow: 0 28px 80px rgba(70, 54, 170, 0.24);
}

.proact-final-cta > div {
  max-width: 760px;
}

.proact-final-cta .section-kicker { color: #a9f0e3; }

.proact-final-cta h2 {
  color: #ffffff;
}

.proact-final-cta p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
}

.proact-final-cta .primary-link {
  flex: 0 0 auto;
  background: #ffffff;
  color: var(--proact-violet-dark);
  box-shadow: none;
}

.visual-proact-page.proact-effects-ready [data-proact-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.visual-proact-page.proact-effects-ready [data-proact-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes proactOrbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes proactCounterSpin {
  to { transform: rotate(-360deg); }
}

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

@keyframes proactParticleFloat {
  0%, 100% { opacity: 0.22; transform: translate(0, 7px) scale(0.7); }
  50% { opacity: 0.75; transform: translate(7px, -8px) scale(1); }
}

@keyframes proactChainPulse {
  0%, 100% { transform: scale(0.92); }
  50% { transform: scale(1.06); }
}

@keyframes proactArrowFlow {
  0%, 100% { opacity: 0.2; transform: translateX(-4px) rotate(45deg); }
  50% { opacity: 1; transform: translateX(4px) rotate(45deg); }
}

@keyframes proactEnzymeMorph {
  0%, 100% { border-radius: 46% 54% 58% 42% / 51% 45% 55% 49%; transform: rotate(-2deg); }
  50% { border-radius: 58% 42% 45% 55% / 42% 58% 42% 58%; transform: rotate(2deg); }
}

@keyframes proactAminoFloat {
  0%, 100% { transform: translateY(4px); }
  50% { transform: translateY(-7px); }
}

@keyframes proactNitrogenPulse {
  0%, 100% { transform: scale(0.96); }
  50% { transform: scale(1.03); }
}

@keyframes proactArrowNudge {
  0%, 100% { transform: translateX(-3px); }
  50% { transform: translateX(4px); }
}

@keyframes proactDialSweep {
  0%, 100% { transform: rotate(-62deg); }
  50% { transform: rotate(110deg); }
}

@media (max-width: 1120px) {
  .proact-float-dose { right: 2%; }

  .proact-hydrolysis-visual {
    grid-template-columns: 1fr 54px 1fr;
  }

  .proact-hydrolysis-visual > .proact-flow-arrow:nth-of-type(2),
  .proact-step-amino {
    display: none;
  }

  .proact-optimization-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proact-performance-layout,
  .proact-use-layout {
    grid-template-columns: 1fr;
  }

  .proact-spectrum-panel {
    grid-template-columns: 300px 1fr;
    column-gap: 34px;
    text-align: left;
  }

  .proact-spectrum-orbit {
    grid-row: span 2;
    width: 270px;
    margin: 0 auto;
  }

  .proact-formulation-flow {
    grid-template-columns: 1fr 230px 1fr;
    gap: 28px;
  }

  .proact-formulation-core {
    min-height: 230px;
  }

  .proact-impact-flow {
    grid-template-columns: 1fr;
  }

  .proact-impact-flow > i {
    min-height: 36px;
    transform: rotate(90deg);
  }
}

@media (max-width: 780px) {
  .visual-proact-page .proact-product-stage {
    min-height: 410px;
    margin-top: 22px;
  }

  .visual-proact-page .proact-product-stage img.product-pack-image {
    max-width: min(55%, 250px);
  }

  .proact-float-metric {
    min-width: 108px;
    padding: 12px 13px;
  }

  .proact-float-metric strong { font-size: 1.18rem; }
  .proact-float-metric em { font-size: 0.56rem; }
  .proact-float-generation { top: 6%; left: 0; }
  .proact-float-dose { top: 29%; right: 0; }
  .proact-float-spectrum { right: 2%; bottom: 4%; }

  .visual-proact-page .proact-visual-content {
    gap: 80px;
    padding-right: 20px;
    padding-left: 20px;
    background-size: 34px 34px;
  }

  .proact-intro-grid,
  .proact-optimization-grid,
  .proact-poultry-grid,
  .proact-emission-grid {
    grid-template-columns: 1fr;
  }

  .proact-intro-card { min-height: 210px; }

  .proact-hydrolysis-visual {
    grid-template-columns: 1fr;
  }

  .proact-hydrolysis-step,
  .proact-enzyme-core {
    min-height: 330px;
  }

  .proact-hydrolysis-visual > .proact-flow-arrow {
    min-height: 44px;
    transform: rotate(90deg);
  }

  .proact-hydrolysis-visual > .proact-flow-arrow:nth-of-type(2),
  .proact-step-amino {
    display: flex;
  }

  .proact-spectrum-panel {
    display: block;
    text-align: center;
  }

  .proact-spectrum-orbit {
    margin: 0 auto 30px;
  }

  .proact-formulation-flow {
    grid-template-columns: 1fr;
  }

  .proact-input-stack span::after,
  .proact-output-stack span::before {
    display: none;
  }

  .proact-formulation-core {
    width: min(100%, 270px);
    min-height: 270px;
    margin: 12px auto;
  }

  .proact-sustainability-head,
  .proact-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .proact-emission-grid {
    grid-template-columns: 1fr 1fr;
  }

  .proact-dose-card {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .proact-dose-card p {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .proact-species-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .proact-species-row > div {
    justify-content: flex-start;
  }

  .proact-final-cta .primary-link {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .proact-hero-points { gap: 7px; }

  .proact-hero-points span {
    padding: 8px 10px;
    font-size: 0.71rem;
  }

  .visual-proact-page .proact-product-stage {
    min-height: 380px;
  }

  .visual-proact-page .proact-product-stage img.product-pack-image {
    max-width: 52%;
  }

  .proact-float-metric {
    min-width: 98px;
    padding: 10px 11px;
    border-radius: 15px;
  }

  .proact-float-metric strong { font-size: 1.04rem; }
  .proact-float-metric small { font-size: 0.66rem; }
  .proact-float-metric em { display: none; }

  .proact-section-heading h2,
  .proact-sustainability-head h2,
  .proact-final-cta h2 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .proact-intro-card,
  .proact-hydrolysis-visual,
  .proact-progress-panel,
  .proact-spectrum-panel,
  .proact-formulation-flow,
  .proact-dose-card,
  .proact-gt-card,
  .proact-poultry-grid article {
    border-radius: 22px;
  }

  .proact-hydrolysis-visual { padding: 18px; }
  .proact-hydrolysis-step,
  .proact-enzyme-core { padding: 22px; }

  .proact-formulation-core {
    width: 230px;
    min-height: 230px;
  }

  .proact-emission-grid {
    grid-template-columns: 1fr;
  }

  .proact-nitrogen-badge {
    width: 86px;
  }

  .proact-sustainability-panel {
    margin-right: -6px;
    margin-left: -6px;
    border-radius: 28px;
  }

  .proact-species-row strong {
    width: 100%;
  }

}

@media (prefers-reduced-motion: reduce) {
  .proact-molecule-orbit,
  .proact-protein-dots i,
  .proact-float-metric,
  .proact-chain i,
  .proact-flow-arrow i,
  .proact-enzyme-disc,
  .proact-amino-cloud i,
  .proact-spectrum-orbit,
  .proact-spectrum-orbit i,
  .proact-formulation-core::after,
  .proact-nitrogen-badge,
  .proact-impact-flow > i,
  .proact-dose-dial > span {
    animation: none !important;
  }

  .visual-proact-page.proact-effects-ready [data-proact-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .proact-progress-track i {
    transform: none;
    transition: none;
  }
}
