body.wizard-theme-neo.wizard-body {
    --neo-bg: #071621;
    --neo-bg-2: #0b2130;
    --neo-surface: #112836;
    --neo-surface-2: #163244;
    --neo-line: rgba(170, 225, 255, 0.18);
    --neo-text: #e8f4ff;
    --neo-muted: #a8c0d3;
    --neo-accent: #29e39d;
    --neo-accent-2: #14b9ff;
    background:
        radial-gradient(900px 500px at 20% -20%, rgba(31, 230, 166, 0.12), transparent 65%),
        radial-gradient(800px 500px at 120% -10%, rgba(20, 185, 255, 0.14), transparent 62%),
        linear-gradient(180deg, var(--neo-bg) 0%, var(--neo-bg-2) 100%);
    color: var(--neo-text);
    font-family: "Tajawal", "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
}

.wizard-theme-neo .public-hero-band {
    background: linear-gradient(135deg, #0c2c3c 0%, #0a1f2e 100%);
}

.wizard-theme-neo .public-topbar {
    background: rgba(10, 31, 46, 0.82);
    border-bottom-color: var(--neo-line);
}

.wizard-theme-neo .public-brand {
    color: #f2f9ff;
}

.wizard-theme-neo .public-top-subtitle,
.wizard-theme-neo .muted,
.wizard-theme-neo .progress-text {
    color: var(--neo-muted);
}

.wizard-theme-neo .card.wizard-hero-card,
.wizard-theme-neo .card.wizard-question-card,
.wizard-theme-neo .card.wizard-result-card {
    background: linear-gradient(180deg, rgba(17, 40, 54, 0.96), rgba(15, 36, 49, 0.96));
    border-color: var(--neo-line);
    box-shadow: 0 24px 46px rgba(1, 13, 20, 0.48);
}

.wizard-theme-neo .compact-header h1,
.wizard-theme-neo .question-main-title,
.wizard-theme-neo .summary-value,
.wizard-theme-neo #result-title,
.wizard-theme-neo #result-message {
    color: var(--neo-text);
}

.wizard-theme-neo .wizard-progress-track {
    background: rgba(129, 176, 209, 0.28);
}

.wizard-theme-neo .wizard-progress-fill {
    background: linear-gradient(90deg, var(--neo-accent), var(--neo-accent-2));
}

.wizard-theme-neo .wizard-step-kicker,
.wizard-theme-neo .wizard-step-status {
    color: #95afc2;
}

.wizard-theme-neo .wizard-step-title {
    color: #dcf0ff;
}

.wizard-theme-neo .wizard-step-dot {
    border-color: rgba(167, 214, 241, 0.45);
    background: rgba(104, 152, 184, 0.5);
}

.wizard-theme-neo .wizard-step-connector {
    background: rgba(115, 173, 212, 0.35);
}

.wizard-theme-neo .wizard-step-item.active .wizard-step-dot {
    border-color: #67d9ff;
    background: #16b8ff;
    box-shadow: 0 0 0 3px rgba(22, 184, 255, 0.2);
}

.wizard-theme-neo .wizard-step-item.active .wizard-step-status {
    color: #7fe2ff;
}

.wizard-theme-neo .wizard-step-item.done .wizard-step-dot {
    border-color: #29e39d;
    background: #29e39d;
}

.wizard-theme-neo .wizard-step-item.done .wizard-step-connector {
    background: rgba(41, 227, 157, 0.75);
}

.wizard-theme-neo .wizard-step-item.done .wizard-step-status {
    color: #7cf0c2;
}

.wizard-theme-neo .question-step-label {
    background: rgba(20, 185, 255, 0.12);
    border-color: rgba(103, 217, 255, 0.45);
    color: #98dcff;
}

.wizard-theme-neo .question-helper {
    color: #b8cbda;
}

.wizard-theme-neo .option-card {
    background: linear-gradient(180deg, var(--neo-surface), var(--neo-surface-2));
    border-color: rgba(151, 199, 230, 0.28);
    color: #edf7ff;
    box-shadow: none;
}

.wizard-theme-neo .option-card::before {
    border-color: rgba(151, 199, 230, 0.5);
    background: rgba(124, 165, 192, 0.25);
}

.wizard-theme-neo .option-card:hover,
.wizard-theme-neo .option-card:focus-visible {
    border-color: rgba(41, 227, 157, 0.8);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.wizard-theme-neo .option-card.selected {
    background: linear-gradient(180deg, rgba(41, 227, 157, 0.22), rgba(20, 185, 255, 0.2));
    border-color: rgba(41, 227, 157, 0.85);
}

.wizard-theme-neo .option-card.selected::before {
    background: linear-gradient(180deg, var(--neo-accent), var(--neo-accent-2));
    border-color: rgba(255, 255, 255, 0.25);
}

.wizard-theme-neo input,
.wizard-theme-neo select,
.wizard-theme-neo textarea {
    background: rgba(9, 27, 39, 0.8);
    border: 1px solid rgba(161, 210, 241, 0.3);
    color: #eef8ff;
}

.wizard-theme-neo input::placeholder,
.wizard-theme-neo textarea::placeholder {
    color: #94aec1;
}

.wizard-theme-neo button,
.wizard-theme-neo .button,
.wizard-theme-neo .button-link {
    border-color: transparent;
}

.wizard-theme-neo .button {
    background: linear-gradient(90deg, #1ac99f, #17a9df);
    color: #082130;
    font-weight: 800;
}

.wizard-theme-neo .secondary,
.wizard-theme-neo .button-link {
    background: rgba(12, 35, 49, 0.8);
    border: 1px solid rgba(152, 202, 233, 0.38);
    color: #d8ebf8;
}

.wizard-theme-neo .summary-list {
    background: rgba(8, 24, 35, 0.55);
    border-color: rgba(131, 190, 230, 0.3);
}

.wizard-theme-neo .summary-key {
    background: rgba(20, 185, 255, 0.14);
    color: #8fd8ff;
}

.wizard-theme-neo .toast {
    background: #1ac99f;
    color: #072638;
}

.wizard-theme-neo .mobile-bottom-nav {
    background: rgba(6, 21, 31, 0.94);
    border-top-color: rgba(131, 190, 230, 0.34);
}

.wizard-theme-neo #mobile-progress-text {
    color: #bde9ff;
}
