.hero {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
}

.hero-content {
  position: relative;
  z-index: 10;
  padding-bottom: 2rem;
  background: #fff;
}

.hero-main {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 1rem;
}

.hero-text {
  text-align: center;
}

.hero-text h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 800;
  color: #111827;
}

.hero-text h1 .line1 {
  display: block;
  font-size: 4rem;
  margin-top: 70px;
}

.hero-text h1 .line2 {
  display: block;
  color: #2563eb;
  font-size: 4.5rem;
}

.hero-text p {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #6b7280;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
