
/* Dynamic Theme Colors from Admin Settings */
:root {
    --brand: #f59e0b;
    --brand2: #d97706;
    --primary-color: #f59e0b;
    --secondary-color: #d97706;
}

/* Override any existing brand colors */
.btn-primary {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    box-shadow: 0 10px 20px #f59e0b40;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #f59e0bee, #d97706ee);
}

.footer-socials a {
    background: #f59e0b1a;
    color: #f59e0b;
}

.footer-socials a:hover {
    background: #f59e0b33;
}

.step.active .dot {
    background: #f59e0b1f;
    border-color: #f59e0b66;
    color: #d97706;
}

.step.completed .dot {
    background: #d977061f;
    border-color: #d9770666;
    color: #d97706;
}

.input:focus-within {
    border-color: #f59e0b8c;
    box-shadow: 0 0 0 4px #f59e0b1f;
}

.footer-section a:hover {
    color: #f59e0b;
}

.resend-code a {
    color: #f59e0b;
}

.resend-code a:hover {
    color: #d97706;
}

.otp-input:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px #f59e0b1f;
}

.otp-input.filled {
    background: #f59e0b0d;
    border-color: #f59e0b;
}

.badge {
    border-color: #f59e0b59;
    background: #f59e0b14;
    color: #d97706;
}

.strength-fill.strong {
    background: #d97706;
}

.strength-text.strong {
    color: #d97706;
}

.requirement.met {
    color: #d97706;
}

.requirement.met i {
    color: #d97706;
}

.confirmation-box {
    background: linear-gradient(135deg, #d9770614, #f59e0b14);
    border-color: #d9770633;
}
    