.page-home .home-section__eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1d4ed8;
}

.page-home .home-section__title {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  line-height: 1.12;
  color: #14183e;
}

.page-home .home-section__lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #3f5270;
}

.page-home .home-intro__panel,
.page-home .home-final-cta__panel {
  padding: 2rem;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(20, 24, 62, 0.08);
}

.page-home .home-intro__aside {
  height: 100%;
  padding: 1.5rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #eff6ff 0%, #ffffff 100%);
  border: 1px solid rgba(29, 78, 216, 0.14);
}

.page-home .home-checklist,
.page-home .home-copy-list {
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.page-home .home-checklist li,
.page-home .home-copy-list li {
  position: relative;
  padding-left: 1.35rem;
  color: #334155;
  line-height: 1.7;
}

.page-home .home-checklist li + li,
.page-home .home-copy-list li + li {
  margin-top: 0.65rem;
}

.page-home .home-checklist li::before,
.page-home .home-copy-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #f38900;
  transform: translateY(-50%);
}

.page-home .home-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.page-home .home-inline-actions--end {
  justify-content: flex-start;
}

.page-home .home-content-block--light,
.page-home .home-seo-copy {
  background: #f8fbff;
}

.page-home .home-content-block__media img {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}

.page-home .home-text-panel {
  height: 100%;
  padding: 0 0 1.35rem;
  border-bottom: 1px solid rgba(20, 24, 62, 0.12);
}

.page-home .home-text-panel h3,
.page-home .home-intro__aside h3 {
  margin: 0;
  font-size: 1.2rem;
  color: #14183e;
}

.page-home .home-text-panel p,
.page-home .home-intro__panel p,
.page-home .home-content-block p,
.page-home .home-seo-copy p,
.page-home .home-final-cta__panel p {
  color: #52637a;
  line-height: 1.8;
}

.page-home .home-text-panel p {
  margin: 0.85rem 0 0;
}

.page-home .home-journey__list {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: home-journey;
}

.page-home .home-journey__list li {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  padding: 1.35rem 1.4rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(20, 24, 62, 0.08);
  box-shadow: 0 14px 34px rgba(20, 24, 62, 0.05);
  counter-increment: home-journey;
}

.page-home .home-journey__list li::before {
  content: counter(home-journey, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #14183e;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
}

.page-home .home-journey__list strong,
.page-home .home-journey__list span {
  display: block;
}

.page-home .home-journey__list strong {
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
  color: #14183e;
}

.page-home .home-journey__list span {
  color: #52637a;
  line-height: 1.75;
}

.page-home .home-faq .accordion-button {
  font-weight: 700;
  color: #14183e;
}

.page-home .home-faq .accordion-body {
  color: #52637a;
  line-height: 1.8;
}

@media (min-width: 992px) {
  .page-home .home-inline-actions--end {
    justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .page-home .home-intro__panel,
  .page-home .home-final-cta__panel {
    padding: 1.5rem;
    border-radius: 24px;
  }

  .page-home .home-journey__list li {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .page-home .home-journey__list li::before {
    width: 54px;
    height: 54px;
  }
}

@media (max-width: 767px) {
  .page-home .home-inline-actions .btn {
    width: 100%;
  }

  .page-home .home-journey__list li {
    grid-template-columns: 1fr;
  }

  .page-home .home-journey__list li::before {
    margin-bottom: 0.35rem;
  }
}
