/* v444: emphasize the two active ways to begin. */
.journey-choice-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:22px!important;
}
.journey-choice-score,
.journey-choice-spark{
  min-height:480px;
  border-color:rgba(239,200,108,.42)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.12),0 22px 56px rgba(1,6,24,.34),0 0 34px rgba(239,200,108,.08)!important;
}
.journey-choice-score{
  background:radial-gradient(circle at 18% 0,rgba(159,152,255,.24),transparent 46%),linear-gradient(150deg,rgba(55,61,126,.72),rgba(15,26,70,.88))!important;
}
.journey-choice-spark{
  background:radial-gradient(circle at 82% 0,rgba(255,212,103,.22),transparent 46%),linear-gradient(150deg,rgba(65,65,112,.72),rgba(20,29,72,.88))!important;
}
.journey-choice-score .button,
.journey-choice-spark .button{
  min-height:54px;
  font-size:1rem;
  box-shadow:0 12px 30px rgba(239,200,108,.18),0 0 24px rgba(239,200,108,.12);
}
.journey-choice-waitlist{
  grid-column:1/-1;
  min-height:0!important;
  padding:24px 28px!important;
  display:grid!important;
  grid-template-columns:auto minmax(240px,1fr) auto;
  grid-template-areas:
    "pill title button"
    "kicker copy button"
    "kicker note button";
  column-gap:28px;
  align-items:center;
  border-color:rgba(214,229,255,.16)!important;
  background:rgba(255,255,255,.018)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.04)!important;
}
.journey-choice-waitlist .prelaunch-pill{grid-area:pill;margin:0!important}
.journey-choice-waitlist>.kicker{grid-area:kicker;margin:0!important;align-self:start}
.journey-choice-waitlist h3{grid-area:title;margin:0 0 5px!important;font-size:clamp(1.35rem,2vw,1.8rem)!important}
.journey-choice-waitlist>p:not(.kicker):not(.journey-choice-note){grid-area:copy;margin:0;font-size:.9rem!important}
.journey-choice-waitlist .journey-choice-note{grid-area:note;margin:5px 0 0!important;padding:0!important;border:0!important;font-size:.8rem}
.journey-choice-waitlist>.button{grid-area:button;width:auto!important;min-width:230px;margin:0!important}
@media(max-width:980px){
  .journey-choice-grid{grid-template-columns:1fr!important}
  .journey-choice-score,
  .journey-choice-spark{min-height:0}
  .journey-choice-waitlist{grid-column:auto}
}
@media(max-width:760px){
  .journey-choice-waitlist{
    display:flex!important;
    padding:24px!important;
    opacity:.88;
  }
  .journey-choice-waitlist>.button{width:100%!important;min-width:0}
}
