.main {
  flex: 1;
  padding: 0.625rem 0 0 1.25;
  display: flex;
  justify-content: center;
}

.start-page {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.start-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow-x: hidden;
}

.start-page-nav {
  height: 5rem;
  width: 100%;
  display: flex;
  justify-content: left;
}

.start-page__logo {
  display: flex;
  align-items: center;
  width: 100%;
}

.start-page__logo-image {
  max-width: 7rem;
  margin-right: 0.75rem;
  transition: transform 0.3s, scale 0.3s;
}

.start-page__logo-image:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.start-page__logo-text {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-muted);
}

.start-page__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: var(--container-max-width);
  gap: 1rem;
}

.start-page__product {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.start-page__background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 140vw;
  height: 26rem;
  background-image: url("https://img.libidion.com/quiz-0/bottle-cross.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.start-page__product-image {
  min-height: 20rem;
  position: relative;
  z-index: 2;
}

.start-page__text {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 36rem;
  z-index: 1;
  /* 576px */
}

.start-page__subtitle {
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 2.125rem;
  text-transform: uppercase;
  color: var(--color-primary);
  padding-bottom: 0.625rem;
  z-index: 1;
}

.start-page__title {
  font-family: var(--font-secondary);
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 0.88;
  text-transform: uppercase;
  color: var(--color-primary);
  padding-bottom: 20px;
  z-index: 1;
}

.start-page__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-bottom: 30px;
}

.start-page__button {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 1.19rem;
  line-height: 1;
  background-color: var(--color-accent);
  border: none;
  color: var(--color-primary);
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  width: 100%;
  min-height: 3.4375rem;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  transition: background-color var(--transition-default), transform 0.2s ease;
  margin-bottom: 65px;
}

.start-page__button:hover {
  background-color: #CDFF30;
  transform: translateY(-2px);
}

.start-page__button:active {
  background-color: #B8E13A;
  transform: translateY(0);
}

.start-page__button-icon {
  width: 1rem;
}

.start-page__benefits {
  margin-bottom: 28px;
}

.benefit--content {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.benefit--content:not(:last-child) {
  margin-bottom: 1.25rem;
}

.benefit__check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  background-color: var(--color-accent);
  border-radius: 50%;
}

.benefit__check-list {
  margin-top: 0.125rem;
}

.benefit__check-icon {
  width: 0.75rem;
}

.benefit__text {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.benefit__text--bold {
  font-weight: 700;
}

@media (min-width: 769px) {

  .start-page {
    position: relative;
    overflow: visible;
  }

  .main {
    padding: 1rem 0;
  }

  .start-page__container {
    align-items: flex-start;
    gap: 0;
    overflow: visible;
  }

  .start-page__main {
    padding-top: 3.4375rem;
    padding-bottom: 0;
    flex-direction: row-reverse;
    gap: 2rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .start-page__button {
    order: 1;
    max-width: fit-content;
    margin-bottom: 0;

  }

  .start-page__text {
    max-width: 60%;
    z-index: 3;
    flex: 6;
  }

  .start-page__subtitle {
    font-size: 2.5rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
  }

  .start-page__title {
    font-size: 4.375rem;
    line-height: 3.75rem;
    min-width: auto;
  }

  .start-page__description {
    font-size: 18px;
    line-height: 100%;
    max-width: 480px;
    padding-bottom: 35px;
  }

  .start-page__benefits {
    padding-top: 2.1875rem;
    max-width: 35.625rem;
    width: 120%;
    order: 2;
    padding-bottom: 0;
  }

  .benefit__check-list {
    margin-top: 0;
  }

  .benefit__text {
    font-size: 1.25rem;
    line-height: 25px;
  }

  .start-page__product {
    flex: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100%;
    overflow: visible;
  }

  .start-page__background {
    display: block;
    position: absolute;
    top: -1%;
    left: 40%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url("https://img.libidion.com/quiz-0/bottle-cross.webp");
    background-size: 75%;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .start-page__product-image {
    height: 85%;
    width: auto;
    max-width: none;
    max-height: none;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }

  .start-page__features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-self: center;
  }

  .feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 10.625rem;
    min-width: 10.625rem;
  }

  .feature__icon {
    max-height: 4.875rem;
    margin-bottom: 1rem;
  }

  .feature__text {
    font-size: 1.0.0625rem;
    color: var(--color-text);
    line-height: 1.375rem;
  }

  .start-page__features {
    padding: 1.25rem 0 11.25rem 0;
  }
}