:root {
    /* --- SOLID COLORS --- */
    --c001_solid: #0b0f17; /* Base Obsidian Background */
    --c002_solid: #111827; /* Surface Level 1 (Cards, Header, Footer) */
    --c003_solid: #1f2937; /* Surface Level 2 (Elevated Boxes) */
    --c006_solid: #374151; /* Dark Gray Border / Accent */
    --c013_solid: #9ca3af; /* Secondary Text / Muted Text */
    --c016_solid: #2563eb; /* Primary Brand Accent (Royal Blue) */
    --c016a_solid:#1d4ed8; /* Darker Brand Accent (Hover State) */
    --c016b_solid:#002366; /* Darker Brand Accent (Hover State) */

    --c021_solid: #60a5fa; /* High-Contrast Light Blue Accent */
    --c025_solid: #9ca3af; /* Subtitle & Card Description Text */
    --c027_solid: #d1d5db; /* Body Text Light Gray */
    --c028_solid: #e5e7eb; /* Nav Link Text */
    --c031_solid: #ffffff; /* Bright Pure White */

    /* --- TRANSLUCENT OVERLAYS & SHADOWS --- */
    --c001_tnsluc: rgba(11, 15, 23, 0.24);   /* Lightened Hero Video Overlay */
    --c001a_tnsluc:rgba(0, 0, 0, 0.644);   /* Lightened Hero Video Overlay */

    --c002_tnsluc: rgba(255, 255, 255, 0.05); /* Card Glass Hover Overlay */
    --c004_tnsluc: 0 10px 25px -5px rgba(0, 0, 0, 0.5); /* Modern Card Shadow */
    --c006_tnsluc: rgba(255, 255, 255, 0.08); /* Subtle Section Border */
    --c007_tnsluc: rgba(255, 255, 255, 0.08); /* Card Outer Border */

    /* --- GRADIENTS --- */
    --c006_grad: linear-gradient(135deg, #2563eb 0%, #1e40af 100%); /* Primary Button Gradient */

    /* --- ANIMATION / TRANSITIONS --- */
    --pop-settings: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}