@media (prefers-reduced-motion) {
  .hero__content {
    transition: none;
  }
}

@media (min-width: 90em) {
  main {
    gap: 12.5rem;
  }

  .hero__cta {
    margin: 10.4rem 0 10.8rem;
  }

  .hero__cta h1 {
    font-size: 8rem;
  }
}

@media (min-width: 78.75em) {
  main {
    margin: 0 13rem 5rem 16.5rem;
  }
}

@media (min-width: 64em) and (max-width: 89.9375em) {
  .hero__cta h1 {
    font-size: 5rem;
  }
}

@media (min-width: 64em) {
  /* SHARED ATTRIBUTES */
  .header__nav,
  .nav__left > ul,
  .nav__right > ul {
    display: flex;
  }

  .dimmer,
  .nav__menu {
    display: none;
  }

  .hero__cta > p,
  .hero__cta > button {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  /* //////////////// */

  body {
    align-items: center;
  }

  header {
    width: 100%;
    justify-content: initial;
    gap: 6rem;
    margin: 2.1rem 0 6.7rem;
    padding: 0 4rem;
  }

  .header__nav {
    position: static;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: initial;
    transform: translateX(0);
  }

  .nav__left {
    margin: initial;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .nav__left > ul {
    align-items: center;
    gap: 4rem;
  }

  .nav__left li:not(:last-child) {
    margin-bottom: initial;
  }

  .nav__right > ul {
    align-items: center;
    gap: 4rem;
  }

  .nav__login {
    margin-bottom: initial;
  }

  .dropdown__title {
    gap: 0.9rem;
  }

  .dropdown {
    position: absolute;
    flex-direction: column;
    padding: 2.4rem 0;
    margin-bottom: initial;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.141);
  }

  .dropdown--features.dropdown--active,
  .dropdown--company.dropdown--active {
    margin-top: initial;
  }

  .dropdown--features {
    width: 15.3rem;
    top: 4.9rem;
    left: -7.4rem;
  }

  .dropdown--features li {
    margin-left: 2.4rem;
  }

  .dropdown li:not(:last-child) {
    margin-bottom: 1.6rem;
  }

  .dropdown__icon {
    display: inline-block;
    margin: initial;
  }

  .icon--todo {
    width: 1.4rem;
    height: 1.6rem;
    margin-right: 1.5rem;
  }

  .icon--calendar {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.4rem;
  }

  .icon--reminders {
    width: 1.2rem;
    height: 1.6rem;
    margin: 0 1.559rem 0 0.241rem;
  }

  .icon--planning {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.4rem;
  }

  .dropdown--company {
    width: 11.6rem;
    top: 4.9rem;
  }

  .dropdown--company li {
    margin-left: 2.5rem;
  }

  .nav__right {
    margin: initial;
  }

  .nav__register {
    padding: 1.3rem 2.2rem 1.3rem 2.3rem;
  }

  /* HERO */

  main {
    flex-direction: row;
    margin-bottom: 5rem;
  }

  .hero__content {
    order: 1;
    max-width: 54rem;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .fade-in {
    opacity: 0;
    transform: translateX(-100%);
  }

  .hero__cta {
    text-align: left;
  }

  .hero__cta h1 {
    margin-right: 1rem;
    margin-bottom: 4.8rem;
    line-height: 8rem;
    letter-spacing: -0.1111rem;
  }

  .hero__cta > p {
    margin: 0 5.6rem 5.1rem 0;
  }

  .hero__cta > button {
    padding: 1.5rem 2.8rem 1.3rem 3.1rem;
  }

  .hero__background {
    order: 2;
    width: clamp(36rem, 34vw, 48rem);
    height: clamp(48rem, 45vw, 64rem);
    margin-bottom: 0;
    background: url(../images/image-hero-desktop.png) no-repeat;
    background-size: contain;
  }

  .hero__featured {
    margin: 0;
    width: 47.763rem;
  }

  .featured__databiz {
    width: 11.314rem;
    height: 2rem;
  }

  .featured__audiophile {
    width: 7.3rem;
    height: 3.59rem;
  }

  .featured__meet {
    width: 8.931rem;
    height: 2rem;
  }

  .featured__maker {
    width: 8.201rem;
    height: 2.4rem;
  }
}
