/* ========================================================
   ULTRA-PREMIUM SAAS LANDING PAGE - DARK GLASSMORPHISM
   Full Theme Overwrite (Neon Cyber-Yellow Accent)
   ======================================================== */

:root {
    --bg-dark: #09090b; /* Deep zinc */
    --text-main: #f8fafc;
    --text-muted: #94a3b8;
    --glass-panel: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.08);
    --glass-highlight: rgba(255, 255, 255, 0.15);
    --accent-glow: #d5ff1d; /* Neon Cyber-Yellow */
}

/* ========================================================
   1. BASE & AURORA CANVAS
   ======================================================== */
body {
    background-color: var(--bg-dark) !important;
    color: var(--text-main) !important;
    background-image: 
        radial-gradient(circle at 15% 10%, rgba(213, 255, 29, 0.12), transparent 25%),
        radial-gradient(circle at 85% 40%, rgba(147, 51, 234, 0.12), transparent 25%),
        radial-gradient(circle at 50% 90%, rgba(59, 130, 246, 0.08), transparent 30%) !important;
    background-attachment: fixed !important;
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
    overflow-x: hidden !important;
}

/* Strip default backgrounds */
section, .ud-hero, .ud-features, .ud-pricing, .ud-about, .ud-faq, .ud-footer {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Global Typography */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
    font-weight: 700 !important;
    letter-spacing: -0.03em !important;
}

p, span, li {
    color: var(--text-muted) !important;
    line-height: 1.7 !important;
}

/* ========================================================
   2. LIGHT FROSTED HEADER (NAVIGATION)
   ======================================================== */
.ud-header {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(24px) saturate(150%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(150%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    padding: 15px 0 !important;
    position: fixed !important;
    width: 100% !important;
    top: 0 !important;
    z-index: 999 !important;
}

.ud-header a:not(.btn) {
    color: #18181b !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.ud-header a:not(.btn):hover {
    color: var(--accent-glow) !important; 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) !important; 
}

/* Header CTA Button */
.ud-header .btn, .ud-header .navbar-btn {
    background: #09090b !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 999px !important;
    padding: 10px 24px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

.ud-header .btn:hover, .ud-header .navbar