.q-container-1c06a9f3 {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
    box-sizing: border-box;
}

.q-progress-bar-wrapper-1c06a9f3 {
    background-color: #f0f0f0;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 25px;
    overflow: hidden;
}

.q-progress-bar-1c06a9f3 {
    background-color: #3b82f6;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
}

.q-step-1c06a9f3 {
    display: none;
}

.q-step-1c06a9f3.active {
    display: block;
}

.q-step-title-1c06a9f3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 15px;
    line-height: 1.4;
}

.q-required-star-1c06a9f3 {
    color: #ef4444;
    margin-left: 3px;
}

.q-step-input-wrapper-1c06a9f3 {
    margin-bottom: 20px;
}

.q-input-field-1c06a9f3 {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.q-input-field-1c06a9f3:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.q-input-field-1c06a9f3.error {
    border-color: #ef4444;
}

/* Radio & Checkbox Groups */
.q-radio-group-1c06a9f3,
.q-checkbox-group-1c06a9f3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.q-radio-group-1c06a9f3.error,
.q-checkbox-group-1c06a9f3.error {
    border: 1px solid #ef4444;
    border-radius: 8px;
    padding: 10px;
}

.q-radio-label-1c06a9f3,
.q-checkbox-label-1c06a9f3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.q-radio-label-1c06a9f3:hover,
.q-checkbox-label-1c06a9f3:hover {
    background-color: #f9fafb;
    border-color: #3b82f6;
}

.q-radio-input-1c06a9f3,
.q-checkbox-input-1c06a9f3 {
    width: auto !important;
    margin: 0 !important;
    cursor: pointer;
}

.q-radio-text-1c06a9f3,
.q-checkbox-text-1c06a9f3 {
    font-size: 1rem;
    color: #374151;
}

.q-nav-buttons-1c06a9f3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.q-btn-1c06a9f3 {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.1s ease;
}

.q-btn-1c06a9f3:hover {
    opacity: 0.9;
}

.q-btn-1c06a9f3:active {
    transform: scale(0.98);
}

.q-btn-prev-1c06a9f3 {
    background-color: #e5e7eb;
    color: #374151;
}

.q-btn-next-1c06a9f3,
.q-btn-submit-1c06a9f3 {
    background-color: #3b82f6;
    color: #ffffff;
    margin-left: auto;
}

.q-message-container-1c06a9f3 {
    margin-top: 15px;
    font-size: 0.9rem;
}

.q-success-container-1c06a9f3 {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #10b981;
    padding: 20px 0;
}
