.visual-wx-page {
  --wx-ink: #17362f;
  --wx-muted: #62756f;
  --wx-green: #238b62;
  --wx-green-dark: #125d46;
  --wx-gold: #d99a2f;
  --wx-wheat: #eac764;
  --wx-blue: #3b7ca5;
  --wx-line: rgba(23, 54, 47, 0.12);
  overflow: hidden;
  color: var(--wx-ink);
  background:
    radial-gradient(circle at 9% 30%, rgba(234, 199, 100, 0.11), transparent 28%),
    radial-gradient(circle at 92% 59%, rgba(35, 139, 98, 0.08), transparent 30%),
    #f8faf6;
}

.wx-visual-hero {
  position: relative;
  min-height: 790px;
  background:
    radial-gradient(circle at 76% 36%, rgba(234, 199, 100, 0.28), transparent 27%),
    radial-gradient(circle at 92% 72%, rgba(35, 139, 98, 0.18), transparent 32%),
    linear-gradient(145deg, #faf8ec 0%, #f0f5e9 52%, #e6f3eb 100%);
}

.wx-visual-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(23, 54, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 54, 47, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.wx-hero-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.98fr) minmax(480px, 1.02fr);
  gap: clamp(40px, 6vw, 88px);
  min-height: 650px;
  align-items: center;
}

.wx-hero-copy { max-width: 700px; }

.wx-hero-copy h1 {
  margin-bottom: 22px;
  color: var(--wx-ink);
  font-size: clamp(3.65rem, 6.4vw, 6.8rem);
  letter-spacing: -0.065em;
}

.wx-hero-copy .detail-lead {
  max-width: 650px;
  color: #496159;
  font-size: clamp(1.08rem, 1.65vw, 1.35rem);
  line-height: 1.65;
}

.wx-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 27px 0 31px;
}

.wx-hero-points span {
  padding: 10px 14px;
  border: 1px solid rgba(18, 93, 70, 0.15);
  border-radius: 999px;
  color: var(--wx-green-dark);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 9px 27px rgba(23, 54, 47, 0.05);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.wx-product-stage {
  position: relative;
  isolation: isolate;
  display: grid;
  width: min(100%, 620px);
  min-height: 570px;
  margin-left: auto;
  place-items: center;
  overflow: visible;
}

.wx-product-stage::before {
  position: absolute;
  z-index: -3;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(35, 139, 98, 0.17);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(234, 199, 100, 0.17) 52%, transparent 72%);
  box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.7);
  content: "";
}

.wx-product-stage::after {
  position: absolute;
  z-index: -2;
  bottom: 43px;
  width: 62%;
  height: 72px;
  border-radius: 50%;
  background: rgba(23, 54, 47, 0.15);
  filter: blur(23px);
  content: "";
}

.wx-product-stage > .product-pack-image {
  z-index: 3;
  width: min(65%, 355px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 34px 36px rgba(23, 54, 47, 0.22));
  animation: wxPackFloat 5.4s ease-in-out infinite;
}

.wx-stage-ring {
  position: absolute;
  z-index: -1;
  border: 1px dashed rgba(18, 93, 70, 0.28);
  border-radius: 50%;
  animation: wxSpin 26s linear infinite;
}

.wx-stage-ring-one { width: 91%; aspect-ratio: 1; }
.wx-stage-ring-two {
  width: 67%;
  aspect-ratio: 1;
  border-color: rgba(217, 154, 47, 0.36);
  animation-direction: reverse;
  animation-duration: 19s;
}

.wx-cell-wall-orbit {
  position: absolute;
  z-index: 0;
  width: 88%;
  aspect-ratio: 1;
  animation: wxSpin 34s linear infinite;
}

.wx-cell-wall-orbit i {
  position: absolute;
  width: 18px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--wx-gold), var(--wx-wheat));
  box-shadow: 0 10px 23px rgba(217, 154, 47, 0.2);
}

.wx-cell-wall-orbit i:nth-child(1) { top: 0; left: 48%; transform: rotate(0deg); }
.wx-cell-wall-orbit i:nth-child(2) { top: 15%; right: 12%; transform: rotate(45deg); }
.wx-cell-wall-orbit i:nth-child(3) { top: 47%; right: 0; transform: rotate(90deg); }
.wx-cell-wall-orbit i:nth-child(4) { right: 13%; bottom: 13%; transform: rotate(135deg); }
.wx-cell-wall-orbit i:nth-child(5) { bottom: 0; left: 48%; }
.wx-cell-wall-orbit i:nth-child(6) { bottom: 13%; left: 12%; transform: rotate(45deg); }
.wx-cell-wall-orbit i:nth-child(7) { top: 47%; left: 0; transform: rotate(90deg); }
.wx-cell-wall-orbit i:nth-child(8) { top: 15%; left: 12%; transform: rotate(135deg); }

.wx-float-card {
  position: absolute;
  z-index: 5;
  display: grid;
  min-width: 142px;
  padding: 15px 17px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(23, 54, 47, 0.13);
  backdrop-filter: blur(14px);
  animation: wxCardFloat 4.8s ease-in-out infinite;
}

.wx-float-card strong { color: var(--wx-green-dark); font-size: 1.48rem; line-height: 1; }
.wx-float-card small { margin-top: 6px; color: var(--wx-ink); font-size: 0.75rem; font-weight: 800; }
.wx-float-card em { margin-top: 3px; color: var(--wx-muted); font-size: 0.64rem; font-style: normal; }
.wx-float-corn { top: 11%; left: -2%; }
.wx-float-wheat { right: -2%; bottom: 19%; animation-delay: -1.5s; }
.wx-float-poultry { bottom: 1%; left: 8%; animation-delay: -2.8s; }
.wx-float-poultry img { width: 35px; height: 35px; margin-bottom: 7px; object-fit: contain; }

.wx-visual-content {
  display: grid;
  gap: 118px;
  padding-top: 108px;
  padding-bottom: 110px;
  background-image: radial-gradient(rgba(23, 54, 47, 0.055) 0.7px, transparent 0.7px);
  background-size: 34px 34px;
}

.wx-section-heading { max-width: 880px; }

.wx-section-heading h2,
.wx-energy-copy h2,
.wx-grain-copy h2,
.wx-pelleting-copy h2,
.wx-final-cta h2 {
  margin: 8px 0 18px;
  color: var(--wx-ink);
  font-family: "Inter Tight", sans-serif;
  font-size: clamp(2.5rem, 4.4vw, 4.7rem);
  line-height: 0.99;
  letter-spacing: -0.052em;
}

.wx-section-heading > p:last-child,
.wx-energy-copy > p,
.wx-grain-copy > p,
.wx-pelleting-copy > p,
.wx-final-cta p {
  margin: 0;
  color: var(--wx-muted);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}

.wx-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 43px;
}

.wx-value-grid article {
  position: relative;
  min-height: 260px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid var(--wx-line);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 50px rgba(23, 54, 47, 0.06);
}

.wx-value-grid article::after {
  position: absolute;
  right: -58px;
  bottom: -62px;
  width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(234, 199, 100, 0.13);
  content: "";
}

.wx-value-grid article > span {
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  margin-bottom: 35px;
  border-radius: 18px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--wx-green), var(--wx-green-dark));
  box-shadow: 0 15px 30px rgba(35, 139, 98, 0.22);
  font-size: 0.72rem;
  font-weight: 800;
}

.wx-value-grid article:nth-child(2) > span { background: linear-gradient(145deg, var(--wx-gold), #b9751f); }
.wx-value-grid article:nth-child(3) > span { background: linear-gradient(145deg, var(--wx-blue), #285d7c); }
.wx-value-grid strong { position: relative; z-index: 1; display: block; margin-bottom: 9px; font-size: 1.24rem; }

.wx-value-grid p,
.wx-mechanism-flow p,
.wx-two-paths-grid p,
.wx-performance-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--wx-muted);
  line-height: 1.65;
}

.wx-mechanism-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 66px minmax(0, 1fr) 66px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-top: 46px;
}

.wx-mechanism-flow article {
  min-height: 410px;
  padding: 28px;
  border: 1px solid var(--wx-line);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(23, 54, 47, 0.07);
}

.wx-mechanism-flow article > span {
  display: block;
  margin: 22px 0 10px;
  color: rgba(23, 54, 47, 0.4);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.wx-mechanism-flow h3,
.wx-two-paths-grid h3,
.wx-performance-grid h3 {
  margin: 0 0 9px;
  color: var(--wx-ink);
  font-size: clamp(1.22rem, 1.75vw, 1.58rem);
}

.wx-cage-model,
.wx-enzyme-core,
.wx-nutrient-release {
  position: relative;
  display: grid;
  height: 200px;
  border-radius: 24px;
  place-items: center;
  background: linear-gradient(145deg, #f4eed6, #fbf9ef);
}

.wx-cage-model span {
  display: grid;
  width: 84px;
  aspect-ratio: 1;
  border-radius: 50%;
  place-items: center;
  color: var(--wx-green-dark);
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 54, 47, 0.1);
  font-size: 0.75rem;
  font-weight: 800;
}

.wx-cage-model i {
  position: absolute;
  width: 12px;
  height: 52px;
  border-radius: 999px;
  background: var(--wx-gold);
  box-shadow: 0 8px 18px rgba(217, 154, 47, 0.18);
}

.wx-cage-model i:nth-of-type(1) { top: 8%; left: 47%; transform: rotate(90deg); }
.wx-cage-model i:nth-of-type(2) { top: 22%; right: 18%; transform: rotate(28deg); }
.wx-cage-model i:nth-of-type(3) { right: 17%; bottom: 19%; transform: rotate(-28deg); }
.wx-cage-model i:nth-of-type(4) { bottom: 7%; left: 47%; transform: rotate(90deg); }
.wx-cage-model i:nth-of-type(5) { bottom: 18%; left: 17%; transform: rotate(28deg); }
.wx-cage-model i:nth-of-type(6) { top: 21%; left: 18%; transform: rotate(-28deg); }

.wx-enzyme-core {
  place-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, var(--wx-green), var(--wx-green-dark));
  box-shadow: inset 0 0 60px rgba(255, 255, 255, 0.1);
  animation: wxEnzymePulse 4s ease-in-out infinite;
}

.wx-enzyme-core small { font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; }
.wx-enzyme-core strong { margin-top: 3px; font-size: 2.7rem; }

.wx-nutrient-release {
  grid-template-columns: repeat(3, auto);
  align-content: center;
  justify-content: center;
  gap: 16px;
  background: linear-gradient(145deg, #eaf4f0, #f8fbf9);
}

.wx-nutrient-release i {
  display: grid;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--wx-green);
  box-shadow: 0 10px 24px rgba(35, 139, 98, 0.2);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 800;
  animation: wxNutrientFloat 3.8s ease-in-out infinite;
}

.wx-nutrient-release i:nth-child(even) { background: var(--wx-gold); animation-delay: -1.9s; }

.wx-flow-arrow { display: flex; gap: 5px; align-items: center; justify-content: center; }
.wx-flow-arrow i {
  width: 9px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--wx-green);
  animation: wxArrow 1.5s ease-in-out infinite;
}
.wx-flow-arrow i:nth-child(2) { animation-delay: 0.18s; }
.wx-flow-arrow i:nth-child(3) { animation-delay: 0.36s; }

.wx-two-paths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 45px;
}

.wx-two-paths-grid article {
  min-height: 510px;
  padding: clamp(27px, 3.5vw, 44px);
  border: 1px solid var(--wx-line);
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(23, 54, 47, 0.07);
}

.wx-path-label { display: flex; gap: 14px; align-items: center; margin-bottom: 30px; }
.wx-path-label span { display: grid; width: 40px; aspect-ratio: 1; border-radius: 13px; place-items: center; color: #fff; background: var(--wx-green); font-size: 0.68rem; font-weight: 800; }
.wx-path-label strong { font-size: 0.88rem; letter-spacing: 0.03em; }

.wx-wall-break {
  position: relative;
  display: flex;
  height: 210px;
  gap: 11px;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  border-radius: 24px;
  background: linear-gradient(145deg, #f6f0dc, #fcfaf3);
  overflow: hidden;
}

.wx-wall-break i { width: 18px; height: 125px; border-radius: 999px; background: var(--wx-gold); transform: rotate(18deg); }
.wx-wall-break i:nth-child(3), .wx-wall-break i:nth-child(4) { height: 50px; transform: translateY(-39px) rotate(45deg); }
.wx-wall-break b {
  position: absolute;
  display: grid;
  width: 58px;
  aspect-ratio: 1;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--wx-green-dark);
  box-shadow: 0 12px 28px rgba(18, 93, 70, 0.2);
  font-size: 0.76rem;
}

.wx-viscosity-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  height: 210px;
  align-items: center;
  margin-bottom: 27px;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(145deg, #eaf4f4, #f7fbfb);
}

.wx-viscosity-before,
.wx-viscosity-after { display: flex; gap: 7px; height: 125px; align-items: center; justify-content: center; }
.wx-viscosity-before i,
.wx-viscosity-after i { width: 18px; height: 100%; border-radius: 999px; background: var(--wx-blue); animation: wxViscosity 2.8s ease-in-out infinite; }
.wx-viscosity-before i:nth-child(2) { height: 68%; animation-delay: -0.8s; }
.wx-viscosity-before i:nth-child(3) { height: 84%; animation-delay: -1.6s; }
.wx-viscosity-after i { height: 35%; background: var(--wx-green); }
.wx-viscosity-after i:nth-child(2) { height: 25%; }
.wx-viscosity-after i:nth-child(3) { height: 30%; }
.wx-viscosity-visual > span { display: grid; width: 52px; aspect-ratio: 1; border-radius: 50%; place-items: center; color: #fff; background: var(--wx-green-dark); font-size: 0.72rem; font-weight: 800; }

.wx-energy-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(40px, 7vw, 95px);
  align-items: center;
  padding: clamp(38px, 5vw, 70px);
  border-radius: 37px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(234, 199, 100, 0.25), transparent 30%),
    linear-gradient(145deg, #153c32, #175a44 58%, #24704f);
  box-shadow: 0 30px 72px rgba(23, 54, 47, 0.2);
}

.wx-energy-copy h2,
.wx-energy-copy > p,
.wx-energy-section .section-kicker { color: #fff; }
.wx-energy-copy > p { color: rgba(255, 255, 255, 0.74); }
.wx-energy-copy > small { display: block; margin-top: 19px; color: rgba(255, 255, 255, 0.52); font-size: 0.72rem; line-height: 1.55; }

.wx-energy-chart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: end;
  min-height: 400px;
  padding: 30px 30px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.07);
}

.wx-energy-chart article { display: grid; height: 100%; align-content: end; text-align: center; }
.wx-energy-bar { position: relative; display: flex; height: 290px; align-items: flex-end; justify-content: center; margin-bottom: 18px; }
.wx-energy-bar i { position: absolute; bottom: 0; width: 76%; height: var(--wx-energy-level); border-radius: 18px 18px 4px 4px; background: linear-gradient(to top, var(--wx-gold), var(--wx-wheat)); transform-origin: bottom; }
.wx-energy-chart article:nth-child(2) .wx-energy-bar i { background: linear-gradient(to top, var(--wx-green), #64c590); }
.wx-energy-bar strong { z-index: 1; margin-bottom: 18px; color: #fff; font-size: 2.2rem; }
.wx-energy-chart article > span { color: rgba(255, 255, 255, 0.72); font-size: 0.76rem; font-weight: 700; }

.wx-grain-section {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.wx-grain-visual { position: relative; min-height: 500px; }
.wx-grain-center {
  position: absolute;
  inset: 34%;
  z-index: 3;
  display: grid;
  border-radius: 50%;
  place-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(145deg, var(--wx-green), var(--wx-green-dark));
  box-shadow: 0 22px 52px rgba(23, 54, 47, 0.2);
}
.wx-grain-center small { font-size: 0.67rem; font-weight: 800; }
.wx-grain-center strong { font-size: 2rem; }

.wx-grain-ring { position: absolute; inset: 10%; border: 1px dashed rgba(18, 93, 70, 0.34); border-radius: 50%; animation: wxSpin 26s linear infinite; }
.wx-grain-ring-two { inset: 22%; border-color: rgba(217, 154, 47, 0.38); animation-direction: reverse; animation-duration: 19s; }

.wx-grain-visual > i {
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 92px;
  padding: 13px 15px;
  border: 1px solid var(--wx-line);
  border-radius: 999px;
  place-items: center;
  color: var(--wx-green-dark);
  background: #fff;
  box-shadow: 0 13px 35px rgba(23, 54, 47, 0.1);
  font-size: 0.71rem;
  font-style: normal;
  font-weight: 800;
  animation: wxNodeFloat 4.5s ease-in-out infinite;
}

.wx-grain-corn { top: 3%; left: 39%; }
.wx-grain-wheat { top: 25%; right: 0; animation-delay: -0.7s !important; }
.wx-grain-rye { right: 8%; bottom: 12%; animation-delay: -1.4s !important; }
.wx-grain-triticale { bottom: 1%; left: 31%; animation-delay: -2.1s !important; }
.wx-grain-barley { bottom: 17%; left: -1%; animation-delay: -2.8s !important; }
.wx-grain-byproduct { top: 23%; left: -3%; animation-delay: -3.5s !important; }

.wx-grain-benefits,
.wx-pelleting-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.wx-grain-benefits span,
.wx-pelleting-badges span { padding: 9px 12px; border: 1px solid rgba(35, 139, 98, 0.14); border-radius: 999px; color: var(--wx-green-dark); background: rgba(35, 139, 98, 0.07); font-size: 0.74rem; font-weight: 700; }

.wx-performance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.wx-performance-grid article {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--wx-line);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(23, 54, 47, 0.055);
}

.wx-performance-grid article > span { display: grid; width: 54px; aspect-ratio: 1; margin-bottom: 42px; border-radius: 17px; place-items: center; color: #fff; background: var(--wx-green); font-size: 0.78rem; font-weight: 800; }
.wx-performance-grid article:nth-child(2) > span { background: var(--wx-gold); }
.wx-performance-grid article:nth-child(3) > span { background: var(--wx-blue); }
.wx-performance-grid article:nth-child(4) > span { background: #7b9e4b; }
.wx-performance-grid article:nth-child(5) > span { background: var(--wx-green-dark); }

.wx-pelleting-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(40px, 7vw, 95px);
  align-items: center;
  padding: clamp(38px, 5vw, 70px);
  border-radius: 37px;
  background:
    radial-gradient(circle at 8% 12%, rgba(234, 199, 100, 0.25), transparent 30%),
    linear-gradient(145deg, #f3eedc, #f7faf2);
}

.wx-pelleting-visual {
  display: grid;
  min-height: 390px;
  padding: 36px;
  border: 1px solid rgba(217, 154, 47, 0.18);
  border-radius: 30px;
  place-content: center;
  background: rgba(255, 255, 255, 0.65);
}

.wx-temperature-dial { position: relative; display: grid; width: 140px; aspect-ratio: 1; margin: 0 auto 42px; border: 12px solid rgba(217, 154, 47, 0.18); border-top-color: var(--wx-gold); border-radius: 50%; place-items: center; }
.wx-temperature-dial span { color: var(--wx-green-dark); font-size: 1.5rem; font-weight: 800; }
.wx-temperature-dial i { position: absolute; bottom: 50%; width: 4px; height: 45px; border-radius: 999px; background: var(--wx-green-dark); transform-origin: bottom; animation: wxDial 3.2s ease-in-out infinite; }

.wx-pellet-flow { display: flex; gap: 9px; align-items: center; justify-content: center; }
.wx-pellet-flow i { width: 18px; height: 40px; border-radius: 999px; background: linear-gradient(to bottom, var(--wx-gold), var(--wx-wheat)); animation: wxPellet 2.6s ease-in-out infinite; }
.wx-pellet-flow i:nth-child(2) { animation-delay: -0.4s; }
.wx-pellet-flow i:nth-child(3) { animation-delay: -0.8s; }
.wx-pellet-flow i:nth-child(4) { animation-delay: -1.2s; }
.wx-pellet-flow i:nth-child(5) { animation-delay: -1.6s; }
.wx-pellet-flow i:nth-child(6) { animation-delay: -2s; }

.wx-species-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  border: 1px solid var(--wx-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(23, 54, 47, 0.05);
}
.wx-species-row > span { color: var(--wx-muted); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.wx-species-row strong { display: flex; gap: 11px; align-items: center; }
.wx-species-row img { width: 46px; height: 46px; object-fit: contain; }

.wx-final-cta {
  display: flex;
  gap: 36px;
  align-items: flex-end;
  justify-content: space-between;
  padding: clamp(36px, 6vw, 74px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 87% 18%, rgba(234, 199, 100, 0.25), transparent 28%),
    linear-gradient(145deg, #edf5e5, #faf8ec);
}
.wx-final-cta > div { max-width: 810px; }
.wx-final-cta .primary-link { flex: 0 0 auto; }

.visual-wx-page.wx-effects-ready [data-wx-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.75s ease, transform 0.75s cubic-bezier(0.2, 0.72, 0.2, 1);
}
.visual-wx-page.wx-effects-ready [data-wx-reveal].is-visible { opacity: 1; transform: translateY(0); }
.visual-wx-page.wx-effects-ready .wx-energy-bar i { transform: scaleY(0); transition: transform 1.1s cubic-bezier(0.22, 0.8, 0.25, 1) 0.18s; }
.visual-wx-page.wx-effects-ready .wx-energy-section.is-visible .wx-energy-bar i { transform: scaleY(1); }

@keyframes wxPackFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }
@keyframes wxSpin { to { transform: rotate(360deg); } }
@keyframes wxCardFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes wxEnzymePulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.025); } }
@keyframes wxNutrientFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes wxArrow { 0%, 100% { opacity: 0.25; transform: translateX(-4px); } 50% { opacity: 1; transform: translateX(4px); } }
@keyframes wxViscosity { 0%, 100% { transform: scaleY(0.82); } 50% { transform: scaleY(1); } }
@keyframes wxNodeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes wxDial { 0%, 100% { transform: rotate(-42deg); } 50% { transform: rotate(43deg); } }
@keyframes wxPellet { 0%, 100% { transform: translateY(0); opacity: 0.7; } 50% { transform: translateY(-8px); opacity: 1; } }

@media (max-width: 1180px) {
  .wx-performance-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1120px) {
  .wx-hero-layout { grid-template-columns: 1fr; }
  .wx-hero-copy { max-width: 850px; }
  .wx-product-stage { width: min(100%, 720px); margin: 0 auto; }
  .wx-mechanism-flow { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .wx-mechanism-flow > .wx-flow-arrow { display: none; }
}

@media (max-width: 860px) {
  .wx-visual-hero { min-height: auto; }
  .wx-hero-layout { min-height: auto; padding-top: 62px; }
  .wx-hero-copy h1 { font-size: clamp(3.15rem, 13.5vw, 5.6rem); }
  .wx-product-stage { min-height: 510px; }

  .wx-value-grid,
  .wx-two-paths-grid,
  .wx-energy-section,
  .wx-grain-section,
  .wx-pelleting-section { grid-template-columns: 1fr; }

  .wx-mechanism-flow { grid-template-columns: 1fr; }
  .wx-mechanism-flow > .wx-flow-arrow { display: flex; min-height: 42px; transform: rotate(90deg); }
  .wx-mechanism-flow article { min-height: auto; }
  .wx-two-paths-grid article { min-height: auto; }
  .wx-energy-section { padding: 30px; }
  .wx-grain-visual { min-height: 480px; }
  .wx-performance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wx-final-cta { align-items: flex-start; flex-direction: column; }
  .wx-final-cta .primary-link { width: 100%; }
}

@media (max-width: 560px) {
  .wx-hero-points { gap: 7px; }
  .wx-hero-points span { padding: 8px 10px; font-size: 0.67rem; }
  .wx-product-stage { min-height: 430px; }
  .wx-product-stage > .product-pack-image { width: min(58%, 260px); max-height: 330px; }
  .wx-float-card { min-width: 114px; padding: 12px 13px; }
  .wx-float-card strong { font-size: 1.16rem; }
  .wx-float-card em { font-size: 0.58rem; }
  .wx-float-corn { left: 0; }
  .wx-float-wheat { right: 0; }
  .wx-float-poultry { left: 3%; }

  .wx-visual-content { gap: 82px; padding: 78px 20px 82px; background-size: 28px 28px; }
  .wx-section-heading h2,
  .wx-energy-copy h2,
  .wx-grain-copy h2,
  .wx-pelleting-copy h2,
  .wx-final-cta h2 { font-size: clamp(2.12rem, 11vw, 3.15rem); }

  .wx-value-grid article,
  .wx-mechanism-flow article,
  .wx-two-paths-grid article,
  .wx-performance-grid article { border-radius: 22px; }

  .wx-cage-model,
  .wx-enzyme-core,
  .wx-nutrient-release { height: 180px; }
  .wx-viscosity-visual { grid-template-columns: 1fr; height: auto; }
  .wx-viscosity-before, .wx-viscosity-after { height: 90px; }
  .wx-viscosity-visual > span { margin: 0 auto; }
  .wx-energy-section, .wx-pelleting-section, .wx-final-cta { padding: 28px 22px; border-radius: 28px; }
  .wx-energy-chart { min-height: 350px; padding: 22px 16px; }
  .wx-energy-bar { height: 245px; }
  .wx-grain-visual { min-height: 400px; transform: scale(0.9); }
  .wx-grain-byproduct { left: -7%; }
  .wx-grain-wheat { right: -6%; }
  .wx-performance-grid { grid-template-columns: 1fr; }
  .wx-performance-grid article { min-height: 245px; }
  .wx-species-row { gap: 18px; align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .wx-product-stage > .product-pack-image,
  .wx-stage-ring,
  .wx-cell-wall-orbit,
  .wx-float-card,
  .wx-enzyme-core,
  .wx-nutrient-release i,
  .wx-flow-arrow i,
  .wx-viscosity-before i,
  .wx-viscosity-after i,
  .wx-grain-ring,
  .wx-grain-visual > i,
  .wx-temperature-dial i,
  .wx-pellet-flow i { animation: none !important; }

  .visual-wx-page.wx-effects-ready [data-wx-reveal] { opacity: 1; transform: none; transition: none; }
  .visual-wx-page.wx-effects-ready .wx-energy-bar i { transform: scaleY(1); transition: none; }
}
