:root {
    --brand-dark: #192a54;
    --brand: #1d3060;
    --brand-light: #2046a6;
    --brand-accent: #7986cb;
}

/* Smooth scroll for anchor links */
html {
    scroll-behavior: smooth;
}

/* Bottom padding for mobile sticky CTA */
@media (max-width: 767px) {
    body {
        padding-bottom: 52px;
    }
}
