
  .trusted {
    --white:  #F0F0F0;
    --yellow: #F8FF13;
    --grey:   #9E9E9E;
    --dark:   #020307;

    position: relative;
    display: flex;
    justify-content: center;
    margin: 0;

    background: linear-gradient(180deg, #0B0C10 0%, #06070B 52%, #020307 100%);
    color: var(--white);
    font-family: 'Euclid Circular A', system-ui, -apple-system, 'Segoe UI', sans-serif;
    overflow: hidden;
  }

  .trusted__fade-top {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 200px;
    background: linear-gradient(180deg, #020307 0%, rgba(2, 3, 7, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .trusted__stage {
    position: relative;
    z-index: 2;
    flex: none;
    width: 1440px;
    height: 800px;
  }

  .trusted__stage img,
  .trusted__stage svg { display: block; }

  .trusted__decor {
    position: absolute;
    pointer-events: none;
    max-width: none;
  }

  .trusted__laurel--left  { left: 316.566px;  top: 61.005px; width: 137.359px; height: 255.991px; }
  .trusted__laurel--right { left: 1124.414px; top: 61.005px; width: 137.359px; height: 255.991px; }

  .trusted__dots--a { left: 892.167px; top: 560px;        width: 267px; height: 163px; }
  .trusted__dots--b { left: 180.288px; top: 194.161px;    width: 163px; height: 267px; }

  .trusted__line { position: absolute; pointer-events: none; }
  .trusted__line--1 { left: 349.980px; top: 449.382px; }
  .trusted__line--2 { left: 677.815px; top: 516.522px; }
  .trusted__line--3 { left: 997.055px; top: 449.382px; }

  .trusted__title {
    position: absolute;
    left: 407.354px;
    top: 117px;
    width: 625.292px;
    margin: 0;
    font-weight: 600;
    font-size: 72px;
    line-height: 72px;
    letter-spacing: -5.3px;
    text-align: center;
    color: var(--white);
  }
  .trusted__title b { font-weight: 600; color: var(--yellow); }

  .feat {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 258px;
    margin: 0;
    text-align: center;
  }

  .feat--04 { left: 88px;       top: 296px; }
  .feat--03 { left: 423.334px;  top: 416px; }
  .feat--02 { left: 758.667px;  top: 296px; }
  .feat--01 { left: 1094px;     top: 420px; }

  .feat__icon {
    position: relative;
    width: 200px;
    height: 200px;
    filter:
      drop-shadow(6.997px 6.997px 10.787px rgba(248, 255, 19, 0.05))
      drop-shadow(26.822px 28.571px 19.534px rgba(248, 255, 19, 0.04))
      drop-shadow(60.641px 64.14px 26.531px rgba(248, 255, 19, 0.03))
      drop-shadow(107.872px 114.286px 31.487px rgba(248, 255, 19, 0.01));
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  .feat__icon img {
    position: absolute;
    left: 50%; top: 50%;
    width: 188px;
    height: 188px;
    object-fit: contain;
    transform: translate(-50%, -50%);
  }

  .feat__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .feat__title {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.3px;
    color: var(--white);
  }
  .feat__desc {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    color: var(--grey);
  }

  .feat:hover .feat__icon,
  .feat:focus-within .feat__icon { transform: translateY(-6px); }

  @media (prefers-reduced-motion: reduce) {
    .feat__icon { transition: none; }
    .feat:hover .feat__icon,
    .feat:focus-within .feat__icon { transform: none; }
  }

  .trusted__stage .trusted__mobile-bg,
  .trusted__stage .trusted__mobile-dots {
    display: none;
  }

  @media (max-width: 767px) {

    .trusted__stage {
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      max-width: 375px;
      min-height: 903px;
      margin: 0 auto;
      padding: 0;
    }

    .trusted__stage .trusted__mobile-bg,
    .trusted__stage .trusted__mobile-dots {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 100vw;
      height: 100%;
      transform: translateX(-50%);
      object-fit: cover;
      object-position: center;
      pointer-events: none;
      z-index: 0;
    }

    .trusted__dots--a,
    .trusted__dots--b,
    .trusted__line {
      display: none;
    }

    .trusted__laurel--left,
    .trusted__laurel--right {
      position: absolute;
      top: 43.761px;
      width: 47.476px;
      height: 88.478px;
      z-index: 1;
    }
    .trusted__laurel--left  { left: 16px; }
    .trusted__laurel--right { left: 311.524px; }

    .trusted__title {
      position: absolute;
      left: 76.17px;
      top: 52px;
      z-index: 2;
      width: 222.661px;
      max-width: calc(100% - 32px);
      min-height: 72px;
      margin: 0;
      font-size: 36px;
      line-height: 36px;
      letter-spacing: -3px;
      text-align: center;
    }

    .feat {
      position: absolute;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      left: 58.5px;
      width: 258px;
      max-width: calc(100% - 32px);
      min-height: 160px;
      margin: 0;
      text-align: center;
    }
    .feat--04 { top: 147.239px; }
    .feat--03 { top: 331.239px; }
    .feat--02 { top: 515.239px; }
    .feat--01 { top: 699.239px; }

    .feat__icon {
      position: relative;
      width: 96px;
      height: 96px;
      filter:
        drop-shadow(3.359px 3.359px 5.178px rgba(248, 255, 19, 0.05))
        drop-shadow(12.875px 13.714px 9.376px rgba(248, 255, 19, 0.04))
        drop-shadow(29.108px 30.787px 12.735px rgba(248, 255, 19, 0.03))
        drop-shadow(51.778px 54.857px 15.114px rgba(248, 255, 19, 0.01))
        drop-shadow(80.886px 85.644px 16.513px rgba(248, 255, 19, 0));
    }
    .feat__icon img {
      width: 78.72px;
      height: 78.72px;
    }

    .feat__text {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
      width: 100%;
    }
    .feat__title {
      min-height: 28px;
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.3px;
    }
    .feat__desc {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.28px;
    }
  }
