.main-nav a.section-active { border-color: var(--green); }
.feature-detail-link { margin-top: 24px; }
.journey-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.journey-steps li {
  position: relative;
  min-width: 0;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.journey-steps li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -19px;
  top: 79px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--green);
  border-right: 2px solid var(--green);
  transform: rotate(45deg);
}
.journey-number { position: absolute; right: 25px; top: 22px; color: var(--muted); font-size: .875rem; }
.journey-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 27px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--navy);
}
.journey-symbol svg { width: 39px; height: 39px; }
.parking-symbol { font-size: 2.75rem; font-weight: 600; line-height: 1; }
.journey-steps h3 { font-size: 1.8rem; margin-bottom: 13px; }
.journey-steps p { color: var(--muted); font-size: 1.05rem; }
.journey-payment { display: flex; align-items: flex-start; gap: 15px; margin-top: 25px; padding: 21px 25px; color: var(--ink); background: #fff; border-radius: var(--radius); }
.journey-payment > svg { flex: none; width: 25px; height: 25px; color: var(--green); margin-top: 2px; }
.journey-payment p { font-size: 1rem; }
.solution-table-wrap { max-width: 100%; overflow-x: auto; }
.solution-table { width: 100%; border-collapse: collapse; text-align: left; }
.solution-table caption { text-align: left; color: var(--muted); font-size: .88rem; margin-bottom: 18px; }
.solution-table th,.solution-table td { vertical-align: top; padding: 22px 24px; border-bottom: 1px solid var(--line); font-weight: 400; }
.solution-table thead th { background: var(--pale); font-size: .9rem; font-weight: 600; }
.solution-table tbody th { width: 26%; font-weight: 500; }
.solution-table td { width: 37%; color: var(--muted); }
.solution-table p + p { margin-top: 10px; }
.finance-flow { padding: 32px; border-radius: var(--radius); background: var(--navy); color: #fff; min-width: 0; }
.finance-flow .eyebrow { color: var(--mint); }
.finance-flow ol { list-style: none; margin: 0; padding: 0; }
.finance-flow li { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 16px; padding: 22px 0; border-top: 1px solid #38535f; }
.flow-index { color: var(--mint); font-size: .85rem; padding-top: 4px; }
.finance-flow strong { display: block; font-size: 1.25rem; font-weight: 500; line-height: 1.4; }
.finance-flow li div > span { display: block; margin-top: 7px; color: #bed0d8; font-size: .94rem; }
.finance-flow figcaption { border-top: 1px solid #38535f; padding-top: 19px; color: #bed0d8; font-size: .8rem; }
.related-solutions { border-top: 1px solid var(--line); padding-block: 36px 55px; }
.related-solutions .eyebrow { margin-bottom: 18px; }
.related-links { display: flex; flex-wrap: wrap; gap: 18px 45px; }
.related-links .text-link { font-size: .95rem; }
@media (max-width: 900px) {
  .journey-steps li { padding: 26px 22px; }
  .journey-number { right: 18px; top: 17px; }
  .journey-steps h3 { font-size: 1.6rem; }
  .solution-table th,.solution-table td { padding: 18px 16px; }
}
@media (max-width: 640px) {
  .journey-steps { grid-template-columns: 1fr; gap: 25px; }
  .journey-steps li { padding: 25px; }
  .journey-steps li:not(:last-child)::after { right: auto; left: 57px; top: auto; bottom: -17px; transform: rotate(135deg); }
  .journey-symbol { width: 64px; height: 64px; margin-bottom: 20px; }
  .journey-symbol svg { width: 33px; height: 33px; }
  .parking-symbol { font-size: 2.4rem; }
  .journey-payment { padding: 20px; }
  .solution-table { min-width: 620px; font-size: 1rem; }
  .solution-table th,.solution-table td { padding: 17px 15px; }
  .solution-table thead th { font-size: .9rem; }
  .finance-flow { padding: 26px; }
  .related-links { flex-direction: column; align-items: flex-start; gap: 17px; }
}
