.hero {
  padding-top: 50px;
}

.hero__content {
  text-align: center;
}

.hero__tag {
  border: 2px solid var(--color-border);
  border-radius: var(--radius-pill);
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 42px;
  padding: 9px 30px;
}

.hero h1 {
  color: var(--color-text-strong);
  font-family: var(--font-title);
  font-size: 64px;
  font-weight: 700;
  line-height: 1.12;
  margin: 0 auto 36px;
  max-width: 860px;
}

.hero h1 em {
  color: var(--color-blue);
  display: inline;
  font-style: italic;
}

.hero__description {
  font-family: var(--font-title);
  font-size: 18px;
  line-height: 1.4;
  margin: 0 auto 30px;
  max-width: 980px;
}

.hero__placeholder {
  aspect-ratio: 1006 / 501;
  margin: 76px auto 0;
  max-width: 1006px;
  min-height: auto;
  width: 100%;
}

.problem {
  padding-top: 64px;
}

.problem .section-title {
  border-bottom: 1px solid var(--color-border);
  border-top: 1px solid var(--color-border);
  padding: 36px 0;
}

.problem__intro {
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 48px;
  padding-bottom: 28px;
}

.problem__intro h3 {
  color: var(--color-text-strong);
  font-family: var(--font-title);
  font-size: 25px;
  margin-bottom: 12px;
}

.problem__intro p {
  color: var(--color-text-strong);
  font-size: 18px;
  max-width: 980px;
}

.goal {
  background: var(--color-dark);
  padding: 120px 0;
}

.goal .section-title {
  margin-bottom: 0;
}

.goal .section-title p {
  font-size: 21px;
  line-height: 1.52;
}

.goal .card {
  min-height: 226px;
}

.goals-list {
  padding-top: 104px;
}

.goals-list .card {
  min-height: 160px;
}

.how-it-works {
  padding-top: 64px;
}

.how-it-works .section-title h2 {
  font-size: 25px;
  font-weight: 400;
}

.how-preview {
  aspect-ratio: 1448 / 1086;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}

.how-preview__image {
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: none;
  width: 100%;
}

.team {
  border-top: 1px solid var(--color-border);
  padding-top: 112px;
}

.team-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(6, 1fr);
}

.team-card {
  grid-column: span 2;
  min-height: 168px;
}

.team-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.team-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.team-card h3 {
  font-size: 16px;
}

.team-card p {
  font-size: 13.5px;
}

.faq {
  padding-top: 72px;
}
