/* AURA TRUST STRIP FINAL OVERRIDE - LOADED LAST */

html body .aura-trust-final {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 24px auto 30px !important;
  padding: 0 18px !important;
  box-sizing: border-box !important;
  display: block !important;
  clear: both !important;
}

html body .aura-trust-final__grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
  align-items: stretch !important;
  justify-items: stretch !important;
  box-sizing: border-box !important;
}

html body .aura-trust-final__item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  min-height: 0 !important;
  padding: 12px 12px 14px !important;
  border: 1px solid rgba(214, 164, 54, 0.34) !important;
  border-radius: 20px !important;
  background: linear-gradient(180deg, rgba(35, 23, 8, 0.72), rgba(8, 6, 3, 0.78)) !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 220, 130, 0.08) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .aura-trust-final__icon-wrap {
  width: 118px !important;
  height: 118px !important;
  max-width: 118px !important;
  max-height: 118px !important;
  min-width: 118px !important;
  min-height: 118px !important;
  flex: 0 0 118px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 5px !important;
  padding: 0 !important;
  overflow: hidden !important;
  text-align: center !important;
}

html body .aura-trust-final__icon-img {
  width: 108px !important;
  height: 108px !important;
  max-width: 108px !important;
  max-height: 108px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  object-fit: contain !important;
  display: block !important;
  margin: 0 auto !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
  float: none !important;
  position: static !important;
  transform: none !important;
}

html body .aura-trust-final__title {
  display: block !important;
  width: 100% !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #f6c85f !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 0.73rem !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  letter-spacing: 0.055em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

html body .aura-trust-final__text {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 0.78rem !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
  text-align: center !important;
}

html body .aura-trust-final__item:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.33), inset 0 1px 0 rgba(255, 220, 130, 0.12) !important;
}

html body .aura-trust-final__item:hover .aura-trust-final__icon-wrap {
  box-shadow: 0 0 18px rgba(242, 199, 107, 0.15) !important;
}

@media (max-width: 768px) {
  html body .aura-trust-final {
    margin: 20px auto 28px !important;
    padding: 0 14px !important;
  }

  html body .aura-trust-final__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px 10px !important;
  }

  html body .aura-trust-final__item {
    min-height: 0 !important;
    padding: 10px 7px 11px !important;
  }

  html body .aura-trust-final__icon-wrap {
    width: 82px !important;
    height: 82px !important;
    min-width: 82px !important;
    min-height: 82px !important;
    max-width: 82px !important;
    max-height: 82px !important;
    margin: 0 auto 5px !important;
  }

  html body .aura-trust-final__icon-img {
    width: 74px !important;
    height: 74px !important;
    max-width: 74px !important;
    max-height: 74px !important;
  }

  html body .aura-trust-final__title {
    font-size: 0.69rem !important;
    line-height: 1.12 !important;
  }

  html body .aura-trust-final__text {
    font-size: 0.74rem !important;
    line-height: 1.24 !important;
  }
}

@media (max-width: 480px) {
  html body .aura-trust-final {
    margin-top: 22px !important;
  }

  html body .aura-trust-final__item {
    min-height: 0 !important;
  }
}
