.section-band {
  padding: clamp(62px, 8vw, 112px) clamp(24px, 6vw, 88px);
}

.section-band--tint {
  background: var(--main-lighter-green-color);
}

.section-band--green {
  background: var(--main-green-color);
  color: #fff;
}

.section-inner {
  width: min(var(--page-max-width), 100%);
  margin: 0 auto;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(280px, 1.2fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.section-heading h2 {
  color: var(--main-darker-green-color);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.05;
  font-weight: 950;
}

.section-band--green .section-heading h2 {
  color: #fff;
}

.section-heading--center {
  text-align: center;
  margin-bottom: 34px;
}

.section-heading--row {
  display: flex;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
}

.section-heading--row > a,
.text-link {
  color: var(--main-green-color);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.rich-text {
  color: var(--main-dark-grey-color);
}

.rich-text p,
.video-copy p {
  margin-bottom: 1rem;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.28rem);
}

.rich-text h2,
.rich-text h3 {
  margin: 1.6rem 0 0.7rem;
  color: var(--main-darker-green-color);
  line-height: 1.15;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
  width: 100%;
  margin: 0 auto;
}

.stat-item,
.stat-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  min-width: 0;
  padding: 4px clamp(10px, 2vw, 22px);
  text-align: center;
}

.stat-item::after,
.stat-card::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--main-orange-color);
}

.stat-item__icon,
.stat-card__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
}

.stat-item__icon img,
.stat-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stat-item strong,
.stat-card strong {
  display: block;
  color: var(--main-green-color);
  font-size: clamp(1.7rem, 2.8vw, 2.75rem);
  line-height: 1;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.stat-item p,
.stat-card p {
  max-width: 18rem;
  margin-top: 10px;
  color: var(--main-dark-grey-color);
  font-size: clamp(0.95rem, 0.92rem + 0.16vw, 1.05rem);
  font-weight: 800;
  line-height: 1.35;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.news-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, var(--main-green-color) 15%, var(--main-darker-green-color) 100%);
}

.news-section .section-inner {
  position: relative;
  z-index: 1;
}

.news-back-balls {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.news-sphere {
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  background-image: linear-gradient(165deg, var(--main-green-color) 0, var(--main-darker-green-color) 100%);
  filter: blur(0.3rem);
  opacity: 0.96;
}

.news-sphere:nth-child(1) {
  top: -10px;
  left: -50px;
  border-radius: 0% 0% 100% 0;
}

.news-sphere:nth-child(2) {
  top: auto;
  left: auto;
  right: 0;
  bottom: 15%;
  width: 25%;
  border-radius: 100%;
  background-image: linear-gradient(200deg, var(--main-green-color) 0, var(--main-darker-green-color) 100%);
  transform: translateX(40%);
}

.news-sphere:nth-child(3) {
  top: auto;
  right: auto;
  bottom: 0%;
  left: 15%;
  width: 15%;
  border-radius: 100%;
  background-image: linear-gradient(-17deg, var(--main-green-color) 20%, var(--main-darker-green-color) 90%);
  transform: translateY(30%);
}

.news-sphere:nth-child(4) {
  top: 0%;
  right: 5%;
  bottom: auto;
  left: auto;
  width: 14%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, var(--main-green-color) 10%, var(--main-darker-green-color) 80%);
  transform: translateY(-40%);
}

.news-sphere:nth-child(5) {
  top: 0%;
  right: 40%;
  bottom: auto;
  left: auto;
  width: 19%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, var(--main-green-color) 10%, var(--main-darker-green-color) 80%);
  transform: translateY(-64%);
}

.news-sphere:nth-child(6) {
  top: auto;
  right: auto;
  bottom: 30%;
  left: 30%;
  width: 13%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, var(--main-green-color) 10%, var(--main-darker-green-color) 80%);
}

.news-sphere:nth-child(7) {
  top: auto;
  right: 30%;
  bottom: 0%;
  left: auto;
  width: 13%;
  border-radius: 100%;
  background-image: linear-gradient(120deg, var(--main-green-color) 0%, var(--main-darker-green-color) 100%);
}

.news-sphere:nth-child(8) {
  display: none;
  top: 30%;
  right: 15%;
  bottom: auto;
  left: auto;
  width: 40%;
  border-radius: 100%;
  background-image: linear-gradient(120deg, var(--main-green-color) 20%, var(--main-darker-green-color) 50%);
}

.news-section .section-heading h2 {
  color: #fff;
}

.news-section .section-heading--row > a {
  color: #fff;
}

.news-section .section-heading--row > a:hover,
.news-section .section-heading--row > a:focus-visible {
  color: var(--main-orange-color);
}

.news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.news-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(135deg, var(--main-lighter-green-color), #fff4df);
  color: var(--main-green-color);
  font-size: 1.8rem;
  font-weight: 950;
}

.news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.news-card__body {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.news-card__date {
  margin-bottom: 10px;
  color: var(--main-orange-color);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card h2,
.news-card h3 {
  margin-bottom: 14px;
  color: var(--main-darker-green-color);
  font-size: clamp(1.08rem, 1rem + 0.35vw, 1.35rem);
  line-height: 1.24;
  font-weight: 900;
}

.news-card h2 a:hover,
.news-card h3 a:hover {
  color: var(--main-green-color);
}

.voices-section {
  background: #fff;
  overflow: hidden;
}

.voices-section .section-heading h2 {
  color: var(--main-green-color);
  text-transform: uppercase;
}

.voices-section .section-heading--center {
  margin-bottom: clamp(46px, 6vw, 72px);
}

.voices-slider {
  position: relative;
  width: min(100%, 760px);
  margin: 0 auto;
  padding-bottom: 46px;
  touch-action: pan-y;
}

.voices-track {
  display: grid;
}

.voice-slide {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  place-items: stretch;
  opacity: 0;
  pointer-events: none;
  transform: translateX(34px) scale(0.985);
  transition:
    opacity 420ms ease,
    transform 680ms cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 1;
}

.voice-slide.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  z-index: 2;
}

.voice-slide.is-leaving {
  opacity: 0;
  transform: translateX(-28px) scale(0.985);
}

.voice-slide.direction-prev {
  transform: translateX(-34px) scale(0.985);
}

.voice-slide.direction-prev.is-leaving {
  transform: translateX(28px) scale(0.985);
}

.voice-slide.direction-prev.active,
.voice-slide.direction-next.active {
  transform: translateX(0) scale(1);
}

.voice-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: clamp(260px, 23vw, 330px);
  padding: clamp(52px, 4.5vw, 66px) clamp(26px, 4.2vw, 50px) clamp(26px, 3.5vw, 38px);
  border-radius: 12px;
  background: #fff;
  color: var(--main-dark-grey-color);
  box-shadow: 0 20px 52px rgba(48, 79, 85, 0.16);
}

.voice-card__quote {
  position: absolute;
  top: -24px;
  left: clamp(28px, 4.5vw, 50px);
  width: clamp(50px, 5vw, 70px);
  height: auto;
}

.voice-card blockquote {
  max-width: 760px;
  color: var(--main-dark-grey-color);
  font-size: clamp(1.08rem, 0.98rem + 0.45vw, 1.42rem);
  font-weight: 500;
  line-height: 1.42;
}

.voice-card__author {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: clamp(24px, 3.2vw, 40px);
}

.voice-card__image {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  overflow: hidden;
  border: 3px solid rgba(1, 164, 153, 0.2);
  border-radius: 999px;
  background: var(--main-lighter-green-color);
  color: var(--main-green-color);
  font-size: 1.2rem;
  font-weight: 950;
}

.voice-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.voice-card h3 {
  color: #111;
  font-size: clamp(1.12rem, 0.98rem + 0.55vw, 1.42rem);
  line-height: 1.12;
  font-weight: 950;
}

.voice-card h3 a:hover,
.voice-card h3 a:focus-visible {
  color: var(--main-green-color);
}

.voice-card p {
  max-width: 620px;
  margin-top: 6px;
  color: var(--main-dark-grey-color);
  font-size: clamp(0.95rem, 0.9rem + 0.25vw, 1.08rem);
  font-weight: 650;
  line-height: 1.18;
}

.voice-card span {
  display: inline-flex;
  margin-top: 10px;
  color: var(--main-orange-color);
  font-weight: 900;
}

.voices-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.voice-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid var(--main-green-color);
  border-radius: 999px;
  background: transparent;
  transition: width 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.voice-dot.active {
  width: 34px;
  background: var(--main-green-color);
}

.video-section {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.video-section__bubbles {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.video-section__bubbles span {
  width: clamp(190px, 22vw, 380px);
  aspect-ratio: 1;
  border-radius: 999px;
  background: rgb(255, 249, 238);
}

.video-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.18fr) minmax(260px, 0.82fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.video-frame {
  width: 100%;
  padding: clamp(12px, 1.5vw, 20px);
  border: 1px solid var(--main-orange-color);
  border-radius: 35px;
  background: #fff;
  box-shadow: none;
}

.video-frame iframe,
.video-frame__empty {
  width: 100%;
  border: 0;
  border-radius: 15px;
}

.video-frame iframe {
  display: block;
  aspect-ratio: 16 / 9;
  height: auto;
}

.video-frame__empty {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  background: var(--main-darker-green-color);
  color: #fff;
  font-weight: 900;
}

.video-copy h2 {
  margin-bottom: 18px;
  color: var(--main-orange-color);
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.08;
  font-weight: 950;
}

.video-copy p {
  color: var(--main-dark-grey-color);
  font-size: clamp(1.05rem, 1rem + 0.3vw, 1.25rem);
  font-weight: 650;
}

@media (max-width: 1100px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

  .section-heading.heading-principal {
    height: 100%;
    border-right: 1px solid var(--main-orange-color);
  }
@media (max-width: 760px) {
  .section-band {
    padding-inline: 22px;
  }

  .news-sphere:nth-child(8) {
    display: block;
  }

  .two-column,
  .video-layout {
    grid-template-columns: 1fr;
  }

  .video-section__bubbles {
    align-items: stretch;
    flex-direction: column;
  }
    .section-heading.heading-principal {
      border:  none;
    }

  .section-heading--row {
    align-items: start;
    flex-direction: column;
  }

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

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

  .voices-slider {
    padding-bottom: 42px;
  }

  .voice-card {
    min-height: 330px;
    padding: 52px 24px 28px;
  }

  .voice-card__quote {
    top: -20px;
    left: 24px;
    width: 58px;
  }

  .voice-card__author {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }

  .voice-card__image {
    width: 68px;
    height: 68px;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .voice-card {
    min-height: 400px;
  }

  .voice-card__author {
    grid-template-columns: 1fr;
    justify-items: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .voice-slide {
    transition-duration: 1ms;
  }
}
