.insight-card {
    background: linear-gradient(160deg, #FFFFFF, #FFFFFF);
    border-radius: 16px;
    padding: 18px;
    border: 1px solid rgba(0, 139, 143, 0.16);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 6px;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.insight-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, #FFFFFF, #F1EDE5);
    display: grid;
    place-items: center;
    color: #02294F;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}

.insight-label { font-weight: 700; color: #02294F; }
.insight-value { font-size: 1.45rem; font-weight: 800; color: #00899A; }
.insight-meta { color: #71964B; font-size: 0.95rem; }

.insight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(0, 204, 255, 0.24);
    box-shadow: 0 18px 44px rgba(24, 70, 130, 0.18);
}

.insight-card .badge {
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-weight: 700;
    background: rgba(0, 204, 255, 0.12);
    border: 1px solid rgba(0, 204, 255, 0.2);
}
