/* "Where to start" cards: keep the card itself neutral, and render the
   call-to-action footer as a clear blue button bar — the blue marks the ACTION,
   so it reads as "this is where to click". The whole card stays clickable.
   Works in both furo light and dark themes. */
.start-card .sd-card-footer {
    background-color: #2563eb !important;
    border-top: none !important;
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
    transition: filter .12s ease;
}

.start-card .sd-card-footer .sd-card-text {
    color: #ffffff !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.start-card.sd-card:hover .sd-card-footer {
    filter: brightness(1.08);
}
