.home {
  display: flex;
  flex-direction: column;
}

.home-main {
  flex: 1;
}

.home-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 68px;
  width: 187px;
  margin-inline: auto;
  padding-top: calc(50svh - 326px);
}

.home-logo {
  width: 93px;
  height: 36px;
}

.home-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 110px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.16px;
  text-align: center;
}

.home-links a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
  text-underline-position: from-font;
  text-underline-offset: auto;
}

.home-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
  text-align: center;
}

.home-contact h2 {
  margin: 0;
  color: var(--color-text-primary-strong);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.34px;
}

.home-contact p {
  color: var(--color-text-subtle);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.16px;
  white-space: nowrap;
}

.home-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 10px;
  background-color: var(--color-background-muted);
  color: var(--color-text-subtle);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.28px;
  text-align: center;
}
