html,
body {
  overflow-x: hidden;
}

.ast-container,
.site-content .ast-container,
.entry-content,
.page .entry-content,
.single .entry-content,
.entry-content > .wp-block-shortcode {
  max-width: 100% !important;
}

.page .entry-content,
.single .entry-content,
.ast-container,
.site-content .ast-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.entry-content > .wp-block-uagb-container,
.entry-content .wp-block-uagb-container:has(.vm-reduza-section),
.uagb-container-inner-blocks-wrap:has(.vm-reduza-section),
.wp-block-uagb-container:has(.vm-reduza-section) {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.wp-block-uagb-container,
.uagb-container-inner-blocks-wrap {
  max-width: 100%;
}

.vm-reduza-section {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  background: #49a650;
  overflow: hidden;
  padding: 58px 0 70px;
  box-sizing: border-box;
}

.vm-reduza-shell {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.vm-reduza-content {
  position: relative;
}

.vm-reduza-bg {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 560px;
  max-width: 40vw;
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
}

.vm-reduza-bg img {
  display: block;
  width: 100%;
  height: auto;
}

.vm-reduza-copy {
  max-width: 930px;
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}

.vm-reduza-section .vm-reduza-copy,
.vm-reduza-section .vm-reduza-copy p,
.vm-reduza-section .vm-reduza-copy strong,
.vm-reduza-section .vm-reduza-copy .vm-reduza-title,
.vm-reduza-section .vm-reduza-copy .vm-reduza-title span,
.vm-reduza-section h2.vm-reduza-title,
.vm-reduza-section h2.vm-reduza-title span {
  color: #ffffff !important;
}

.vm-reduza-title {
  margin: 0 0 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: 0;
}

.vm-reduza-title span {
  display: block;
  margin: 0;
  padding: 0;
}

.vm-reduza-title span:first-child {
  font-size: 3rem;
  line-height: 0.95;
  margin-bottom: 4px;
}

.vm-reduza-title span:last-child {
  font-size: 4.6rem;
  line-height: 0.95;
}

.vm-reduza-copy p {
  margin: 0 0 24px;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  line-height: 1.65;
  font-weight: 400;
  max-width: 980px;
}

.vm-reduza-copy p.vm-reduza-lead {
  margin-bottom: 14px;
}

.vm-reduza-copy strong {
  font-weight: 700;
}

.vm-reduza-features {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 2;
}

.vm-reduza-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.vm-reduza-feature-icon {
  width: 190px;
  height: 190px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vm-reduza-feature-icon img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.vm-reduza-feature h3 {
  margin: 0;
  color: #ffffff !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.12rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .vm-reduza-section {
    padding: 46px 0 56px;
  }

  .vm-reduza-shell {
    padding: 0 20px;
  }

  .vm-reduza-bg {
    width: 420px;
    max-width: 52vw;
    top: 40px;
    right: -40px;
    opacity: 0.1;
  }

  .vm-reduza-title span:first-child {
    font-size: 2.4rem;
  }

  .vm-reduza-title span:last-child {
    font-size: 3.5rem;
  }

  .vm-reduza-copy p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .vm-reduza-features {
    margin-top: 52px;
    gap: 28px;
  }

  .vm-reduza-feature-icon {
    width: 165px;
    height: 165px;
    margin-bottom: 22px;
  }

  .vm-reduza-feature h3 {
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  .vm-reduza-bg {
    display: none;
  }

  .vm-reduza-title span:first-child {
    font-size: 2rem;
  }

  .vm-reduza-title span:last-child {
    font-size: 2.8rem;
    line-height: 1;
  }

  .vm-reduza-features {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 42px;
  }

  .vm-reduza-feature-icon {
    width: 150px;
    height: 150px;
  }

  .vm-reduza-feature h3 {
    font-size: 0.98rem;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .vm-reduza-section {
    padding: 38px 0 46px;
  }

  .vm-reduza-title {
    margin-bottom: 20px;
  }

  .vm-reduza-title span:first-child {
    font-size: 1.8rem;
  }

  .vm-reduza-title span:last-child {
    font-size: 2.3rem;
  }

  .vm-reduza-copy p {
    font-size: 0.96rem;
    line-height: 1.55;
    margin-bottom: 18px;
  }

  .vm-reduza-feature-icon {
    width: 138px;
    height: 138px;
    margin-bottom: 18px;
  }

  .vm-reduza-feature h3 {
    font-size: 0.92rem;
  }
}