.es-content-shell {
  margin: 0 auto;
  max-width: 980px;
}

.es-content-shell h1 {
  margin-bottom: 1rem;
}

.es-content-shell .intro {
  font-size: 1.08rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.es-content-shell h2 {
  margin-top: 2rem;
}

.es-content-shell h3 {
  margin-top: 1.1rem;
}

.es-content-shell p,
.es-content-shell li {
  line-height: 1.65;
}

.es-content-shell ul,
.es-content-shell ol {
  padding-left: 1.2rem;
}

.es-content-shell .gov-input,
.es-content-shell textarea {
  margin-bottom: 0.8rem;
}

.es-content-shell .btn-primary {
  margin-top: 0.6rem;
}

.es-content-shell .note {
  margin: 1rem 0 1.4rem;
}

.home-page.es-content-shell,
.home-page .es-content-shell {
  max-width: 1180px;
  padding-top: 2.5rem;
}

.home-page .home-hero {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  margin-bottom: 2rem;
  overflow: hidden;
  padding: clamp(1.35rem, 4vw, 3.25rem);
  position: relative;
}

.home-page .home-hero h1 {
  font-size: clamp(2.55rem, 7vw, 5.6rem);
  letter-spacing: -0.075em;
  line-height: 0.9;
  margin-bottom: 1.25rem;
}

.home-page .home-hero .intro {
  font-size: clamp(1.08rem, 1.5vw, 1.28rem);
  line-height: 1.55;
  max-width: 58rem;
}

.home-page .home-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.home-page .home-actions .btn-primary,
.home-page .home-actions .btn-secondary {
  border-radius: 999px;
  font-weight: 850;
  min-height: 48px;
  padding: 0.75rem 1.2rem;
  text-decoration: none;
}

.home-page .home-hero__panel {
  align-self: center;
  padding: 1rem;
}

.home-page .home-stat-grid {
  display: grid;
  gap: 0.75rem;
}

.home-page .home-stat {
  display: block;
  padding: 1rem;
}

.home-page .home-stat strong {
  display: block;
  font-size: 1.45rem;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-bottom: 0.3rem;
}

.home-page .home-stat span {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.home-page .dmv-home-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}

@media (max-width: 860px) {
  .home-page .home-hero {
    grid-template-columns: 1fr;
  }

  .home-page .home-hero__panel {
    align-self: stretch;
  }

  .es-content-shell .intro {
    font-size: 1rem;
  }
}
