
  .nmbp-documents {
    position: relative;
    left: 50%;
    width: 100vw !important;
    max-width: none !important;
    margin-left: -50vw;
    box-sizing: border-box;
    overflow: hidden;
    background: #F7F0EA;
    padding: 64px 28px 140px;
    color: #303030;
  }

  .nmbp-documents *,
  .nmbp-documents *::before,
  .nmbp-documents *::after {
    box-sizing: border-box;
  }

  .nmbp-documents__inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
    align-items: center;
    gap: 64px;
  }

  .nmbp-documents__stage {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 30px 90px;
  }

  .nmbp-documents__stage::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 8%;
    right: 8%;
    bottom: 42px;
    height: 58px;
    background: #E8D7CA;
    border: 1px solid #D8BDAA;
    border-radius: 4px;
    box-shadow: 0 14px 20px rgba(92, 61, 42, 0.14);
  }

  .nmbp-documents__files {
    position: relative;
    z-index: 1;
    width: min(100%, 470px);
    height: 470px;
  }

  .nmbp-documents__file {
    position: absolute;
    top: 8px;
    left: 50%;
    display: block;
    width: min(72%, 330px);
    padding: 9px;
    background: #FFFFFF;
    border: 1px solid #E3D6CE;
    box-shadow: 0 16px 28px rgba(73, 49, 35, 0.2);
    transform-origin: center bottom;
    transition:
      transform 0.55s ease,
      opacity 0.55s ease,
      box-shadow 0.55s ease;
  }

  .nmbp-documents__file img {
    display: block;
    width: 100%;
    height: auto;
  }

  .nmbp-documents__file--report {
    z-index: 3;
    opacity: 1;
    transform: translateX(-58%) rotate(-2deg) scale(1);
  }

  .nmbp-documents__file--certificate {
    z-index: 2;
    opacity: 0.9;
    transform: translateX(-22%) translateY(42px) rotate(6deg) scale(0.68);
  }

  .nmbp-documents__files.is-certificate-active
  .nmbp-documents__file--report {
    z-index: 2;
    opacity: 0.9;
    transform: translateX(-78%) translateY(42px) rotate(-6deg) scale(0.68);
  }

  .nmbp-documents__files.is-certificate-active
  .nmbp-documents__file--certificate {
    z-index: 3;
    opacity: 1;
    transform: translateX(-42%) rotate(2deg) scale(1);
  }

  .nmbp-documents__switch {
    position: absolute;
    z-index: 5;
    right: 2%;
    bottom: 64px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #CD6832;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 8px 16px rgba(117, 57, 26, 0.24);
    transition: background 0.2s ease, transform 0.2s ease;
  }

  .nmbp-documents__switch:hover {
    background: #AD5123;
    transform: translateX(4px);
  }

  .nmbp-documents__switch:focus-visible {
    outline: 3px solid #303030;
    outline-offset: 4px;
  }

  .nmbp-documents__eyebrow {
    margin: 0 0 12px;
    color: #CD6832;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nmbp-documents h2 {
    margin: 0;
    color: #CD6832;
    font-size: 36px;
    line-height: 1.2;
  }

  .nmbp-documents__intro {
    max-width: 500px;
    margin: 18px 0 28px;
    font-size: 17px;
    line-height: 1.7;
  }

  .nmbp-documents__links {
    display: grid;
    gap: 12px;
  }

  .nmbp-documents__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 18px;
    color: #303030;
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid #DEC9BC;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .nmbp-documents__link:hover {
    background: #FFFFFF;
    border-color: #CD6832;
  }

  .nmbp-documents__link-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
  }

  .nmbp-documents__link-text {
    display: block;
    margin-top: 3px;
    color: #666666;
    font-size: 13px;
    line-height: 1.45;
  }

  .nmbp-documents__arrow {
    color: #CD6832;
    font-size: 24px;
    line-height: 1;
  }

  .nmbp-documents__bottom-cta {
    width: 100%;
    max-width: 1180px;
    margin: 34px auto 0;
    text-align: center;
  }

  .nmbp-documents__download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 26px;
    background: #CD6832;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border: 1px solid #CD6832;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .nmbp-documents__download:hover {
    background: #AD5123;
    border-color: #AD5123;
    color: #FFFFFF;
  }

  .nmbp-documents__download-icon {
    font-size: 20px;
    line-height: 1;
  }

  @media (max-width: 800px) {
    .nmbp-documents {
      padding: 46px 16px 110px;
    }

    .nmbp-documents__inner {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .nmbp-documents__content {
      width: 100%;
    }

    .nmbp-documents__stage {
      order: 2;
      min-height: 430px;
      padding: 10px 4px 70px;
    }

    .nmbp-documents__stage::after {
      bottom: 30px;
    }

    .nmbp-documents__files {
      width: 100%;
      max-width: 360px;
      height: 365px;
    }

    .nmbp-documents__file {
      width: 78%;
      max-width: 280px;
    }

    .nmbp-documents__file--report {
      transform: translateX(-62%) rotate(-2deg) scale(1);
    }

    .nmbp-documents__file--certificate {
      transform: translateX(-16%) translateY(34px) rotate(6deg) scale(0.66);
    }

    .nmbp-documents__files.is-certificate-active
    .nmbp-documents__file--report {
      transform: translateX(-82%) translateY(34px) rotate(-6deg) scale(0.66);
    }

    .nmbp-documents__files.is-certificate-active
    .nmbp-documents__file--certificate {
      transform: translateX(-38%) rotate(2deg) scale(1);
    }

    .nmbp-documents__switch {
      right: 2px;
      bottom: 48px;
      width: 44px;
      height: 44px;
      font-size: 22px;
      line-height: 44px;
    }

    .nmbp-documents h2 {
      font-size: 29px;
    }

    .nmbp-documents__intro {
      font-size: 16px;
      line-height: 1.65;
    }

    .nmbp-documents__bottom-cta {
      margin-top: 24px;
    }

    .nmbp-documents__download {
      width: 100%;
    }
  }
