/* Sustainability Hero */
.sustainability__hero {
  background-color: #1a1a2d;
  padding: 219px 5% 17px;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.sustainability__hero .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sustainability__hero-content {
  max-width: 750px;
  margin: 0 auto;
}

.sustainability__pill {
  display: inline-block;
  width: fit-content;
  color: #94bf58;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  position: relative;
}

.sustainability__pill::after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  background-color: #5DEB3C;
}

.sustainability__title {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: clamp(33px, 2.5vw + 0.5rem, 58px);
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 960px) {
  .sustainability__title {
    font-size: 58px;
  }
}

.sustainability__title .hero__text-light {
  font-weight: 300;
  color: #ffffff;
}

.sustainability__title .hero__text-bold {
  color: #5DEB3C;
  font-weight: 700;
}

.sustainability__subtitle {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 400;
  max-width: 649px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sustainability__hero {
    padding: 80px 5% 100px;
  }

  .sustainability__pill {
    font-size: 22px;
  }

  .sustainability__title {
    font-size: 1.8em;
  }

  .sustainability__subtitle {
    font-size: 17px;
  }
}

/* Sustainability Values */
.sustainability__values {
  background: #1A1A2D;
  padding: 50px 5% 30px;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.sustainability__values .wrap {
  max-width: 1259px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sustainability__pill--plain {
  display: inline-block;
  width: fit-content;
  color: #94bf58;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.1;
}

.sustainability__values-header {
  margin-bottom: 5px;
}

.sustainability__values-title {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: clamp(30px, 2.5vw + 0.5rem, 46px);
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}

.sustainability__values-title .sustainability__values-delivered {
  color: #5DEB3C;
  font-weight: 700;
}

.sustainability__values-title .hero__text-light {
  font-weight: 300;
  color: #ffffff;
}

.sustainability__values-footer {
  margin-top: 60px;
  text-align: center;
}

.sustainability__values-footer-text {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 46px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 20px;
}

.sustainability__values-footer-text .hero__text-light {
  font-weight: 300;
  color: #ffffff;
}

.sustainability__values-footer-text .sustainability__values-delivered {
  color: #5DEB3C;
  font-weight: 700;
}

.sustainability__values-paragraph {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 649px;
  margin: 0 auto;
}

.sustainability__values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1109px;
  margin: 50px auto 0;
  width: 100%;
}

.sustainability__values-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.sustainability__values-subtitle {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  margin: 0 0 15px;
  width: 191px;
}

.sustainability__values-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  width: 191px;
}

@media screen and (max-width: 991px) {
  .sustainability__values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sustainability__values {
    padding: 40px 5% 20px;
  }

  .sustainability__values-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .sustainability__values-col {
    text-align: center;
  }

  .sustainability__values-subtitle {
    font-size: 14px;
  }

  .sustainability__values-text {
    font-size: 14px;
  }

  .sustainability__pill--plain {
    font-size: 22px;
  }

  .sustainability__values-header {
    margin-bottom: 5px;
  }

  .sustainability__values-title {
    font-size: 1.6em;
  }

  .sustainability__values-footer {
    margin-top: 40px;
  }

  .sustainability__values-footer-text {
    font-size: 28px;
  }

  .sustainability__values-paragraph {
    font-size: 17px;
  }
}

/* By the Numbers */
.sustainability__numbers {
  background: #1A1A2D;
  padding: 50px 5% 122px;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.sustainability__numbers .wrap {
  max-width: 1259px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sustainability__numbers-header {
  margin-bottom: 5px;
}

.sustainability__numbers-title {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: clamp(30px, 2.5vw + 0.5rem, 46px);
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}

.sustainability__numbers-title .hero__text-light {
  font-weight: 300;
  color: #ffffff;
}

.sustainability__numbers-delivered {
  color: #5DEB3C;
  font-weight: 700;
}

.sustainability__stats {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  gap: 40px;
}

.sustainability__stat {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sustainability__stat-number {
  font-size: 61px;
  font-weight: 700;
  color: #5DEB3C;
  text-shadow: 3px 3px 2px rgba(0,0,0,1);
  margin-bottom: 8px;
  line-height: 1.1;
}

.sustainability__stat-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 220px;
  margin: 0;
}

.sustainability__icon-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  gap: 40px;
}

.sustainability__icon-item {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sustainability__icon {
  margin-bottom: 15.5px;
  width: 57.86px;
  height: 57.86px;
}

.sustainability__icon svg {
  display: block;
}

.sustainability__icon-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.25;
  max-width: 250px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sustainability__numbers {
    padding: 40px 5% 60px;
  }

  .sustainability__numbers-title {
    font-size: 1.6em;
  }

  .sustainability__stats {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .sustainability__stat-number {
    font-size: 42px;
  }

  .sustainability__stat-text {
    font-size: 17px;
  }

  .sustainability__icon-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }

  .sustainability__icon-text {
    font-size: 17px;
  }
}

/* Testimonial - from commercial */
.commercial__testimonial {
  background-color: #43B02A;
  padding: 100px 15%;
  font-family: 'Work Sans', Arial, sans-serif;
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.commercial__testimonial .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.commercial__testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.commercial__testimonial-quote {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.commercial__testimonial-attribution {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 30px;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .commercial__testimonial {
    padding: 60px 5%;
  }

  .commercial__testimonial-quote {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .commercial__testimonial-quote {
    font-size: 24px;
  }

  .commercial__testimonial-attribution {
    font-size: 16px;
  }
}

/* Sustainability Video */
@keyframes lb-fadein {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes lb-scalein {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.sustainability__video {
  background: #1A1A2D;
  padding: 44px 10% 90px;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.sustainability__video .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sustainability__video-title {
  color: #ffffff;
  font-size: 37px;
  font-weight: 700;
  margin: 0 0 40px;
  line-height: 1.2;
}

.sustainability__video-row {
  margin-top: 0;
}

.sustainability__video-thumb {
  max-width: 1266px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
}

.sustainability__video-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.sustainability__video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: lb-fadein 0.25s ease;
}

.sustainability__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.sustainability__video-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  z-index: 1;
  animation: lb-scalein 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.sustainability__video-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 999999;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.2s ease;
}

.sustainability__video-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(1.1);
}

.sustainability__video-container video {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1024px) {
  .sustainability__video-thumb {
    max-width: 100%;
    padding: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .sustainability__video {
    padding: 30px 5% 50px;
  }

  .sustainability__video-title {
    font-size: 28px;
  }

  .sustainability__video-thumb {
    padding: 0 10px;
  }

  .sustainability__video-container {
    width: 95%;
  }

  .sustainability__video-close {
    top: -40px;
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
}

/* About Banner - from home page */
.home__about-banner {
  position: relative;
  width: 100%;
  min-height: 829px;
  display: flex;
  align-items: flex-end;
  padding: 0 54px 105px 127px;
  font-family: 'Work Sans', Arial, sans-serif;
}

.home__about-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.home__about-banner-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home__about-banner-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1319px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.home__about-banner-text {
  max-width: 785px;
  position: relative;
}

.home__about-banner-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 99px;
  height: 15px;
  background-color: #5DEB3C;
}

.home__about-banner-text p {
  color: #ffffff;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin: 0;
  padding-top: 33px;
}

.home__about-banner-badge {
  flex-shrink: 0;
  padding-top: 33px;
}

.home__about-banner-badge img {
  width: 105px;
  height: auto;
  display: block;
}

@media screen and (max-width: 959px) {
  .home__about-banner {
    padding: 60px 40px;
    min-height: 500px;
    align-items: center;
  }

  .home__about-banner-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }

  .home__about-banner-text {
    max-width: none;
    padding-top: 0;
  }

  .home__about-banner-bar {
    position: static;
    display: block;
    margin: 0 auto;
    left: auto;
    transform: none;
  }

  .home__about-banner-badge {
    padding-top: 0;
    order: -1;
  }

  .home__about-banner-text p {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .home__about-banner {
    padding: 40px 20px;
    min-height: 76vh;
    align-items: flex-end;
  }

  .home__about-banner-bar {
    width: 123px;
  }

  .home__about-banner-text p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 20px;
  }

  .home__about-banner-badge img {
    width: 80px;
  }
}

/* FAQ Section - from commercial page */
.faq__section {
  background: white;
  padding: 3.6875em 1.5em 4.75em;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .faq__section {
    padding: 3.6875em 12.25em 4.75em;
  }
}

.faq__section h2 {
  font-family: 'Work Sans', Arial, sans-serif;
  color: #94BF58;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.faq__section h3 {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 1.71875em;
  font-weight: bold;
  line-height: 1.11em;
  color: #1A1A2D;
  margin-bottom: 2.5em;
  margin-right: -20px;
}

.faq__section h3 .br-hide {
  display: none;
}

@media screen and (min-width: 960px) {
  .faq__section h3 {
    font-size: 2.3125em;
  }

  .faq__section h3 .br-hide {
    display: inline;
  }
}

.faq__container {
  text-align: left;
  max-width: 749px;
  margin: 0;
}

.faq__item {
  margin-bottom: 1.25em;
}

.faq__question {
  color: #37579E;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4583em;
  margin-bottom: 0.625em;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .faq__question {
    font-size: 1.5em;
  }
}

.faq__answer {
  color: #4D4D4D;
  font-size: 1.125em;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6667em;
  margin-bottom: 0.625em;
}

.faq__separator {
  background: #41B9C0;
  height: 1px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* CTA Section - from team page */
.team__cta {
  background-color: #122E6A;
  padding: 100px 8%;
  font-family: 'Work Sans', Arial, sans-serif;
  position: relative;
}

.team__cta .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.team__cta-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

.team__cta-content {
  flex: 1;
  color: #ffffff;
}

.team__cta-title {
  font-size: 62px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

.team__cta-title-light {
  font-weight: 300;
  color: #ffffff;
}

.team__cta-title-bold {
  font-weight: 700;
  color: #5deb3c;
}

.team__cta-content p {
  font-size: 19px;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
  max-width: 500px;
  color: white;
  font-weight: 400;
  max-width: 372px;
  margin-bottom: 34px;
}

.team__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.team__buttons .button {
  background: #43B02A;
  color: white;
  border: none;
  padding: 0.875em 0em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 175px;
  height: 51px;
}

.team__buttons .button:hover {
  background: white;
  color: #1a1a2e;
}

.team__cta-form {
  flex: 1;
  background: #1A1A2D;
  border-radius: 18px;
  padding: 33px 52px 25px 46px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.team__cta-form label {
  color: #5DEB3C;
  font-weight: 600;
  font-size: 11px;
  display: block;
  margin-bottom: 0.25em;
}

.team__cta-form .wpcf7 {
  margin: 0;
}

.team__cta-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.team__cta-form .wpcf7-form p {
  margin: 0;
  display: flex;
  flex-direction: column;
}

.team__cta-form .wpcf7-form p br {
  display: none;
}

.team__cta-form .wpcf7-form-control-wrap {
  width: 100%;
}

.team__cta-form .wpcf7-form-control {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  background: #f9f9f9;
  color: #41B9C0;
  font-weight: 600;
}

.team__cta-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #379a22;
  background: #1a1a2e;
}

.team__cta-form .wpcf7-submit {
  background: #43B02A;
  color: white;
  border: none;
  height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 0.5em;
  border-radius: 11px;
  max-width: none;
  font-size: 12px;
}

.team__cta-form .wpcf7-submit:hover {
  background: #1a1a2e;
}

.team__cta-form .wpcf7-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
}

@media screen and (max-width: 959px) {
  .team__cta {
    padding: 60px 5%;
  }

  .team__cta-grid {
    flex-direction: column;
    gap: 30px;
  }

  .team__cta-title {
    font-size: 40px;
  }

  .team__cta-content p {
    max-width: none;
  }

  .team__buttons {
    justify-content: center;
  }

  .team__cta-form {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .team__cta {
    padding: 60px 5%;
  }

  .team__cta-title {
    font-size: 30px;
  }

  .team__cta-content p {
    font-size: 17px;
    margin-bottom: 24px;
  }

  .team__buttons {
    flex-direction: column;
    align-items: center;
  }

  .team__cta-form {
    padding: 2em 1.5em;
    max-width: 100%;
    margin-right: 0;
  }

  .team__cta-form .wpcf7-form-control {
    font-size: 14px;
  }

  .team__cta-form .wpcf7-submit {
    font-size: 14px;
  }
}
