.scroll-hint {
  position: absolute;
  bottom: 28px;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--main-green-color);
  border: none;
  color: var(--color-white);
  cursor: pointer;
  animation: scroll-bounce 2s ease-in-out infinite;
}

.scroll-hint::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--main-green-color);
  animation: scroll-pulse 2s ease-out infinite;
  z-index: -1;
}

.scroll-hint__swipe {
  display: none;
}

@keyframes scroll-bounce {
  0%, 100% { translate: -50% 0;    opacity: 0.75; }
  50%       { translate: -50% 9px;  opacity: 1;    }
}

@keyframes scroll-pulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  100% { transform: scale(2.2); opacity: 0;    }
}

@media (max-width: 1024px) {
  .scroll-hint {
    width: 36px;
    height: 36px;
    background: transparent;
    overflow: visible;
    color: var(--main-green-color);
    animation-name: scroll-swipe;
  }

  .scroll-hint::before {
    background: transparent;
    border: 2px solid var(--main-green-color);
  }

  .scroll-hint__arrow { display: none; }

  .scroll-hint__swipe {
    display: block;
    width: 32px;
    height: 32px;
  }

  @keyframes scroll-swipe {
    0%, 100% { translate: -50% 0;   opacity: 0.8; }
    50%       { translate: -50% 9px; opacity: 1;   }
  }
}

.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: var(--color-white);
}

.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(28px, .58vw, 64px);
  align-items: start;
}

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

.section-band--green .section-heading h2 {
  color: var(--color-white);
}

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

.section-subtitle {
  margin-top: 12px;
  color: var(--main-grey-color);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(1rem, 1rem + 0.3vw, 1.15rem);
  font-weight: 400;
  max-width: 680px;
  margin-inline: auto;
  line-height: 1.55;
}

.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-orange-color);
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  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: flex;
  flex-wrap: wrap;
  justify-content: center;
  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;
  flex: 0 1 clamp(190px, 19vw, 240px);
  min-width: 0;
  padding: 4px clamp(10px, 2vw, 22px);
  text-align: center;
  container-type: inline-size;
}

.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;
  justify-self: center;
  max-width: 100%;
  color: var(--main-green-color);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: clamp(1.45rem, 15cqw, 2.75rem);
  line-height: 1;
  font-weight: 700;
  overflow: visible;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

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

.stats-section {
  padding-bottom: clamp(48px, 6vw, 80px);
}

.stats-footnote {
  margin: 40px 0 0;
  color: var(--main-grey-color);
  font-size: 0.85rem;
  font-style: italic;
  text-align: center;
}

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

.news-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgb(var(--color-primary-light-rgb) / 0.98) 12%, rgb(var(--color-primary-dark-rgb) / 0.98) 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, rgb(var(--color-white-rgb) / 0.34) 0, rgb(var(--color-highlight-rgb) / 0.22) 100%);
  filter: blur(0.08rem);
  opacity: 0.9;
}

.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, rgb(var(--color-white-rgb) / 0.28) 0, rgb(var(--color-primary-rgb) / 0.42) 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, rgb(var(--color-white-rgb) / 0.26) 20%, rgb(var(--color-primary-dark-rgb) / 0.42) 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, rgb(var(--color-white-rgb) / 0.3) 10%, rgb(var(--color-primary-rgb) / 0.46) 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, rgb(var(--color-white-rgb) / 0.3) 10%, rgb(var(--color-primary-rgb) / 0.46) 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, rgb(var(--color-white-rgb) / 0.28) 10%, rgb(var(--color-primary-dark-rgb) / 0.46) 80%);
}

.news-sphere:nth-child(7) {
  top: auto;
  right: 30%;
  bottom: 0%;
  left: auto;
  width: 13%;
  border-radius: 100%;
  background-image: linear-gradient(120deg, rgb(var(--color-white-rgb) / 0.26) 0%, rgb(var(--color-primary-rgb) / 0.48) 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, rgb(var(--color-white-rgb) / 0.24) 20%, rgb(var(--color-primary-dark-rgb) / 0.44) 50%);
}

.news-section .section-heading h2 {
  color: var(--color-white);
}

.news-section .section-heading--row > a {
  color: var(--color-white);
}

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

.news-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgb(var(--color-primary-dark-rgb) / 0.1);
  background: var(--color-white);
  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(--color-white), var(--main-lighter-green-color));
  color: var(--main-darker-green-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.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(--color-primary-light);
  font-size: 0.92rem;
  font-weight: 700;
  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: 500;
}

.news-card h2 a:hover,
.news-card h3 a:hover {
  color: var(--color-primary-light);
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.voices-section {
  background: var(--color-white);
  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: var(--color-white);
  color: var(--main-dark-grey-color);
  box-shadow: 0 20px 52px rgb(var(--color-primary-dark-rgb) / 0.16);
}

.voice-card__quote {
  position: absolute;
  display: block;
  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: 1fr;
  justify-items: center;
  text-align: center;
  gap: 14px;
  margin-top: clamp(32px, 3.2vw, 48px);
}

.voice-card__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 0 8px;
}

.voice-card__image {
  display: grid;
  place-items: center;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border: 3px solid var(--color-accent);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-white), var(--main-lighter-green-color));
  color: var(--main-green-color);
  font-size: 1.2rem;
  font-weight: 700;
}

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

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

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

.voice-card p {
  max-width: 620px;
  margin-top: 4px;
  color: var(--main-dark-grey-color);
  font-size: clamp(0.9rem, 0.85rem + 0.22vw, 1rem);
  font-weight: 500;
  line-height: 1.3;
}

.voice-card__degree {
  color: var(--color-primary-light);
  font-weight: 600;
}

.voice-card__role {
  color: var(--color-text-muted);
  font-weight: 400;
}

.voice-card span {
  display: inline-flex;
  margin-top: auto;
  padding-top: 8px;
  color: var(--color-accent);
  font-weight: 700;
}

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

.voice-dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 2px solid var(--color-primary-light);
  border-radius: 999px;
  background: rgb(var(--color-primary-light-rgb) / 0.12);
  transition: width 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.voice-dot.active {
  width: 38px;
  background: var(--color-accent);
  border-color: var(--color-accent);
}

.video-section {
  position: relative;
  overflow: hidden;
  background: var(--color-white);
}

.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(var(--color-primary-dark-rgb) / 0.08);
  box-shadow: none;
  outline: none;
}

.video-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 3.5vw, 44px);
  align-items: start;
  margin-top: clamp(28px, 4vw, 44px);
}

.video-frame {
  width: 100%;
  padding: clamp(12px, 1.5vw, 20px);
  border: 1px solid var(--main-orange-color);
  border-radius: 35px;
  background: var(--color-white);
  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: var(--color-white);
  font-weight: 700;
}

.video-section .section-heading h2,
.video-copy h2 {
  color: var(--color-accent);
}

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

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

  .section-heading.heading-principal {
    height: 100%;
    padding-right:  8px;
    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 {
    grid-template-columns: 1fr;
  }

  .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 {
    justify-content: center;
  }

  .stat-item,
  .stat-card {
    flex-basis: calc(50% - clamp(20px, 4vw, 44px));
  }

  .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__image {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    justify-content: center;
  }

  .stat-item,
  .stat-card {
    flex-basis: 100%;
  }

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

  .voice-card__author {
    gap: 10px;
  }
}

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