.hero-title {
  font-size: clamp(1.82rem, 4vw, 3.5rem);
}

.hero {
  padding-bottom: clamp(42px, 6vw, 72px);
}

#funktionen {
  padding-top: clamp(32px, 5vw, 60px);
}

.app-store-promo {
  margin: 18px 0 22px;
}

.app-store-promo p {
  margin: 0 0 10px;
  color: var(--color-text-muted);
  font-size: .92rem;
  font-weight: 700;
}

.app-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.app-store-badges a {
  display: inline-flex;
  width: 170px;
}

.app-store-badges a:first-child {
  width: 153px;
}

.app-store-badges img {
  display: block;
  width: 100%;
  height: auto;
}

/* Align the ticker card with the opening line in the left column. */
.facebook-follow-home-grid {
  align-items: start;
}

.guestbook-social {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--color-border);
  text-align: left;
}

.guestbook-social h3 {
  margin: 0 0 6px;
  font-size: 1rem;
}

.guestbook-social p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: .88rem;
}

.guestbook-social a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  color: var(--color-primary-dark);
  font-size: .88rem;
  font-weight: 750;
  text-underline-offset: 3px;
}
