*,
*::before,
*::after {
  box-sizing: border-box;
}

.tracking-tight,
.tracking-tighter,
.tracking-widest,
.hero-title,
.hero-kicker,
.guide-tag,
.brand,
.kicker,
.label,
.pill,
h1,
h2 {
  letter-spacing: 0 !important;
}

.bento-card,
.card,
details,
.hero-image,
.proof-image {
  border-radius: 8px !important;
}

.hero-title {
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 4.75rem;
  line-height: 1.02;
}

#searchInput {
  padding-right: 9rem;
}

@media (min-width: 1200px) {
  .hero-title {
    font-size: 5.2rem;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2.85rem;
    line-height: 1.06;
  }

  .hero-subhead {
    font-size: 1rem;
    line-height: 1.65;
  }

  .hero-link-strip,
  .hero-actions,
  .trust-strip-home {
    gap: 0.5rem;
  }

  .hero-action,
  .hero-link-pill,
  .trust-pill-home {
    min-height: 42px;
  }

  #searchInput {
    min-height: 58px;
    padding: 1rem 7.2rem 1rem 1.2rem;
    border-radius: 18px;
    font-size: 1rem;
  }

  #searchForm button[type="submit"] {
    right: 0.45rem;
    top: 0.45rem;
    bottom: 0.45rem;
    min-width: 6.3rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    border-radius: 14px;
  }

  header {
    position: static;
  }

  .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.9rem 1.25rem;
  }

  .brand {
    max-width: 100%;
    line-height: 1.05;
  }

  .brand img {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  body > header nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
    width: 100%;
  }

  body > header nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0.5rem 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    border-radius: 8px;
    text-align: center;
  }

  #mobile-menu-btn {
    flex: 0 0 44px;
    margin-left: 1rem;
  }

  .wrap {
    padding: 1rem 1.25rem 1.5rem;
  }

  h1 {
    font-size: 2rem !important;
    line-height: 1.1;
  }

  h2 {
    line-height: 1.2;
  }

  .card {
    padding: 1rem;
  }

  .button {
    border-radius: 8px;
  }
}
