@media (max-width: 767px) {
  .trust-inner {
    width: min(100% - 32px, 520px);
    padding: 58px 0 62px;
  }

  .trust-header {
    margin-bottom: 30px;
  }

  .trust-kicker {
    gap: 10px;
    margin-bottom: 14px;
    font-size: 12px;
  }

  .trust-kicker i {
    width: 34px;
  }

  .trust-title {
    font-size: 34px;
    line-height: 1.08;
    white-space: normal;
  }

  .trust-description {
    margin-top: 16px;
    font-size: 14.5px;
    line-height: 1.58;
  }

  .trust-story-card {
    min-height: 0;
    padding: 14px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    border-radius: 13px;
  }

  .trust-photo {
    min-height: 0;
    border-radius: 11px;
  }

  .trust-photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
  }

  .trust-story-copy {
    padding: 4px 2px 2px;
  }

  .trust-story-copy h3 {
    font-size: 20px;
  }

  .trust-story-copy > p {
    margin: 14px 0 20px;
    font-size: 14px;
  }

  .trust-proof-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .trust-proof-card {
    min-height: 0;
    padding: 16px 0;
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .trust-proof-card + .trust-proof-card {
    border-top: 1px solid rgba(4, 20, 46, 0.08);
  }

  .trust-proof-card:hover {
    border-color: rgba(4, 20, 46, 0.08);
    box-shadow: none;
    transform: none;
  }

  .trust-proof-icon {
    width: 52px;
    height: 52px;
  }

  .trust-proof-icon img {
    width: 42px;
    height: 42px;
  }

  .trust-proof-card h4 {
    font-size: 17px;
  }

  .trust-proof-card p {
    margin-top: 7px;
    font-size: 12.5px;
  }

  .trust-values-row {
    margin-top: 24px;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }

  .trust-value-card {
    min-height: 0;
    padding: 20px;
    grid-template-columns: 58px minmax(0, 1fr);
    column-gap: 15px;
    border-radius: 12px;
  }

  .trust-value-icon {
    width: 56px;
    height: 56px;
  }

  .trust-value-icon img {
    width: 44px;
    height: 44px;
  }

  .trust-value-card h3 {
    font-size: 17px;
  }

  .trust-value-card p {
    margin-top: 7px;
    font-size: 13px;
  }

  .trust-quote-card {
    min-height: 0;
    margin-top: 4px;
    padding: 22px 20px;
    gap: 14px;
    border-radius: 12px;
  }

  .trust-quote-card::after {
    right: 10px;
    width: 64px;
    height: 92px;
  }

  .trust-quote-card > span {
    margin-top: -8px;
    font-size: 48px;
  }

  .trust-quote-card p {
    font-size: 17px;
  }
}
