.bank-call-route {
  margin: 28px 0;
  padding: 24px;
  border: 1px solid #246e63;
  background: #10211d;
  color: #edf6ef;
}

.bank-call-route__intro {
  max-width: 780px;
}

.bank-call-route__intro > span,
.bank-call-route__eyebrow {
  display: block;
  margin: 0;
  color: #95e6cc;
  font: 700 11px/1.45 Consolas, "Courier New", monospace;
  letter-spacing: .06em;
}

.bank-call-route h2,
.bank-call-route h3 {
  color: #f4f7ef;
  letter-spacing: 0;
}

.bank-call-route h2 {
  max-width: 720px;
  margin: 8px 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.bank-call-route h3 {
  margin: 7px 0;
  font-size: 22px;
  line-height: 1.2;
}

.bank-call-route__intro p,
.bank-call-route__plan > p,
.bank-call-route__plan small {
  color: #c8d8ce;
  line-height: 1.55;
}

.bank-call-route__choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.bank-call-route__choices button {
  min-height: 106px;
  padding: 16px;
  border: 1px solid #376c61;
  border-radius: 0;
  background: #162c27;
  color: #edf6ef;
  text-align: left;
}

.bank-call-route__choices button:hover,
.bank-call-route__choices button:focus-visible,
.bank-call-route__choices button.is-selected {
  border-color: #95e6cc;
  background: #1d3b33;
  outline: 0;
}

.bank-call-route__choices strong,
.bank-call-route__choices span {
  display: block;
}

.bank-call-route__choices strong {
  color: #b5f16f;
  font-size: 15px;
}

.bank-call-route__choices span {
  margin-top: 8px;
  color: #c8d8ce;
  font-size: 13px;
  line-height: 1.45;
}

.bank-call-route__status {
  display: block;
  margin-top: 14px;
  padding: 12px 14px;
  border-left: 3px solid #b5f16f;
  background: #0b1815;
  color: #e8f5ed;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.bank-call-route__plan {
  margin-top: 14px;
  padding: 18px;
  border: 1px solid #95e6cc;
  background: #0d1b17;
}

.bank-call-route__plan[hidden] {
  display: none;
}

.bank-call-route__plan ol {
  display: grid;
  gap: 9px;
  margin: 16px 0;
  padding-left: 24px;
  color: #f0f5ee;
  line-height: 1.5;
}

.bank-call-route__plan li::marker {
  color: #b5f16f;
  font-weight: 800;
}

.bank-call-route__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bank-call-route__actions a {
  min-height: 40px;
  box-sizing: border-box;
  padding: 10px 13px;
  border: 1px solid #95e6cc;
  background: transparent;
  color: #b8efe0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
}

.bank-call-route__actions a:first-child {
  border-color: #b5f16f;
  background: #b5f16f;
  color: #142019;
}

.bank-call-route__actions a:hover,
.bank-call-route__actions a:focus-visible {
  background: #244d43;
  color: #ffffff;
  outline: 0;
}

.bank-call-route__actions a:first-child:hover,
.bank-call-route__actions a:first-child:focus-visible {
  background: #d0f98f;
  color: #142019;
}

.bank-call-route__plan small {
  display: block;
  margin-top: 13px;
  font-size: 12px;
}

@media (max-width: 680px) {
  .bank-call-route {
    padding: 16px;
  }

  .bank-call-route__choices {
    grid-template-columns: 1fr;
  }

  .bank-call-route__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .bank-call-route__actions a {
    width: 100%;
    text-align: center;
  }
}
