    body {
      font-family: 'Segoe UI', sans-serif;
      margin: 0;
      background: #fff;
      color: #333;
      overflow: hidden;
    }
    .nps-page {
      padding: 20px;
    }
    .nps-form {
      max-width: 600px;
      /* margin: auto; */
      background: none;
      padding: 0px;
      border-radius: 16px;
      box-shadow: none;
      /* padding: 24px!important; */
      box-sizing: border-box;
      width: 100%;
      height: 100%;
    }
.nps-form__checkbox > * {
    font-weight: bold;
}

.nps-form__labels span:nth-of-type(2) {
    text-align: right;
}
    .nps-form {
  padding-top: 30vh; /* чтобы форма не залезала под логотип */
}
.nps-form__logo {
  position: fixed;
  top: 20px;
  left: 50px;
  z-index: 10;
}

.nps-form__logo img {
  max-width: 180px;
  height: auto;
}

    .nps-form__title {
      text-align: center;
      font-size: 1.5em;
      margin-bottom: 16px;
    }
    .nps-form__labels {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      margin-bottom: 6px;
    }
    .nps-form__scale {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 20px;
    }
    .nps-form__scale input[type="radio"] {
      display: none;
    }
    .nps-form__label {
      flex: 1;
      margin: 2px;
      padding: 12px 0;
      color: white;
      font-weight: bold;
      border-radius: 8px;
      cursor: pointer;
      text-align: center;
      transition: transform 0.1s;
      font-size: 16px;
      padding-top:10px;
    }
    .nps-form__scale input[type="radio"]:checked + .nps-form__label {
      outline: 3px solid black;
      transform: scale(1.05);
    }
    .nps-form__followup {
      margin-top: 16px;
      text-align: left;
      display: none;
      font-size: 14px;
    }
    .nps-form__textarea {
      width: 100%;
      border-radius: 8px;
      padding: 8px;
      margin-top: 12px;
      border: 1px solid #ccc;
      resize: vertical;
      font-family: inherit;
      box-sizing: border-box;
      font-size: 14px;
    }
    .nps-form__checkbox {
      margin-top: 10px;
    }
    .nps-form__submit {
      margin-top: 0px;
      padding: 12px;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      background-color: #ffce1b;
      cursor: pointer;
      /* position: fixed; */
      bottom: 24px;
      box-sizing: border-box;
    }
    .nps-form__submit:hover {
      background-color: #e6b617;
    }

    .nps-form__logo {
    text-align: left;
    margin-bottom: 16px;
    margin-left: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 24px;
    margin-left: 50%;
    transform: translateX(-62%);
}

.nps-page {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  box-sizing: border-box;
}

    @media (max-width: 500px) {
      .nps-form__label {
        font-size: 14px;
        padding: 10px 0;
      }
    }

    .nps-form__footer {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .nps-form__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    z-index: 100;
    box-sizing: border-box;
  }

  .nps-form {
    padding-bottom: 100px; /* чтобы контент не был перекрыт кнопкой */
  }
}

.nps-form__footer {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .nps-form__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
    z-index: 100;
  }

  .nps-form {
    padding-bottom: 100px; /* Чтобы не перекрывалось кнопкой */
  }
}