.ls-phase1-wrap {
  width: 100%;
  background: #f5f8fb;
  color: #12223a;
  font-family: Arial, Helvetica, sans-serif;
}

.ls-phase1-wrap,
.ls-phase1-wrap * {
  box-sizing: border-box;
}

.ls-phase1-inner {
  width: 72%;
  margin: 0 auto;
  padding: 28px 0;
}

.ls-phase1-hero {
  background: #ffffff;
  border: 1px solid #d7e1ea;
  padding: 28px;
  text-align: center;
}

.ls-phase1-kicker {
  margin: 0 0 8px;
  color: #4d6478;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.ls-phase1-title {
  margin: 0;
  color: #000066;
  font-size: 34px;
  line-height: 1.15;
}

.ls-phase1-copy {
  max-width: 820px;
  margin: 14px auto 0;
  font-size: 18px;
  line-height: 1.55;
}

.ls-phase1-actions {
  margin-top: 20px;
}

.ls-phase1-button,
.ls-phase1-button-secondary {
  display: inline-block;
  margin: 5px;
  padding: 12px 20px;
  border: 2px solid #000066;
  color: #ffffff !important;
  background: #000066;
  font-weight: bold;
  text-decoration: none;
}

.ls-phase1-button-secondary {
  color: #000066 !important;
  background: #ffffff;
}

.ls-phase1-finder {
  margin-top: 18px;
  background: #ffffff;
  border: 1px solid #d7e1ea;
  padding: 20px;
}

.ls-phase1-finder h2 {
  margin: 0 0 14px;
  color: #000066;
  font-size: 24px;
  text-align: center;
}

.ls-phase1-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px 28px;
}

.ls-phase1-card {
  display: block;
  min-height: 0;
  padding: 0;
  border: 1px solid #d7e1ea;
  background: #f9fbfd;
  color: #12223a !important;
}

.ls-phase1-card strong {
  display: block;
  padding: 14px 14px 0;
  color: #000066;
  font-size: 18px;
}

.ls-phase1-card a {
  color: #000066 !important;
  text-decoration: underline;
}

.ls-phase1-card p {
  margin: 8px 0 0;
  padding: 0 14px;
  color: #344b61;
  font-size: 15px;
  line-height: 1.45;
}

.ls-phase1-card ul {
  margin: 8px 0 0 32px;
  padding: 0 14px 0 0;
  color: #344b61;
  font-size: 15px;
  line-height: 1.45;
}

.ls-phase1-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.ls-phase1-mobile .ls-phase1-grid {
  grid-template-columns: 1fr !important;
}

.ls-phase1-mobile .ls-phase1-card:last-child:nth-child(odd) {
  grid-column: auto;
}

.ls-phase1-card .ls-phase1-order {
  margin: 12px 0 0;
  padding: 0 14px 14px;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 760px) {
  .ls-phase1-inner {
    width: auto;
    padding: 16px 12px;
  }

  .ls-phase1-hero,
  .ls-phase1-finder {
    padding: 18px 14px;
  }

  .ls-phase1-title {
    font-size: 28px;
  }

  .ls-phase1-copy {
    font-size: 16px;
  }

  .ls-phase1-button,
  .ls-phase1-button-secondary {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 13px 10px;
  }

  .ls-phase1-grid {
    grid-template-columns: 1fr;
  }

  .ls-phase1-card {
    min-height: 0;
  }
}
