/* Custom smooth scroll & focus styles */
html {
    scroll-behavior: smooth;
}
*:focus-visible {
    outline: 2px solid #1A3A6F;
    outline-offset: 2px;
}
.bg-primary-gradient {
    background: linear-gradient(135deg, #1A3A6F 0%, #2a5298 100%);
}

