[data-contrast="high"] {
    --bg-primary: #ffffff;
    --bg-secondary: #f3f4f6;
    --text-primary: #000000;
    --text-secondary: #1f2937;
    --border-color: #000000;
    --focus-color: #facc15;
    --btn-primary-bg: #000000;
    --btn-primary-text: #ffffff;
}

[data-contrast="high"] .hc-bg { background: var(--bg-primary) !important; }
[data-contrast="high"] .hc-text { color: var(--text-primary) !important; }
[data-contrast="high"] .hc-border { border-color: var(--border-color) !important; border-width: 3px !important; }
[data-contrast="high"] .hc-btn { background: var(--btn-primary-bg) !important; color: var(--btn-primary-text) !important; }
[data-contrast="high"] *:focus { outline: 4px solid var(--focus-color) !important; outline-offset: 2px !important; }

.touch-target {
    min-height: 64px;
    min-width: 64px;
}

.quote-hidden {
    display: none !important;
}

.quote-visible {
    display: block !important;
}

.quote-nav-hidden {
    display: none !important;
}

.char-progress-fill {
    width: var(--progress-width, 0%);
    transition: width 0.3s ease;
}

.large-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='4'/%3e%3c/svg%3e");
}

.large-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.validation-input.is-valid {
    border-color: #059669 !important;
    background-color: #f0fdf4 !important;
}

.validation-input.is-invalid {
    border-color: #dc2626 !important;
    background-color: #fef2f2 !important;
}

.validation-input.is-valid:focus {
    box-shadow: 0 0 0 4px #a7f3d0 !important;
}

.validation-input.is-invalid:focus {
    box-shadow: 0 0 0 4px #fecaca !important;
}

.wizard-step-current {
    background: #1d4ed8 !important;
    color: #fff !important;
}

.wizard-step-future {
    background: #e5e7eb !important;
    color: #374151 !important;
}

.wizard-step-completed {
    background: #047857 !important;
    color: #fff !important;
}

.wizard-step-line-progress-zero {
    width: 0;
}

.form-privacy-notice {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.75rem;
    line-height: 1.5;
    padding: 0 0.25rem;
}
