
  .qm-trust-support {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 34px 18px 38px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    background:
      radial-gradient(circle at 90% 12%, rgba(36, 75, 31, 0.08), transparent 28%),
      linear-gradient(135deg, #fbfaf6 0%, #f4f1e9 100%);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
  }

  .qm-trust-support * {
    box-sizing: border-box;
  }

  .qm-trust-support::after {
    content: "";
    position: absolute;
    right: 42px;
    top: 22px;
    width: 170px;
    height: 170px;
    opacity: 0.08;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='200' viewBox='0 0 200 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M100 18L158 40V87C158 126 134 158 100 174C66 158 42 126 42 87V40L100 18Z' stroke='%23244b1f' stroke-width='8'/%3E%3Cpath d='M72 98L93 119L132 78' stroke='%23244b1f' stroke-width='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .qm-trust-inner {
    position: relative;
    z-index: 2;
  }

  .qm-trust-top {
    display: grid;
    grid-template-columns: 0.9fr 1.35fr;
    gap: 28px;
    align-items: center;
  }

  .qm-trust-copy {
    max-width: 540px;
  }

  .qm-trust-eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    color: #f08316;
    font-size: 12px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 1.7px;
    text-transform: uppercase;
  }

  .qm-trust-copy h2 {
    margin: 0;
    color: #151515;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.12;
    font-weight: 850;
    letter-spacing: -0.7px;
  }

  .qm-trust-copy h2::after {
    content: "";
    display: block;
    width: 66px;
    height: 4px;
    margin: 16px 0 18px;
    border-radius: 999px;
    background: #244b1f;
  }

  .qm-trust-copy p {
    margin: 0;
    color: #4d4d4d;
    font-size: 15px;
    line-height: 1.72;
  }

  .qm-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .qm-trust-item {
    min-height: 112px;
    padding: 16px 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(36, 75, 31, 0.11);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.045);
    text-align: center;
  }

  .qm-trust-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    color: #4b581c;
  }

  .qm-trust-item strong {
    display: block;
    margin: 0;
    color: #1c1c1c;
    font-size: 14.5px;
    line-height: 1.28;
    font-weight: 850;
  }

  .qm-trust-item span {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .qm-trust-bottom {
    margin-top: 18px;
    padding: 15px 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(36, 75, 31, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
  }

  .qm-trust-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
  }

  .qm-trust-badge {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #244b1f;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 850;
  }

  .qm-trust-brand-text strong {
    display: block;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 850;
  }

  .qm-trust-brand-text span {
    display: block;
    margin-top: 2px;
    color: #5d5d5d;
    font-size: 13.5px;
    line-height: 1.45;
  }

  .qm-trust-link {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 168px;
    height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: #244b1f;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.2px;
    transition: background 0.22s ease, transform 0.22s ease;
  }

  .qm-trust-link:hover {
    background: #173715;
    transform: translateY(-2px);
  }

  @media (max-width: 1180px) {
    .qm-trust-top {
      grid-template-columns: 1fr;
    }

    .qm-trust-copy {
      max-width: 820px;
    }
  }

  @media (max-width: 900px) {
    .qm-trust-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .qm-trust-bottom {
      align-items: flex-start;
      flex-direction: column;
    }

    .qm-trust-link {
      width: 100%;
    }
  }

  @media (max-width: 560px) {
    .qm-trust-support {
      padding: 30px 14px 34px;
      border-radius: 14px;
    }

    .qm-trust-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .qm-trust-item {
      min-height: auto;
      display: grid;
      grid-template-columns: 44px 1fr;
      gap: 10px;
      align-items: center;
      text-align: left;
      padding: 14px;
    }

    .qm-trust-icon {
      margin: 0;
    }

    .qm-trust-brand-text strong {
      font-size: 16px;
    }
  }
