header.bg-primary,
header.hero-gradient {
    background: linear-gradient(135deg, #1a237e 0%, #1565c0 50%, #6a1b9a 100%) !important;
    margin-bottom: 2rem;
}

.btn-primary {
    background: linear-gradient(135deg, #1a237e 0%, #1565c0 50%, #6a1b9a 100%) !important;
    border: none !important;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0d1757 0%, #0d4a94 50%, #4a1070 100%) !important;
    border: none !important;
}
