.home .hero {
  padding: 96px 0 72px;
}

.home .hero p {
  max-width: 720px;
}

.home-feature-section {
  padding-top: 28px;
  padding-bottom: 48px;
}

.home-feature-section .feature-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
}

.home-feature-card h2 {
  margin: .35em 0 .55em;
}

.home-feature-card p {
  max-width: 64ch;
}

.home-card-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.home-card-actions .button {
  margin: 0;
}

.home-text-link {
  font-weight: 760;
}

.home-verdict-card {
  min-height: 100%;
}

.home-verdict-card .verdict-value {
  margin: .3em 0 .45em;
}

.metric-grid.shell {
  margin-inline: auto;
}

.home-metrics {
  margin-top: 30px;
  margin-bottom: 42px;
}

.home-metrics .metric {
  padding-inline: 14px;
}

.home-method-section {
  border-top: 1px solid var(--line);
  padding-top: 72px;
}

.home-method-section .section-head h2 {
  margin: .25em 0 .55em;
}

.home-method-section .section-head p {
  margin-bottom: 32px;
}

.home-independence-section {
  padding-top: 18px;
}

.home-independence-section .card h2 {
  margin: .35em 0 .55em;
}

.home .site-footer {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .home-feature-section .feature-grid {
    grid-template-columns: 1fr;
  }

  .home-verdict-card {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .home .hero {
    padding: 64px 0 46px;
  }

  .home-feature-section {
    padding-top: 18px;
    padding-bottom: 34px;
  }

  .home-metrics {
    margin-top: 22px;
    margin-bottom: 28px;
  }

  .home-metrics .metric {
    padding-inline: 4px;
  }

  .home-method-section {
    padding-top: 56px;
  }

  .home-verdict-card {
    min-height: 0;
  }
}
