:root {
  --bg: #030907;
  --bg2: #06110b;
  --panel: rgba(6, 17, 12, .82);
  --panel2: rgba(8, 24, 16, .86);
  --line: rgba(157, 232, 85, .16);
  --line2: rgba(157, 232, 85, .32);
  --green: #90e338;
  --green2: #c7ff58;
  --text: #f5f7f5;
  --muted: #aeb9b1;
  --shadow: 0 28px 90px rgba(0, 0, 0, .48);
  --container: 1400px;
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  background: #020705;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden
}

a {
  color: inherit;
  text-decoration: none
}

button, input {
  font: inherit
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 48% 15%, rgba(42, 110, 49, .22), transparent 28%), radial-gradient(circle at 84% 60%, rgba(84, 151, 32, .1), transparent 25%), linear-gradient(rgba(255, 255, 255, .015) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .012) 1px, transparent 1px);
  background-size: auto, auto, 80px 80px, 80px 80px
}

.site-header {
  height: 62px;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  background: rgba(2, 7, 5, .88);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 50
}

.nav-shell {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 38px
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -.055em
}

.brand>span:last-child>span {
  color: var(--green)
}

.brand-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(143, 226, 55, .25);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(135, 216, 49, .23), rgba(3, 13, 8, .7));
  color: var(--green);
  box-shadow: 0 0 22px rgba(132, 224, 42, .16)
}

.brand-symbol svg {
  width: 25px
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 39px;
  font-size: 13px;
  font-weight: 600;
  color: #dce2dd
}

.main-nav a {
  height: 62px;
  display: flex;
  align-items: center;
  position: relative;
  transition: .2s
}

.main-nav a:hover, .main-nav a.active {
  color: #fff
}

.main-nav a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--green);
  box-shadow: 0 -5px 20px rgba(142, 226, 51, .8)
}

.nav-chevron {
  font-size: 15px;
  margin-left: 5px
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 8px
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  margin: 5px;
  border-radius: 2px
}

.button {
  min-height: 43px;
  padding: 0 20px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  font-size: 12px;
  font-weight: 800;
  transition: transform .25s, box-shadow .25s, border-color .25s
}

.button:hover {
  transform: translateY(-2px)
}

.button-primary {
  color: #061006;
  background: linear-gradient(135deg, #b5f452, #7ad82e 60%, #53b426);
  box-shadow: 0 10px 30px rgba(91, 188, 35, .18), inset 0 1px 0 rgba(255, 255, 255, .35)
}

.button-primary:hover {
  box-shadow: 0 16px 42px rgba(105, 209, 40, .28)
}

.button-ghost {
  border: 1px solid rgba(143, 221, 58, .25);
  background: rgba(3, 12, 8, .72);
  color: #f4f6f4
}

.play-icon {
  width: 27px;
  height: 27px;
  border: 1px solid #e6f4e1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 9px;
  padding-left: 2px
}

.nav-cta {
  min-width: 134px
}

.hero-section {
  min-height: 500px;
  position: relative;
  padding: 18px 0 12px;
  background: radial-gradient(circle at 52% 45%, rgba(15, 85, 33, .42), transparent 34%), linear-gradient(110deg, #030907 0%, #020806 49%, #030806 100%);
  overflow: hidden
}

.hero-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .3), transparent 30%, transparent 75%, rgba(0, 0, 0, .25));
  pointer-events: none
}

.hero-aurora {
  position: absolute;
  left: 30%;
  top: -25%;
  width: 58%;
  height: 105%;
  background: radial-gradient(ellipse, rgba(74, 162, 39, .15), transparent 62%);
  filter: blur(20px);
  animation: aurora 8s ease-in-out infinite alternate
}

@keyframes aurora {
  to {
    transform: translate(4%, 4%) scale(1.05)
  }
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(400px, 1.04fr) minmax(560px, 1.48fr) minmax(250px, .72fr);
  align-items: center;
  gap: 18px
}

.hero-copy {
  padding: 28px 0 18px;
  z-index: 2
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 600
}

.leaf-glyph {
  font-size: 12px;
  transform: rotate(45deg);
  text-shadow: 0 0 15px var(--green)
}

.hero-copy h1 {
  font-size: clamp(40px, 3.15vw, 52px);
  line-height: 1.06;
  letter-spacing: -.06em;
  margin: 18px 0 15px;
  max-width: 560px
}

.hero-copy h1 span {
  color: #8cdc3c;
  display: block;
  text-shadow: 0 0 30px rgba(128, 221, 48, .13)
}

.hero-copy p {
  max-width: 500px;
  margin: 0;
  color: #c8d0ca;
  font-size: 14px;
  line-height: 1.68
}

.hero-actions {
  display: flex;
  gap: 13px;
  margin-top: 28px
}

.hero-actions .button {
  min-width: 158px
}

.trust-row {
  display: flex;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  margin-top: 24px;
  width: max-content;
  max-width: 100%;
  background: rgba(5, 14, 10, .58)
}

.trust-row>div {
  height: 39px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #c9d1cb;
  font-size: 10px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  white-space: nowrap
}

.trust-row>div:last-child {
  border-right: 0
}

.trust-icon {
  color: var(--green);
  font-size: 15px
}

.cycle-visual {
  height: 458px;
  position: relative;
  isolation: isolate;
  min-width: 0
}

.cycle-visual:before {
  content: "";
  position: absolute;
  inset: 2% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(114, 205, 49, .11), rgba(7, 28, 15, .03) 55%, transparent 70%);
  filter: blur(6px)
}

.cycle-halo {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(135, 228, 50, .08);
  transform: translate(-50%, -50%)
}

.halo-one {
  width: 430px;
  height: 430px;
  box-shadow: inset 0 0 75px rgba(91, 194, 37, .08), 0 0 85px rgba(91, 194, 37, .05)
}

.halo-two {
  width: 348px;
  height: 348px;
  border-style: dashed;
  animation: rotateHalo 34s linear infinite
}

@keyframes rotateHalo {
  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.cycle-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible
}

.orbit-line {
  fill: none;
  stroke-width: 2
}

.orbit-line-soft {
  stroke: rgba(109, 216, 47, .16)
}

.orbit-line-dash {
  stroke: url(#cycleGreen);
  stroke-dasharray: 5 13;
  stroke-linecap: round;
  filter: url(#greenGlow);
  animation: dashSpin 12s linear infinite
}

@keyframes dashSpin {
  to {
    stroke-dashoffset: -180
  }
}

.flow-arrow {
  fill: none;
  stroke: url(#cycleGreen);
  stroke-width: 3.5;
  stroke-linecap: round;
  stroke-dasharray: 22 11;
  filter: url(#greenGlow);
  animation: arrowFlow 3.7s linear infinite
}

.delay-one {
  animation-delay: -.7s
}

.delay-two {
  animation-delay: -1.4s
}

.delay-three {
  animation-delay: -2.1s
}

.delay-four {
  animation-delay: -2.8s
}

@keyframes arrowFlow {
  to {
    stroke-dashoffset: -66
  }
}

.cycle-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -48%);
  width: 145px;
  height: 145px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(79, 161, 34, .3), rgba(4, 15, 9, .92) 58%, rgba(2, 8, 5, .92));
  box-shadow: 0 0 45px rgba(113, 211, 42, .2), inset 0 0 35px rgba(126, 219, 54, .12);
  z-index: 5
}

.center-recycle {
  width: 64px;
  height: 64px;
  color: #8ee038;
  filter: drop-shadow(0 0 12px rgba(145, 231, 61, .6));
  animation: centerPulse 2.8s ease-in-out infinite
}

.center-recycle svg {
  width: 100%;
  height: 100%
}

@keyframes centerPulse {
  50% {
    transform: scale(1.07);
    filter: drop-shadow(0 0 22px rgba(145, 231, 61, .8))
  }
}

.cycle-center strong {
  font-size: 21px;
  letter-spacing: -.04em
}

.cycle-center small {
  font-size: 8px;
  color: #aeb8b0;
  margin-top: 2px
}

.cycle-node {
  position: absolute;
  z-index: 3;
  filter: drop-shadow(0 18px 18px rgba(0, 0, 0, .55));
  animation: nodeFloat 4.8s ease-in-out infinite
}

.cycle-node img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain
}

.node-label {
  position: absolute;
  min-width: 115px;
  padding: 7px 10px 7px 31px;
  border: 1px solid rgba(150, 224, 74, .17);
  border-radius: 16px;
  background: rgba(5, 15, 10, .83);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .35);
  line-height: 1.2
}

.node-label strong {
  display: block;
  font-size: 10px
}

.node-label span {
  font-size: 7px;
  color: #a9b4ab
}

.node-number {
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #8bd939;
  background: #071209;
  color: #d8ff9e;
  font-size: 10px;
  font-weight: 800;
  z-index: 4;
  box-shadow: 0 0 16px rgba(141, 225, 53, .35)
}

.node-collect {
  left: 19%;
  top: 3%;
  animation-delay: -.5s
}

.node-collect img {
  width: 194px
}

.node-collect .node-label {
  left: 118px;
  top: 3px
}

.node-collect .node-number {
  left: 121px;
  top: 7px
}

.node-wash {
  right: 5%;
  top: 13%;
  animation-delay: -1.3s
}

.node-wash img {
  width: 164px
}

.node-wash .node-label {
  right: -32px;
  bottom: 10px
}

.node-wash .node-number {
  right: 61px;
  bottom: 13px
}

.node-cut {
  right: 8%;
  bottom: 6%;
  animation-delay: -2.1s
}

.node-cut img {
  width: 158px
}

.node-cut .node-label {
  right: -24px;
  bottom: 8px
}

.node-cut .node-number {
  right: 62px;
  bottom: 11px
}

.node-granulate {
  left: 20%;
  bottom: 1%;
  animation-delay: -2.9s
}

.node-granulate img {
  width: 180px
}

.node-granulate .node-label {
  left: 6px;
  bottom: 4px
}

.node-granulate .node-number {
  left: 9px;
  bottom: 7px
}

.node-recycle {
  left: 3%;
  top: 36%;
  animation-delay: -3.7s
}

.node-recycle img {
  width: 170px
}

.node-recycle .node-label {
  left: -15px;
  top: -8px
}

.node-recycle .node-number {
  left: -12px;
  top: -5px
}

@keyframes nodeFloat {
  0%, 100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-9px)
  }
}

.cycle-caption {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b6c0b8;
  font-size: 8px;
  white-space: nowrap
}

.cycle-caption span {
  width: 105px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(134, 221, 58, .7))
}

.cycle-caption span:last-child {
  transform: scaleX(-1)
}

.cycle-caption b {
  color: #8edc3f
}

.metric-stack {
  display: grid;
  gap: 8px;
  padding-top: 8px
}

.live-metric {
  min-height: 80px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(6, 18, 12, .9), rgba(5, 13, 9, .7));
  display: grid;
  grid-template-columns: 43px 1fr 72px;
  gap: 9px;
  align-items: center;
  padding: 8px 11px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .02), 0 14px 36px rgba(0, 0, 0, .23);
  overflow: hidden
}

.metric-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(132, 223, 49, .23);
  display: grid;
  place-items: center;
  color: #a9ed49;
  font-weight: 800;
  font-size: 11px;
  background: radial-gradient(circle, rgba(126, 219, 46, .15), transparent 70%)
}

.live-metric small {
  display: block;
  font-size: 8px;
  font-weight: 700;
  color: #dce2dd;
  margin-bottom: 3px
}

.live-metric strong {
  display: block;
  color: #8fdc3b;
  font-size: 19px;
  line-height: 1;
  white-space: nowrap
}

.live-metric strong em {
  font-style: normal;
  color: #dde4de;
  font-size: 8px
}

.live-metric p {
  font-size: 7px;
  color: #aeb8b0;
  margin: 4px 0 0
}

.live-metric svg {
  width: 68px;
  height: 38px
}

.live-metric polyline {
  fill: none;
  stroke: #91df3c;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  animation: drawLine 2.8s ease forwards
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0
  }
}

.live-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 7px;
  color: #7e8c81
}

.live-note span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8ee137;
  box-shadow: 0 0 8px #8ee137;
  animation: blink 1.4s infinite
}

@keyframes blink {
  50% {
    opacity: .25
  }
}

.section-block {
  padding: 0 0 12px
}

.panel {
  border: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(130deg, rgba(7, 19, 13, .88), rgba(3, 12, 8, .76));
  border-radius: 14px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.panel:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 50%, rgba(73, 151, 35, .09), transparent 30%)
}

.process-panel {
  min-height: 126px;
  display: grid;
  grid-template-columns: 190px 1fr;
  padding: 18px 22px;
  align-items: center
}

.process-intro {
  padding-right: 18px;
  position: relative;
  z-index: 2
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px
}

.section-title h2 {
  font-size: 16px;
  margin: 0;
  letter-spacing: -.035em
}

.section-title span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 9px var(--green)
}

.process-intro p, .impact-heading>p {
  font-size: 9px;
  line-height: 1.6;
  color: #9fac9f
}

.process-track-wrap {
  overflow: hidden
}

.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr 35px) 1fr;
  align-items: center;
  gap: 2px;
  position: relative;
  z-index: 2
}

.process-step {
  min-width: 0;
  display: grid;
  grid-template-columns: 66px 25px 1fr;
  grid-template-rows: 22px auto;
  align-items: start;
  position: relative
}

.process-step img {
  grid-row: 1/3;
  width: 64px;
  height: 62px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, .5));
  align-self: center
}

.step-badge {
  grid-column: 2;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid #8bd639;
  display: grid;
  place-items: center;
  color: #caff87;
  font-size: 9px;
  background: #07140b;
  box-shadow: 0 0 12px rgba(135, 218, 49, .22)
}

.process-step h3 {
  grid-column: 3;
  font-size: 10px;
  margin: 5px 0 0
}

.process-step p {
  grid-column: 2/4;
  font-size: 7px;
  line-height: 1.45;
  color: #b4bdb6;
  margin: 2px 0 0;
  padding-left: 3px;
  max-width: 130px
}

.connector {
  font-size: 30px;
  color: #b8f35a;
  text-align: center;
  text-shadow: 0 0 12px rgba(141, 226, 57, .75);
  animation: connectorPulse 1.7s ease-in-out infinite
}

@keyframes connectorPulse {
  50% {
    transform: translateX(5px);
    opacity: .55
  }
}

.impact-certificate {
  padding-top: 0
}

.split-grid {
  display: grid;
  grid-template-columns: 1.47fr 1fr;
  gap: 10px
}

.impact-panel {
  min-height: 177px;
  display: grid;
  grid-template-columns: 190px 1fr;
  padding: 19px 22px
}

.impact-heading {
  position: relative;
  z-index: 2
}

.impact-heading .button {
  margin-top: 16px;
  min-height: 35px;
  font-size: 9px;
  padding: 0 14px
}

.impact-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2
}

.impact-kpis article {
  border-left: 1px solid rgba(255, 255, 255, .07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2px 14px
}

.kpi-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(146, 223, 62, .2);
  display: grid;
  place-items: center;
  color: #a4e83c;
  font-size: 18px;
  text-shadow: 0 0 12px rgba(144, 221, 55, .75)
}

.impact-kpis strong {
  font-size: 17px;
  color: #8fdc39;
  margin-top: 4px
}

.impact-kpis strong small {
  font-size: 7px;
  color: #d7ddd7;
  font-weight: 500
}

.impact-kpis sup {
  font-size: 9px
}

.impact-kpis p {
  font-size: 8px;
  line-height: 1.35;
  color: #c1c9c2;
  margin: 5px 0
}

.impact-kpis em {
  font-style: normal;
  font-size: 7px;
  color: #7e8980;
  margin-top: auto
}

.certificate-panel {
  min-height: 177px;
  display: grid;
  grid-template-columns: 1fr 230px;
  padding: 20px 18px 12px 25px
}

.certificate-copy {
  position: relative;
  z-index: 3
}

.certificate-copy h2 {
  font-size: 15px;
  margin: 0 0 8px
}

.certificate-copy p {
  font-size: 8px;
  color: #b6c0b7;
  line-height: 1.55;
  max-width: 290px;
  margin: 0
}

.cert-badges {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-top: 18px
}

.cert-badges span {
  width: 48px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .16);
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  font-size: 7px;
  color: #ebefeb
}

.cert-badges span:last-child {
  border-radius: 8px;
  width: 57px
}

.cert-badges small {
  font-size: 6px
}

.certificate-art {
  position: relative;
  display: grid;
  place-items: center
}

.certificate-art img {
  width: 230px;
  height: auto;
  position: absolute;
  right: -4px;
  bottom: -16px;
  z-index: 2;
  transform: rotate(-2deg);
  filter: drop-shadow(0 18px 25px rgba(0, 0, 0, .6))
}

.certificate-orbit {
  position: absolute;
  width: 245px;
  height: 90px;
  border: 3px solid rgba(140, 223, 56, .55);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(9deg);
  filter: drop-shadow(0 0 11px rgba(144, 226, 57, .6));
  animation: certificateSpin 7s linear infinite
}

@keyframes certificateSpin {
  to {
    transform: rotate(369deg)
  }
}

.site-footer {
  margin-top: 0;
  background: linear-gradient(90deg, #0a1110, #101717 45%, #07100c);
  border-top: 1px solid rgba(255, 255, 255, .08);
  min-height: 82px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden
}

.site-footer:after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -90px;
  width: 240px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(50, 168, 54, .25), transparent 65%);
  border: 1px dotted rgba(113, 222, 52, .25)
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.25fr 1fr;
  align-items: center;
  gap: 38px;
  position: relative;
  z-index: 2
}

.footer-statement {
  display: flex;
  align-items: center;
  gap: 15px
}

.footer-leaf {
  font-size: 24px;
  color: #89dc38;
  text-shadow: 0 0 16px rgba(140, 223, 58, .5);
  transform: rotate(45deg)
}

.footer-statement p {
  font-size: 11px;
  margin: 0;
  color: #c8d0ca
}

.footer-statement strong {
  font-size: 15px;
  color: #fff
}

.footer-statement strong span {
  color: #8cdd3c
}

.footer-cta {
  height: 58px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  background: rgba(5, 14, 10, .42);
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 13px
}

.cta-round {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(142, 225, 57, .35);
  color: #91df3a
}

.footer-cta p {
  margin: 0;
  font-size: 8px;
  color: #b6c0b7
}

.footer-cta strong {
  font-size: 9px;
  color: #e9eee9
}

.footer-cta .button {
  min-height: 35px;
  font-size: 9px
}

.footer-trust {
  display: flex;
  align-items: center;
  gap: 13px
}

.avatars {
  display: flex
}

.avatars span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a47e62, #3d4b40);
  border: 2px solid #26372b;
  display: grid;
  place-items: center;
  font-size: 8px;
  margin-left: -7px
}

.avatars span:first-child {
  margin-left: 0
}

.footer-trust p {
  font-size: 8px;
  color: #b7c0b8;
  line-height: 1.5
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.is-visible {
  opacity: 1;
  transform: none
}

@media (max-width:1260px) {
  .hero-grid {
    grid-template-columns: minmax(330px, .9fr) minmax(510px, 1.35fr)
  }

  .metric-stack {
    grid-column: 1/-1;
    grid-template-columns: repeat(5, 1fr);
    padding: 0 0 16px
  }

  .live-metric {
    grid-template-columns: 38px 1fr
  }

  .live-metric svg {
    display: none
  }

  .cycle-visual {
    height: 458px
  }

  .main-nav {
    gap: 23px
  }

  .split-grid {
    grid-template-columns: 1fr
  }

  .certificate-panel {
    min-height: 190px
  }
}

@media (max-width:980px) {
  .site-header {
    height: auto;
    min-height: 62px
  }

  .nav-shell {
    grid-template-columns: auto 1fr auto;
    min-height: 62px
  }

  .menu-toggle {
    display: block;
    justify-self: end
  }

  .nav-cta {
    display: none
  }

  .main-nav {
    position: absolute;
    top: 62px;
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    background: rgba(4, 12, 8, .98);
    border: 1px solid rgba(145, 222, 58, .2);
    border-radius: 12px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .5)
  }

  .main-nav.open {
    display: flex
  }

  .main-nav a {
    height: 44px;
    padding: 0 12px
  }

  .main-nav a.active:after {
    left: 12px;
    right: auto;
    width: 30px
  }

  .hero-grid {
    grid-template-columns: 1fr
  }

  .hero-copy {
    text-align: center;
    padding: 38px 0 0
  }

  .hero-copy h1, .hero-copy p {
    margin-left: auto;
    margin-right: auto
  }

  .eyebrow {
    justify-content: center
  }

  .hero-actions {
    justify-content: center
  }

  .trust-row {
    margin-left: auto;
    margin-right: auto
  }

  .cycle-visual {
    max-width: 720px;
    width: 100%;
    margin: auto
  }

  .metric-stack {
    grid-template-columns: repeat(2, 1fr);
    max-width: 760px;
    width: 100%;
    margin: 0 auto
  }

  .process-panel {
    grid-template-columns: 1fr;
    padding: 19px
  }

  .process-intro {
    text-align: center;
    padding: 0 0 15px
  }

  .process-intro .section-title {
    justify-content: center
  }

  .process-track-wrap {
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin
  }

  .process-track {
    min-width: 850px
  }

  .impact-panel {
    grid-template-columns: 1fr
  }

  .impact-heading {
    text-align: center;
    margin-bottom: 18px
  }

  .impact-heading .section-title {
    justify-content: center
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding: 16px 0
  }

  .footer-statement, .footer-trust {
    justify-content: center
  }

  .footer-cta {
    max-width: 600px;
    width: 100%;
    justify-self: center
  }
}

@media (max-width:650px) {
  .container {
    width: min(100% - 28px, var(--container))
  }

  .brand {
    font-size: 22px
  }

  .brand-symbol {
    width: 32px;
    height: 32px
  }

  .hero-section {
    padding-top: 0
  }

  .hero-copy {
    padding-top: 31px
  }

  .hero-copy h1 {
    font-size: 40px
  }

  .hero-copy p {
    font-size: 13px
  }

  .hero-actions {
    flex-direction: column
  }

  .hero-actions .button {
    width: 100%
  }

  .trust-row {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start
  }

  .trust-row>div {
    flex: 0 0 auto
  }

  .cycle-visual {
    height: 390px;
    transform: scale(.93);
    transform-origin: center top;
    margin-bottom: -25px
  }

  .cycle-center {
    width: 110px;
    height: 110px
  }

  .center-recycle {
    width: 48px;
    height: 48px
  }

  .cycle-center strong {
    font-size: 17px
  }

  .halo-one {
    width: 310px;
    height: 310px
  }

  .halo-two {
    width: 260px;
    height: 260px
  }

  .node-collect {
    left: 11%;
    top: 2%
  }

  .node-collect img {
    width: 135px
  }

  .node-collect .node-label {
    left: 73px;
    top: -2px
  }

  .node-collect .node-number {
    left: 76px;
    top: 1px
  }

  .node-wash {
    right: 0;
    top: 14%
  }

  .node-wash img {
    width: 112px
  }

  .node-wash .node-label {
    right: -13px;
    bottom: 4px
  }

  .node-wash .node-number {
    right: 73px;
    bottom: 7px
  }

  .node-cut {
    right: 0;
    bottom: 7%
  }

  .node-cut img {
    width: 110px
  }

  .node-cut .node-label {
    right: -12px;
    bottom: -2px
  }

  .node-cut .node-number {
    right: 74px;
    bottom: 1px
  }

  .node-granulate {
    left: 18%;
    bottom: 3%
  }

  .node-granulate img {
    width: 125px
  }

  .node-recycle {
    left: -3%;
    top: 37%
  }

  .node-recycle img {
    width: 115px
  }

  .node-label {
    min-width: 91px;
    padding: 5px 7px 5px 26px
  }

  .node-label strong {
    font-size: 8px
  }

  .node-label span {
    font-size: 6px
  }

  .node-number {
    width: 20px;
    height: 20px
  }

  .cycle-caption {
    display: none
  }

  .metric-stack {
    grid-template-columns: 1fr
  }

  .live-metric {
    min-height: 72px;
    grid-template-columns: 40px 1fr 76px
  }

  .live-metric svg {
    display: block
  }

  .process-panel {
    border-radius: 12px
  }

  .process-track-wrap {
    margin-inline: -19px;
    padding-inline: 19px
  }

  .impact-panel {
    padding: 18px 14px
  }

  .impact-kpis {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
  }

  .impact-kpis article {
    border-left: 0;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    padding: 12px
  }

  .certificate-panel {
    grid-template-columns: 1fr;
    padding: 18px;
    min-height: 350px
  }

  .certificate-copy {
    text-align: center
  }

  .certificate-copy p {
    margin-inline: auto
  }

  .cert-badges {
    justify-content: center
  }

  .certificate-art {
    min-height: 180px
  }

  .certificate-art img {
    right: 50%;
    transform: translateX(50%) rotate(-2deg);
    bottom: -8px
  }

  .footer-cta {
    grid-template-columns: 34px 1fr
  }

  .footer-cta .button {
    grid-column: 1/-1;
    width: 100%;
    margin-bottom: 8px
  }

  .site-footer {
    padding: 8px 0
  }

  .footer-grid {
    gap: 16px
  }

  .footer-trust {
    padding-bottom: 8px
  }
}

@media (prefers-reduced-motion:reduce) {
  *, *:before, *:after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }
}

/* ========================================================================
   FULL-WIDTH RESPONSIVE UPGRADE (v1.1)
   Removes the narrow desktop max-width, improves text legibility and keeps
   the same visual design across large monitors, laptops, tablets and phones.
   ======================================================================== */

/* Use almost the complete browser width on every desktop monitor. */
.container {
  width: calc(100% - clamp(28px, 3vw, 72px));
  max-width: none;
}

/* Larger, easier-to-read desktop navigation. */
.site-header {
  height: 74px;
}

.nav-shell {
  min-height: 74px;
}

.brand {
  font-size: clamp(27px, 1.55vw, 34px);
}

.brand-symbol {
  width: 43px;
  height: 43px;
}

.brand-symbol svg {
  width: 29px;
}

.main-nav {
  gap: clamp(22px, 2.25vw, 48px);
  font-size: clamp(13px, .78vw, 16px);
}

.main-nav a {
  height: 74px;
}

.nav-cta {
  min-width: 158px;
}

.button {
  min-height: 49px;
  padding-inline: 24px;
  font-size: clamp(12px, .72vw, 15px);
  border-radius: 10px;
}

/* Full-width hero: no empty side gutters and no tiny desktop typography. */
.hero-section {
  min-height: 590px;
  padding: 25px 0 18px;
}

.hero-grid {
  grid-template-columns: minmax(390px, 1.03fr) minmax(560px, 1.45fr) minmax(275px, .78fr);
  gap: clamp(18px, 1.6vw, 34px);
}

.hero-copy {
  padding: 34px 0 25px;
}

.eyebrow {
  font-size: clamp(13px, .78vw, 16px);
}

.hero-copy h1 {
  max-width: 690px;
  font-size: clamp(50px, 3.45vw, 72px);
  line-height: 1.055;
  margin: 21px 0 20px;
}

.hero-copy p {
  max-width: 650px;
  font-size: clamp(15px, .95vw, 19px);
  line-height: 1.7;
}

.hero-actions {
  gap: 16px;
  margin-top: 31px;
}

.hero-actions .button {
  min-width: 184px;
}

.trust-row {
  margin-top: 27px;
}

.trust-row>div {
  height: 45px;
  padding-inline: 18px;
  font-size: clamp(10px, .63vw, 13px);
}

.trust-icon {
  font-size: 17px;
}

/* Scale the animated circular process with the available monitor width. */
.cycle-visual {
  height: clamp(490px, 31vw, 610px);
}

.halo-one {
  width: clamp(430px, 27vw, 535px);
  height: clamp(430px, 27vw, 535px);
}

.halo-two {
  width: clamp(350px, 22vw, 435px);
  height: clamp(350px, 22vw, 435px);
}

.cycle-center {
  width: clamp(145px, 9.2vw, 180px);
  height: clamp(145px, 9.2vw, 180px);
}

.center-recycle {
  width: clamp(64px, 4.2vw, 82px);
  height: clamp(64px, 4.2vw, 82px);
}

.cycle-center strong {
  font-size: clamp(21px, 1.35vw, 28px);
}

.cycle-center small {
  font-size: clamp(8px, .55vw, 11px);
}

.node-label {
  min-width: 132px;
  padding: 8px 12px 8px 34px;
}

.node-label strong {
  font-size: clamp(10px, .64vw, 13px);
}

.node-label span {
  font-size: clamp(7px, .46vw, 9px);
}

.node-number {
  width: 26px;
  height: 26px;
  font-size: 11px;
}

.node-collect img {
  width: clamp(194px, 12vw, 235px);
}

.node-wash img {
  width: clamp(164px, 10.3vw, 202px);
}

.node-cut img {
  width: clamp(158px, 9.9vw, 195px);
}

.node-granulate img {
  width: clamp(180px, 11.3vw, 220px);
}

.node-recycle img {
  width: clamp(170px, 10.6vw, 210px);
}

.cycle-caption {
  font-size: clamp(8px, .52vw, 10px);
}

/* Larger live statistics cards and charts. */
.metric-stack {
  gap: 11px;
  padding-top: 10px;
}

.live-metric {
  min-height: clamp(88px, 5.8vw, 112px);
  grid-template-columns: 48px 1fr 84px;
  gap: 12px;
  padding: 11px 14px;
  border-radius: 15px;
}

.metric-icon {
  width: 43px;
  height: 43px;
  font-size: 12px;
}

.live-metric small {
  font-size: clamp(8px, .51vw, 10px);
}

.live-metric strong {
  font-size: clamp(17px, 1.2vw, 24px);
}

.live-metric strong em {
  font-size: clamp(8px, .5vw, 10px);
}

.live-metric p {
  font-size: clamp(7px, .45vw, 9px);
}

.live-metric svg {
  width: 84px;
}

.live-note {
  font-size: clamp(7px, .45vw, 9px);
}

/* Process bar now uses the full screen and readable labels. */
.section-block {
  padding-bottom: 14px;
}

.panel {
  border-radius: 16px;
}

.process-panel {
  min-height: 157px;
  grid-template-columns: clamp(205px, 13vw, 260px) 1fr;
  padding: 23px 27px;
}

.section-title h2 {
  font-size: clamp(18px, 1.15vw, 23px);
}

.process-intro p,
.impact-heading>p {
  font-size: clamp(10px, .67vw, 13px);
}

.process-track {
  grid-template-columns: repeat(4, 1fr clamp(30px, 2.25vw, 48px)) 1fr;
  gap: 4px;
}

.process-step {
  grid-template-columns: clamp(70px, 4.8vw, 92px) 29px 1fr;
  grid-template-rows: 27px auto;
}

.process-step img {
  width: clamp(68px, 4.65vw, 90px);
  height: clamp(66px, 4.55vw, 88px);
}

.step-badge {
  width: 27px;
  height: 27px;
  font-size: 10px;
}

.process-step h3 {
  font-size: clamp(10px, .68vw, 14px);
  margin-top: 6px;
}

.process-step p {
  font-size: clamp(7.5px, .52vw, 10.5px);
  max-width: 175px;
  line-height: 1.5;
}

.connector {
  font-size: clamp(30px, 2vw, 40px);
}

/* Make the lower information panels legible instead of thumbnail-sized. */
.split-grid {
  gap: 14px;
}

.impact-panel {
  min-height: 220px;
  grid-template-columns: clamp(205px, 13vw, 260px) 1fr;
  padding: 24px 27px;
}

.impact-heading .button {
  min-height: 42px;
  font-size: clamp(10px, .62vw, 13px);
  padding-inline: 17px;
}

.impact-kpis article {
  padding: 4px clamp(10px, 1vw, 20px);
}

.kpi-icon {
  width: clamp(50px, 3.25vw, 64px);
  height: clamp(50px, 3.25vw, 64px);
  font-size: clamp(18px, 1.22vw, 24px);
}

.impact-kpis strong {
  font-size: clamp(18px, 1.25vw, 25px);
}

.impact-kpis strong small {
  font-size: clamp(7px, .48vw, 10px);
}

.impact-kpis p {
  font-size: clamp(8px, .58vw, 11.5px);
  line-height: 1.45;
}

.impact-kpis em {
  font-size: clamp(7px, .46vw, 9px);
}

.certificate-panel {
  min-height: 220px;
  grid-template-columns: 1fr clamp(245px, 16vw, 320px);
  padding: 25px 23px 15px 30px;
}

.certificate-copy h2 {
  font-size: clamp(17px, 1.15vw, 23px);
}

.certificate-copy p {
  max-width: 390px;
  font-size: clamp(9px, .61vw, 12px);
}

.cert-badges {
  gap: 12px;
  margin-top: 21px;
}

.cert-badges span {
  width: 57px;
  height: 51px;
  font-size: 8px;
}

.cert-badges span:last-child {
  width: 68px;
}

.cert-badges small {
  font-size: 7px;
}

.certificate-art img {
  width: clamp(250px, 16vw, 320px);
}

.certificate-orbit {
  width: clamp(265px, 17vw, 340px);
  height: clamp(96px, 6.5vw, 130px);
}

/* Readable footer on wide screens. */
.site-footer {
  min-height: 104px;
}

.footer-grid {
  gap: clamp(24px, 3vw, 58px);
}

.footer-statement p {
  font-size: clamp(12px, .73vw, 15px);
}

.footer-statement strong {
  font-size: clamp(16px, 1vw, 20px);
}

.footer-leaf {
  font-size: 29px;
}

.footer-cta {
  height: 70px;
  grid-template-columns: 40px 1fr auto;
  padding-inline: 16px;
}

.cta-round {
  width: 34px;
  height: 34px;
}

.footer-cta p {
  font-size: clamp(9px, .55vw, 11px);
}

.footer-cta strong {
  font-size: clamp(10px, .65vw, 13px);
}

.footer-cta .button {
  min-height: 42px;
  font-size: clamp(10px, .62vw, 13px);
}

.avatars span {
  width: 34px;
  height: 34px;
  font-size: 9px;
}

.footer-trust p {
  font-size: clamp(9px, .58vw, 12px);
}

/* Large laptop: preserve the 3-column hero without shrinking text. */
@media (max-width: 1450px) and (min-width: 1261px) {
  .container {
    width: calc(100% - 34px);
  }

  .hero-grid {
    grid-template-columns: minmax(350px, .96fr) minmax(505px, 1.38fr) minmax(245px, .72fr);
    gap: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 3.45vw, 56px);
  }

  .hero-copy p {
    font-size: 14px;
  }

  .cycle-visual {
    height: 500px;
  }

  .node-collect img {
    width: 195px;
  }

  .node-wash img {
    width: 165px;
  }

  .node-cut img {
    width: 158px;
  }

  .node-granulate img {
    width: 180px;
  }

  .node-recycle img {
    width: 170px;
  }

  .live-metric {
    min-height: 86px;
    grid-template-columns: 42px 1fr 72px;
    padding: 9px 10px;
  }

  .live-metric svg {
    width: 72px;
  }
}

/* Existing two-column breakpoint, upgraded for readable cards. */
@media (max-width: 1260px) {
  .container {
    width: calc(100% - 36px);
  }

  .site-header, .main-nav a {
    height: 68px;
  }

  .nav-shell {
    min-height: 68px;
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-grid {
    grid-template-columns: minmax(360px, .92fr) minmax(520px, 1.35fr);
    gap: 20px;
  }

  .hero-copy h1 {
    font-size: clamp(45px, 4.25vw, 58px);
  }

  .hero-copy p {
    font-size: 15px;
  }

  .metric-stack {
    gap: 10px;
    padding-bottom: 20px;
  }

  .live-metric {
    min-height: 92px;
  }

  .process-panel {
    grid-template-columns: 210px 1fr;
  }

  .process-track {
    min-width: 1050px;
  }

  .process-track-wrap {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-color: rgba(144, 227, 56, .7) rgba(255, 255, 255, .05);
  }
}

/* Tablet layout. */
@media (max-width: 980px) {
  .container {
    width: calc(100% - 30px);
  }

  .site-header {
    height: auto;
    min-height: 66px;
  }

  .nav-shell {
    min-height: 66px;
  }

  .main-nav {
    top: 66px;
    left: 15px;
    right: 15px;
  }

  .main-nav a {
    height: 48px;
    font-size: 15px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding-top: 42px;
  }

  .hero-copy h1 {
    max-width: 760px;
    font-size: clamp(46px, 7vw, 66px);
  }

  .hero-copy p {
    max-width: 720px;
    font-size: 16px;
  }

  .cycle-visual {
    max-width: 820px;
    height: 535px;
  }

  .metric-stack {
    max-width: 820px;
  }

  .live-metric small {
    font-size: 10px;
  }

  .live-metric strong {
    font-size: 23px;
  }

  .live-metric p {
    font-size: 9px;
  }

  .process-panel {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .process-intro {
    padding-bottom: 20px;
  }

  .process-intro p, .impact-heading>p {
    font-size: 13px;
  }

  .process-track {
    min-width: 1120px;
  }

  .process-step {
    grid-template-columns: 88px 30px 1fr;
  }

  .process-step img {
    width: 86px;
    height: 84px;
  }

  .process-step h3 {
    font-size: 14px;
  }

  .process-step p {
    font-size: 10.5px;
    max-width: 175px;
  }

  .impact-panel {
    padding: 24px;
  }

  .certificate-panel {
    padding: 25px;
  }
}

/* Phone: edge-to-edge cards with useful padding and readable process text. */
@media (max-width: 650px) {
  .container {
    width: calc(100% - 20px);
  }

  .site-header {
    min-height: 62px;
  }

  .nav-shell {
    min-height: 62px;
  }

  .brand {
    font-size: 23px;
  }

  .brand-symbol {
    width: 35px;
    height: 35px;
  }

  .main-nav {
    top: 62px;
    left: 10px;
    right: 10px;
  }

  .hero-copy {
    padding-top: 31px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(38px, 11vw, 48px);
    margin-top: 17px;
  }

  .hero-copy p {
    font-size: 14px;
    line-height: 1.65;
  }

  .button {
    min-height: 48px;
    font-size: 13px;
  }

  .trust-row>div {
    height: 43px;
    padding-inline: 14px;
    font-size: 10px;
  }

  .cycle-visual {
    height: 410px;
    transform: scale(.95);
    margin-bottom: -18px;
  }

  .metric-stack {
    gap: 9px;
  }

  .live-metric {
    min-height: 80px;
    grid-template-columns: 43px 1fr 78px;
    padding: 9px 11px;
  }

  .live-metric small {
    font-size: 9px;
  }

  .live-metric strong {
    font-size: 20px;
  }

  .live-metric p {
    font-size: 8px;
  }

  .process-panel {
    padding: 20px 17px;
  }

  .process-track-wrap {
    margin-inline: -17px;
    padding: 0 17px 12px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .process-track {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .process-step {
    flex: 0 0 245px;
    min-height: 116px;
    grid-template-columns: 92px 31px 1fr;
    grid-template-rows: 31px auto;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    background: rgba(2, 11, 7, .45);
    scroll-snap-align: start;
  }

  .process-step img {
    width: 88px;
    height: 86px;
  }

  .step-badge {
    width: 29px;
    height: 29px;
    font-size: 11px;
  }

  .process-step h3 {
    font-size: 14px;
    margin-top: 7px;
  }

  .process-step p {
    font-size: 10px;
    max-width: 135px;
    line-height: 1.5;
    margin-top: 4px;
  }

  .connector {
    flex: 0 0 28px;
    font-size: 32px;
  }

  .impact-panel {
    padding: 20px 15px;
  }

  .impact-kpis {
    gap: 10px;
  }

  .impact-kpis article {
    padding: 13px 8px;
  }

  .impact-kpis strong {
    font-size: 18px;
  }

  .impact-kpis p {
    font-size: 9px;
  }

  .impact-kpis em {
    font-size: 8px;
  }

  .certificate-panel {
    padding: 21px 16px;
  }

  .certificate-copy h2 {
    font-size: 20px;
  }

  .certificate-copy p {
    font-size: 11px;
  }

  .footer-statement p {
    font-size: 12px;
  }

  .footer-statement strong {
    font-size: 17px;
  }

  .footer-cta p {
    font-size: 10px;
  }

  .footer-cta strong {
    font-size: 11px;
  }

  .footer-trust p {
    font-size: 10px;
  }
}

/* Ultra-wide monitors: keep visual balance while still filling the screen. */
@media (min-width: 2100px) {
  .container {
    width: calc(100% - 96px);
  }

  .hero-grid {
    grid-template-columns: minmax(520px, 1fr) minmax(760px, 1.42fr) minmax(360px, .72fr);
  }

  .hero-copy h1 {
    font-size: 78px;
    max-width: 760px;
  }

  .hero-copy p {
    font-size: 20px;
    max-width: 720px;
  }

  .cycle-visual {
    height: 650px;
  }
}

/* Small-screen structural corrections kept after all full-width overrides. */
@media (max-width: 980px) {
  .impact-panel {
    grid-template-columns: 1fr;
  }

  .impact-heading {
    text-align: center;
    margin-bottom: 22px;
  }

  .impact-heading .section-title {
    justify-content: center;
  }

  .certificate-panel {
    grid-template-columns: 1fr;
  }

  .certificate-copy {
    text-align: center;
  }

  .certificate-copy p {
    margin-inline: auto;
  }

  .cert-badges {
    justify-content: center;
  }

  .certificate-art {
    min-height: 205px;
  }

  .certificate-art img {
    right: 50%;
    bottom: -9px;
    transform: translateX(50%) rotate(-2deg);
  }
}

@media (max-width: 650px) {
  .impact-panel {
    display: block;
  }

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

  .certificate-art {
    min-height: 190px;
  }

  .node-recycle {
    left: 1%;
  }
}