/* Commitments page refinements */
.page-our-commitments .commitment-proof {
  position: relative;
  padding: 110px 0 120px;
  background: linear-gradient(120deg, var(--Bg-8) 0%, #ffffff 45%, rgba(13, 64, 28, 0.06) 100%);
  overflow: hidden;
}

.page-our-commitments .commitment-proof::before,
.page-our-commitments .commitment-proof::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

.page-our-commitments .commitment-proof::before {
  width: 320px;
  height: 320px;
  background: rgba(248, 195, 44, 0.16);
  top: -140px;
  left: -100px;
}

.page-our-commitments .commitment-proof::after {
  width: 260px;
  height: 260px;
  background: rgba(13, 64, 28, 0.12);
  bottom: -140px;
  right: -120px;
}

.page-our-commitments .commitment-proof .tf-container {
  position: relative;
  z-index: 1;
}

.page-our-commitments .commitment-proof__wrap {
  gap: 30px 0;
}

.page-our-commitments .commitment-proof__media {
  position: relative;
  padding-right: 60px;
}

.page-our-commitments .commitment-proof__image {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(13, 64, 28, 0.15);
}

.page-our-commitments .commitment-proof__image img {
  width: 100%;
  height: auto;
  display: block;
}

.page-our-commitments .commitment-proof__image.secondary {
  position: absolute;
  width: 55%;
  bottom: -30px;
  right: 0;
  border: 6px solid var(--White);
}

.page-our-commitments .commitment-proof__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--Secondary);
  color: var(--Text-2);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 12px 25px rgba(13, 64, 28, 0.15);
}

.page-our-commitments .commitment-proof__lead {
  font-size: 17px;
  line-height: 1.8;
  color: var(--Text);
  margin-bottom: 22px;
}

.page-our-commitments .commitment-proof__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-our-commitments .commitment-proof__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--White);
  border: 1px solid var(--Border-4);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 12px 28px rgba(13, 64, 28, 0.08);
}

.page-our-commitments .commitment-proof__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--Bg-1);
  color: var(--Primary);
  font-size: 18px;
  flex-shrink: 0;
}

.page-our-commitments .commitment-proof__title {
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--Text-2);
}

.page-our-commitments .commitment-proof__text {
  margin-bottom: 0;
  color: var(--Text);
  line-height: 1.6;
}

.page-our-commitments .commitment-proof__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-our-commitments .commitment-proof__chip {
  background: var(--Bg-10);
  border: 1px solid var(--Border-12);
  color: var(--Text-2);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  line-height: 1.4;
}

.page-our-commitments .s-process {
  padding: 110px 0;
  background: var(--Bg-10);
}

.page-our-commitments .s-process .section-desc {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: var(--Text);
}

.page-our-commitments .s-process .box-icon::after {
  content: none;
}

.page-our-commitments .s-process .process-thumb {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}

.page-our-commitments .s-process .process-thumb img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.page-our-commitments .s-process .box-icon.style-3 {
  background: var(--White);
  border: 1px solid var(--Border-4);
  border-radius: 18px;
  padding: 26px 22px 28px;
  height: 100%;
  max-width: unset;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: 0 12px 30px rgba(13, 64, 28, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-our-commitments .s-process .box-icon.style-3:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(13, 64, 28, 0.12);
}

.page-our-commitments .s-process .box-icon.style-3 .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  background: var(--Bg-1);
  color: var(--Primary);
  margin: 0 auto 12px;
}

.page-our-commitments .s-process .box-icon.style-3 .caption {
  font-size: 20px;
  color: var(--Text-2);
  text-align: center;
  margin-bottom: 0;
}

.page-our-commitments .s-process .box-icon.style-3 .text {
  margin: 8px 0 0;
  color: var(--Text);
  line-height: 1.65;
  font-size: 14px;
}

.page-our-commitments .s-trust.trust-cta {
  position: relative;
  padding: 110px 0 140px;
  background: linear-gradient(120deg, var(--Primary) 0%, #0b3618 100%);
  color: var(--White);
  overflow: hidden;
}

.page-our-commitments .s-trust.trust-cta::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(248, 195, 44, 0.12);
  top: -160px;
  right: -140px;
  z-index: 0;
}

.page-our-commitments .s-trust.trust-cta::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -180px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.page-our-commitments .s-trust.trust-cta .tf-container {
  position: relative;
  z-index: 1;
}

.page-our-commitments .s-trust.trust-cta .section-title {
  color: var(--White);
}

.page-our-commitments .s-trust.trust-cta .text {
  color: rgba(255, 255, 255, 0.85);
}

.page-our-commitments .trust-cta__intro {
  margin-bottom: 48px;
}

.page-our-commitments .trust-cta__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.page-our-commitments .trust-cta__stat,
.page-our-commitments .s-trust.trust-cta .trust-stat {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(248, 195, 44, 0.18);
  border: 1px solid rgba(248, 195, 44, 0.35);
  color: var(--White);
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
}

.page-our-commitments .trust-cta__points {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.page-our-commitments .trust-cta__point {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
}

.page-our-commitments .trust-cta__point i {
  color: var(--Secondary);
  font-size: 16px;
  margin-top: 2px;
}

.page-our-commitments .trust-cta__card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  padding: 42px 36px;
  box-shadow: 0 22px 40px rgba(13, 64, 28, 0.2);
  color: var(--Text-2);
}

.page-our-commitments .trust-cta__card-title {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 600;
}

.page-our-commitments .trust-cta__card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.page-our-commitments .trust-cta__card-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 14px;
  color: var(--Text);
  font-size: 16px;
  line-height: 1.6;
}

.page-our-commitments .trust-cta__card-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--Secondary);
}

.page-our-commitments .trust-cta__card-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}

.page-our-commitments .trust-cta__card-note a {
  color: var(--Primary);
  font-weight: 600;
}

.page-our-commitments .trust-cta__panel {
  background: var(--White);
  border-radius: 26px;
  padding: 32px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 24px 50px rgba(13, 64, 28, 0.18);
}

.page-our-commitments .trust-cta__panel-content {
  max-width: 560px;
  color: var(--Text-2);
}

.page-our-commitments .trust-cta__panel-sub {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 600;
  color: var(--Primary);
  margin-bottom: 8px;
}

.page-our-commitments .trust-cta__panel-title {
  font-size: 28px;
  margin-bottom: 12px;
}

.page-our-commitments .trust-cta__panel-desc {
  color: var(--Text);
  margin-bottom: 18px;
}

.page-our-commitments .trust-cta__panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-our-commitments .trust-cta__panel-actions .tf-btn {
  padding: 18px 34px;
  font-size: 17px;
  border-radius: 999px;
  min-height: 54px;
}

.page-our-commitments .trust-cta__panel-image {
  max-width: 220px;
  flex-shrink: 0;
}

.page-our-commitments .trust-cta__panel-image img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  display: block;
}

@media (max-width: 991px) {
  .page-our-commitments .commitment-proof {
    padding: 80px 0 90px;
  }

  .page-our-commitments .commitment-proof__media {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .page-our-commitments .commitment-proof__image.secondary {
    position: static;
    width: 100%;
    margin-top: 18px;
    border-width: 0;
  }

  .page-our-commitments .s-process {
    padding: 80px 0;
  }

  .page-our-commitments .trust-cta__card {
    margin-top: 24px;
  }

  .page-our-commitments .trust-cta__panel {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-our-commitments .trust-cta__panel-image {
    max-width: 280px;
  }
}

@media (max-width: 767px) {
  .page-our-commitments .commitment-proof__item {
    padding: 14px;
  }

  .page-our-commitments .commitment-proof__chip {
    font-size: 12px;
  }

  .page-our-commitments .s-trust.trust-cta {
    padding: 80px 0 110px;
  }

  .page-our-commitments .trust-cta__panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 26px;
  }

  .page-our-commitments .trust-cta__panel-image {
    max-width: 260px;
  }
}
