header img[alt="Padel Bros Logo"] {
  width: 6rem !important;
  height: 6rem !important;
}

main > section:first-of-type h1 {
  display: block;
  width: clamp(12rem, 64vw, 16.25rem);
  aspect-ratio: 1 / 1;
  margin: 0 auto 1.5rem;
  background: url("/pb-logo.png") center / contain no-repeat;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  filter: drop-shadow(0 0 28px rgba(168, 85, 247, 0.35));
}

main > section:first-of-type > div > div:last-child span {
  display: none !important;
}

.pb-signup-highlight {
  color: #a855f7;
  font-weight: 700;
}

footer > div > div:nth-of-type(2) > div:first-child {
  width: 8.5rem;
  height: 8.5rem;
  flex: 0 0 auto;
  background: url("/pb-logo.png") center / contain no-repeat;
}

footer > div > div:nth-of-type(2) > div:first-child span {
  display: none !important;
}

@media (min-width: 48rem) {
  header img[alt="Padel Bros Logo"] {
    width: 6rem !important;
    height: 6rem !important;
  }

  main > section:first-of-type h1 {
    width: clamp(22rem, 30vw, 27rem);
    margin-bottom: 1.25rem;
  }

  footer > div > div:nth-of-type(2) > div:first-child {
    width: 9rem;
    height: 9rem;
  }
}
