/* Desktop: consultation preparation is primary; the game is a secondary route. */
@media (min-width: 1024px) {
  #survey .plan-card {
    min-height: 320px;
    padding: 30px;
    gap: 20px;
    background: var(--white);
    border-color: #b7c8bf;
    box-shadow: 0 3px 12px #182b3108;
    cursor: pointer;
  }
  #survey .plan-card .plan-go {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 56px;
    margin-top: auto;
    padding: 16px 20px;
    border: 0;
    border-radius: 8px;
    background: var(--ink);
    color: var(--white);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 650;
  }
  #survey .plan-go-arrow {
    flex: 0 0 auto;
    font-size: 23px;
    line-height: 1;
  }
  #survey .plan-card:hover,
  #survey .plan-card:focus-visible {
    background: var(--white);
    border-color: var(--teal);
    box-shadow: 0 4px 18px #182b3112;
  }
  #survey .plan-card:hover .plan-go,
  #survey .plan-card:focus-visible .plan-go {
    background: var(--teal);
  }
  #survey > .plan-checkin-link,
  #survey > .plan-checkin-link:hover {
    min-height: 44px;
    padding: 8px 0;
    gap: 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--teal);
    font-size: 14px;
    font-weight: 550;
    text-decoration: underline;
    text-underline-offset: 4px;
    transform: none;
  }
  #survey > .plan-checkin-link:hover { color: var(--ink); }
  #survey > .plan-checkin-link > span { font-size: 17px; }
}
