html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.gd-hero__form-button:focus-visible,
.gd-hero__form-label input:focus-visible,
.gd-use__order-button a:focus-visible {
  outline: 3px solid #7a2446;
  outline-offset: 3px;
}

.gd-hero__form-button:disabled {
  cursor: default;
  filter: saturate(0.7);
}

.gd-honeypot {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.gd-form-status {
  border: 1px solid currentColor;
  border-radius: 4px;
  margin-top: 16px !important;
  padding: 10px;
  position: relative;
  z-index: 1;
}

.gd-form-status--success {
  background: #f1f6d8;
  color: #526512 !important;
}

.gd-form-status--error {
  background: #fff0eb;
  color: #a02c14 !important;
}

.gd-gd-footer__main a {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  text-underline-offset: 3px;
}

.gd-gd-footer__main a:hover {
  text-decoration-thickness: 2px;
}

@media screen and (max-width: 540px) {
  .gd-wrap {
    max-width: 100%;
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }

  .gd-hero,
  .gd-risk,
  .gd-origin,
  .gd-use,
  .gd-action,
  .gd-formula,
  .gd-stories,
  .gd-quality,
  .gd-steps,
  .gd-footer {
    max-width: 100%;
    overflow-x: hidden;
    width: 100%;
  }

  .gd-hero .gd-wrap {
    align-items: stretch;
    display: flex;
    flex-direction: column;
  }

  .gd-hero__header {
    order: 1;
  }

  .gd-hero__img {
    margin: 0 0 24px;
    max-width: 100%;
    order: 2;
    width: 100%;
  }

  .gd-hero__img picture {
    display: block;
    width: 100%;
  }

  .gd-hero__img picture img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }

  .gd-hero__form {
    margin: 0 0 26px;
    max-width: 100%;
    min-width: 0;
    order: 3;
    width: 100%;
  }

  .gd-hero__form form {
    max-width: 100%;
    width: 100%;
  }

  .gd-hero__list {
    margin: 0;
    max-width: 100%;
    min-width: 0;
    order: 4;
    width: 100%;
  }

  .gd-hero__list ul {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .gd-hero__list-item:not(:last-child) {
    align-items: center;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    max-width: 100%;
    overflow: visible;
    width: 100%;
  }

  .gd-hero__list-item:not(:last-child) img {
    flex: 0 0 54px;
  }

  .gd-hero__list-item:not(:last-child) p {
    display: block;
    margin-right: 0;
    max-width: none;
    min-width: 0;
    overflow-wrap: break-word;
    width: auto;
  }
}
