.intake-choice-page .p2p-choice-hero {
  background: linear-gradient(180deg, #ffffff 0%, #f7effc 100%);
}

.intake-choice-page .p2p-online-note {
  border-color: #d7b6e8;
  color: #5b1a8f;
}

.intake-online-grid {
  display: grid;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.intake-choice-page .secure-choice-card {
  --choice-accent: #6b21a8;
  --choice-soft: #f4eafb;
}

.intake-choice-page .intake-choice-card--online {
  width: 100%;
}

.intake-desktop-section {
  border-top: 1px solid #eadff0;
  border-bottom: 1px solid #eadff0;
  background: #fcf9fe;
}

.intake-desktop-section .simple-section-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.intake-desktop-section .simple-section-heading p {
  margin: 8px 0 0;
  color: var(--product-muted);
  line-height: 1.55;
}

.intake-desktop-grid {
  margin-top: 20px;
}

.intake-desktop-card--sender {
  --choice-accent: #5b21b6;
  --choice-soft: #f2eafb;
}

.intake-desktop-card--receiver {
  --choice-accent: #7e22ce;
  --choice-soft: #f7edfc;
}

.intake-choice-page .p2p-choice-button:hover {
  background: #581c87;
  box-shadow: 0 12px 26px rgba(107, 33, 168, .2);
}

.intake-choice-page .p2p-how-card > span {
  background: #ead7f5;
  color: #5b1a8f;
}

@media (max-width: 760px) {
  .intake-online-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
