.msf-1436449b-wrapper {
    background-color: #1a1a1a;
    color: #ffffff;
    font-family: sans-serif;
    padding: 30px;
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #333;
}

.msf-1436449b-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.msf-1436449b-progress-fill {
    height: 100%;
    background-color: #d93025;
    transition: width 0.3s ease;
}

.msf-1436449b-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    color: #888;
    text-transform: uppercase;
}

.msf-1436449b-close {
    font-size: 24px;
    cursor: pointer;
    color: #888;
}

.msf-1436449b-question {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.msf-1436449b-desc {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 30px;
    line-height: 1.5;
}

.msf-1436449b-options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .msf-1436449b-options-grid {
        grid-template-columns: 1fr;
    }
}

.msf-1436449b-option-input {
    display: none;
}

.msf-1436449b-option-content {
    border: 1px solid #444;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.msf-1436449b-option-input:checked + .msf-1436449b-option-content {
    border-color: #d93025;
    background-color: rgba(217, 48, 37, 0.05);
}

.msf-1436449b-option-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
}

.msf-1436449b-option-desc {
    font-size: 14px;
    color: #aaa;
    line-height: 1.4;
}

.msf-1436449b-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 20px;
}

.msf-1436449b-btn {
    background: none;
    border: none;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.2s ease;
}

.msf-1436449b-btn:hover {
    color: #fff;
}

.msf-1436449b-btn-next {
    background: linear-gradient(to bottom, #555, #333);
    color: #fff;
    padding: 12px 24px;
    border-radius: 4px;
    border: 1px solid #666;
}

/* Step 6 Dynamic Fields */
.msf-1436449b-dynamic-fields {
    margin-bottom: 25px;
}

.msf-1436449b-field-group {
    margin-bottom: 15px;
}

.msf-1436449b-field-group label {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #aaa;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.msf-1436449b-input {
    width: 100%;
    background: #2a2a2a;
    border: 1px solid #444;
    padding: 12px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    box-sizing: border-box;
}

.msf-1436449b-input:focus {
    outline: none;
    border-color: #666;
}

textarea.msf-1436449b-input {
    resize: vertical;
    min-height: 80px;
}

.msf-1436449b-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: #888;
    line-height: 1.5;
    cursor: pointer;
}

.msf-1436449b-consent-label input {
    margin-top: 3px;
}
