/* === HE-TRUST === */
.he-trust-outer,
.he-trust-outer *,
.he-trust-outer *::before,
.he-trust-outer *::after {
  box-sizing: border-box;
}

.he-trust-outer {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #fff;
  padding: 60px 24px 30px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.he-trust {
  max-width: 1200px;
  margin: 0 auto;
}

.he-trust__header {
  text-align: center;
  margin-bottom: 60px;
}

.he-trust__eyebrow {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #4A7C35;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 18px;
}

.he-trust__title {
  font-family: inherit;
  font-size: 40px;
  font-weight: 600;
  color: #1B3A1A;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.5px;
}

.he-trust__content {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 56px;
  align-items: center;
}

.he-trust__media {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  max-height: 600px;
}

.he-trust__media img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px;
  object-fit: contain;
}

.he-trust__list {
  display: flex;
  flex-direction: column;
}

.he-trust__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.he-trust__item:last-child {
  border-bottom: none;
}

.he-trust__check {
  width: 26px;
  height: 26px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.he-trust__check svg {
  width: 14px;
  height: 14px;
  stroke: #4A7C35;
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.he-trust__text {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1.55;
  font-weight: 400;
}

.he-trust__text strong {
  font-weight: 600;
  color: #1B3A1A;
}

@media (max-width: 950px) {
  .he-trust-outer {
    padding: 40px 18px 20px;
  }
  .he-trust__header {
    margin-bottom: 36px;
  }
  .he-trust__title {
    font-size: 28px;
  }
  .he-trust__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .he-trust__media {
    max-width: 500px;
    margin: 0 auto;
    height: auto;
    max-height: none;
  }
  .he-trust__media img {
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 600px) {
  .he-trust-outer {
    padding: 35px 15px 20px;
  }
  .he-trust__title {
    font-size: 26px;
  }
  .he-trust__text {
    font-size: 15px;
  }
}
