body {
    background: #f6f8fb;
}

.trovv-hero {
    background: linear-gradient(135deg, #0d6efd 0%, #6f42c1 100%);
}

/* Better card feel */
.card {
    border-radius: 16px;
}

.card-header {
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}
