:root {
    --theme-primary: #6366f1;
    --theme-secondary: #8b5cf6;
    --theme-accent: #10b981;
    --header-bg: #ffffff;
    --footer-bg: #ffffff;
    --text-color: #1e293b;
    --text-muted: #64748b;
}

.btn-primary-hero,
.btn-cta-final {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%) !important;
}

.navbar {
    background: #ffffff !important;
}

.site-footer {
    background: #ffffff !important;
}

