/* Keep the homepage focused on the calculator choices, not on a large campaign banner. */
.home .hero {
  min-height: 310px;
  padding: 52px 55px;
}

.home .hero h1 {
  font-size: clamp(2.7rem, 4.6vw, 4.3rem);
}
.home .hero-copy {
  max-width: 560px;
  margin: 18px 0;
}
.home .button {
  padding: 12px 17px;
}
.home .hero-orb {
  right: -70px;
  bottom: -345px;
  width: 540px;
  height: 540px;
}
.home .tools {
  padding-top: 52px;
}

.home .content-guide {
  max-width: none;
  margin: 32px 0 50px;
}

@media (max-width: 760px) {
  .home .hero {
    min-height: 380px;
    padding: 47px 27px;
  }
  .home .hero h1 {
    font-size: 2.7rem;
  }
  .home .hero-orb {
    right: -220px;
    bottom: -350px;
  }
  .home .tools {
    padding-top: 42px;
  }
  .home .content-guide {
    margin: 24px 0 38px;
  }
}
