@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body,
html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1,
h2 {
  font-weight: normal;
}

.spacer {
  flex-grow: 1;
}

header {
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}

header .title {
  font-size: 1.4rem;
}

header a {
  text-decoration: none;
  color: black;
}

header .link {
  margin-left: 2rem;
}

#logo {
  padding-right: 10px;
}

#main {
  flex-grow: 1;
  position: relative;
  min-height: 20rem;
  min-height: 500px;
}

footer {
  padding: 1rem 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 0.9rem;
}

#home {
  max-width: 1200px;
  margin: 0 auto;
}

#home .promo {
  display: flex;
  align-items: center;
}

#home .left,
#home .right {
  width: 50%;
}

#home .left {
  text-align: center;
}

#home .banner {
  width: 100%;
  position: relative;
  right: -30px;
  z-index: -1;
  margin-top: 2rem;
}

#home .headline {
  font-size: 2rem;
  margin-bottom: 1rem;
}

#home .promo .description {
  opacity: 0.8;
  margin-bottom: 2rem;
}

#home .promo .download {
  align-items: center;
  padding-bottom: 0.5rem;
}

#home .promo .download span {
  opacity: 0.6;
  margin-right: 1rem;
}

#home .platforms {
  font-size: 0.9rem;
  opacity: 0.7;
}

#home .features {
  padding: 1rem;
  margin-top: 6rem;
}

#home .features .header .title,
#home .features .header .subtitle {
  text-align: center;
}
#home .features .header .title {
  font-size: 2rem;
  padding-bottom: 0.4em;
}

#home .features .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

#home .features .list > div {
  flex: 1 1 calc(33.333% - 1rem);
  min-width: 250px;
  border: 2px solid rgba(150, 142, 255, 0.2);
  border-radius: 0.8rem;
  padding: 1.5rem;
  box-sizing: border-box;
  box-shadow: 0px -2.75px 10.02px 0px rgba(0, 0, 0, 0.035);
  box-shadow: 0px -22px 70px 0px rgba(0, 0, 0, 0.07);
}

#home .features .list .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

#home .features .title img {
  width: 1.2em;
  padding-right: 0.3em;
  filter: invert(35%) sepia(57%) saturate(1677%) hue-rotate(227deg)
    brightness(90%) contrast(92%);
}

#home .features .list .description {
  opacity: 0.8;
  line-height: 1.5;
}

#home .footer {
  padding: 30px;
  max-width: 800px;
  margin: 5rem auto;
  font-size: 0.9rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}

#home .footer .content {
  flex: 0 1 auto;
}

#home .footer .graphic {
  flex: 1;
  align-self: stretch;
}

#home .footer .content > span:first-child {
  font-size: 1.7rem;
  display: block;
  padding-bottom: 0.2em;
}

#home .footer .download {
  padding-top: 1rem;
}

#home .footer .rating {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}

#home .footer .rating span {
  font-weight: 500;
  padding-left: 0.7em;
}

#home .footer .star {
  width: 40px;
  height: 40px;
  background-image: url("/home/star.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
}

#home .footer .graphic {
  background-image: url("/home/beavers.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 640px) {
  header {
    padding: 1rem 1rem;
  }
  header .link {
    margin-left: 1rem;
  }
  #main {
    min-height: 350px;
  }

  #home .promo,
  #home .footer {
    display: block;
  }
  #home .left,
  #home .right {
    width: 100%;
  }
  #home .right {
    text-align: center;
  }
  #home .banner {
    left: 0;
  }
  #home .headline {
    padding: 0 1rem;
  }
  #home .download {
    justify-content: center;
  }
  #home .features .list > div {
    flex: 1 1 100%;
    min-width: unset;
  }

  #home .footer .graphic {
    margin-top: 5rem;
    height: 200px;
    padding: 1rem 1rem 0 1rem;
  }
}

#contact {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#contact .headline {
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
}

#contact .description {
  opacity: 0.7;
  line-height: 1.5;
  margin-bottom: 1rem;
}

#contact .message {
  margin-bottom: 3rem;
}

#contact .message a {
  color: #564cce;
  text-decoration: none;
  font-weight: 600;
}

#contact .beaver {
  max-width: 10rem;
}

#help {
  max-width: 720px;
  margin: 0 auto;
}

#help h1 {
  text-align: center;
}

#help .section {
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1rem 1.3rem;
  border-radius: 0.4rem;
}

#help .note {
  margin-top: 0.3rem;
  color: #ea4c1a;
  font-size: 0.95rem;
}

#help .section .visual {
  margin-top: 1rem;
}

#help .section .visual img {
  max-width: 250px;
  margin-right: 0.5rem;
}

#help #done {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

#help #done img {
  display: block;
  margin: 0 auto;
  margin-top: 1.4rem;
}

#privacy {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 2rem;
}
