.card.h-100.shadow-sm.border-0 {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border: 1px solid var(--deba-border) !important;
    border-radius: 20px;
    background: #ffffff;
}

.card.h-100.shadow-sm.border-0:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    border-color: #cbd5e1 !important;
}

.card .display-1.text-primary {
    color: var(--deba-blue);
}

.card .card-title.fw-semibold {
    font-weight: 600;
}

.card .card-text.text-secondary-emphasis {
    color: #4b5e6b !important;
}

.card a.text-decoration-none.text-dark {
    text-decoration: none;
    color: #212529 !important;
}

@media (max-width: 768px) {
    .card .card-body.p-4 {
        padding: 1rem !important;
    }
}

.row.g-4 {
    --bs-gutter-y: 1.5rem;
}

.card img {
    max-width: 100px;
    height: auto;
}