.home-hero {
  padding: var(--space-3xl) 0 var(--space-2xl) 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  h1 {
    font-size: var(--font-size-5xl);
    line-height: 1.15em;
  }
}

.home-hero-early-access {
  font-size: var(--font-size-xs);
  font-weight: 600;
  margin-bottom: var(--space-sm);
}

.sub-heading {
  font-size: var(--font-size-xl);
}

.home-hero-form {
  margin: var(--space-2xl) auto 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-sm);
  p {
    font-size: var(--font-size-xs);
    opacity: 0.6;
  }
}

.home-example-widget-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-example-widget {
  margin: var(--space-2xl) auto;
  display: inline-block;
  padding: var(--space-2xl) var(--space-3xl);
  border-radius: var(--space-md);
  border: 2px dashed var(--color-gray-2);
}

.home-example-widget-header {
  text-align: center;
  margin-bottom: var(--space-xl);
  h5 {
    text-align: center;
    margin-bottom: var(--space-sm);
  }
  p {
    font-size: var(--font-size-xs);
    font-weight: 600;
  }
}

.home-example-widget-columns {
  display: flex;
  gap: var(--space-2xl);
  justify-content: center;
  align-items: center;
}

.home-example-widget-list {
  p {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
    margin-bottom: 0.75em;
  }
}

.home-example-widget-label-text {
  font-size: var(--font-size-sm);
  font-family: var(--font-family-mono);
}
