:root {
  font-family: Inter, sans-serif;
  font-feature-settings: "liga" 1, "calt" 1;
}

a {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 800;
}

.nav-title {
  color: #1e293b;
  font-weight: 710;
  font-size: 1.55rem;
  letter-spacing: -0.08rem;
}

.jumbotron {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  padding-top: 100px;
}

.jumbotron-main {
  width: fit-content;
}

.head-1 {
  color: #8b5cf6;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 96.875%; /* 60.063px */
  letter-spacing: -0.06em;
}

.head-2 {
  display: flex;
  text-transform: uppercase;
  margin-top: 0.2rem;
}

.head-2-1 {
  color: #a7a7a7;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.03rem;
  margin-right: 0.05rem;
}

.head-2-2 {
  color: #a855f7;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  line-height: 91.667%;
  letter-spacing: -0.09rem;
}

.head-3 {
  display: flex;
  color: #4b5563;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: -0.02rem;
  text-align: center;
  margin: 2rem auto;
}

.cta-btn {
  display: flex;
  border-radius: 2rem;
  font-family: Inter, sans-serif;
  color: #fff;
  background: #4f46e5;
  font-size: 1.1rem;
  padding: 0.6rem 1.2rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.04rem;
  border: none;
}

.cta-btn:hover {
  background-color: #4338ca;
}

.cta-holder {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
}

@media (max-width: 400px) {
  body {
    padding: 1rem 1rem;
  }
  :root {
    font-size: 15px;
  }
  .jumbotron {
    padding-top: 70px;
  }
  .head-3 {
    font-size: 16px;
    letter-spacing: -0.05rem;
  }
  .cta-btn {
    padding: 0.8rem 1.5rem;
  }
}

footer {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
  letter-spacing: -0.02rem;
  margin: 1rem;
  text-align: center;
}

footer a:hover {
  text-decoration: underline;
}

@media (min-width: 400px) and (max-width: 641px) {
  body {
    padding: 1rem 1rem;
  }
  :root {
    font-size: 18px;
  }
  .cta-btn {
    padding: 0.8rem 1.5rem;
  }
  .jumbotron {
    padding-top: 70px;
  }
  .head-3 {
    font-size: 16px;
    letter-spacing: -0.05rem;
  }
}

@media (min-width: 641px) {
  body {
    padding: 1rem 3rem;
  }
  .head-1 {
    font-size: 3.2rem;
  }
  .head-2-1 {
    font-size: 2rem;
  }
  .head-2-2 {
    font-size: 4.5rem;
  }
  .head-2 {
    margin-top: 0.5rem;
  }
  .head-3 {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .head-3 div {
    font-size: 1.2rem;
    letter-spacing: -0.03rem;
    max-width: 500px;
  }
  .cta-btn {
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
  }

  .cta-holder {
    margin-top: 2rem;
  }
}
